Thank you Kern and Eric, now I was able to build tray-monitor using
qmake and make commands
On Tue, Apr 19, 2016 at 7:30 AM, Eric Bollengier
wrote:
> Hello Jason,
>
> The Makefile is probably generated with the "qmake" command, so, try
>
> qmake
>
> make
>
> in the qt-console/tray-monitor directo
Hello Jason,
The Makefile is probably generated with the "qmake" command, so, try
qmake
make
in the qt-console/tray-monitor directory.
Hope it helps
Best Regards,
Eric
On 04/19/2016 02:00 PM, Jason Voorhees wrote:
> Thank you Kern.
>
> Yes, I have tried that but there's no Makefile in tray-
Hello Jason,
Yes, building the tray monitor is fairly complex, and perhaps in
the next major version, it will be included in the automatic build
because we will have some important new functionality via an
enhanced "tray-monitor".
So here is a
Thank you Kern.
Yes, I have tried that but there's no Makefile in tray-monitor
directory so I can't run make under this path :( I'd like to build it
manually using gcc + arguments but I have no idea how to do it.
On Mon, Apr 18, 2016 at 4:04 AM, Kern Sibbald wrote:
> Hello Jason,
>
> cd
> ./con
Hello Jason,
cd
./configure
make[or "make -j9" goes faster]
[I assume you have done the above, but if not do it]
cd src/qt-console/tray-monitor
make
If I am not mistaken the binary will be in bacula-tray-monitor. You must
then create a configuration file for it that is valid
(tray-monit
Hello guys:
I've built Bacula 7.4.0 but I have no idea how to build the
tray-monitor application. I can't find any arguments in ./configure
--help to achieve it even when I found a tray-monitor directory in the
contents of the tarball.
Hope someone can give me some ideas.
Thanks in advance.
---