Re: [Bacula-users] How to build tray-monitor

2016-04-19 Thread Jason Voorhees
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

Re: [Bacula-users] How to build tray-monitor

2016-04-19 Thread Eric Bollengier
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-

Re: [Bacula-users] How to build tray-monitor

2016-04-19 Thread Kern Sibbald
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

Re: [Bacula-users] How to build tray-monitor

2016-04-19 Thread Jason Voorhees
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

Re: [Bacula-users] How to build tray-monitor

2016-04-18 Thread Kern Sibbald
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

[Bacula-users] How to build tray-monitor

2016-04-15 Thread Jason Voorhees
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. ---