Re: [Bacula-users] qt-console Compile Error

2017-10-08 Thread Kern Sibbald
Hello, It appears that you are trying to build bat without building "bacula" (or at least the Bacula libraries).  Bat depends on Bacula libraries, so the recommended way to build it is with: ./configure make cd src/qt-console

Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Ralf Brinkmann
Am 18.09.2017 um 09:03 schrieb Can Şirin: It is the same again. It is definitely related with enable-bat option. Did you compiled it properly with bat? Yes, bat did compile properly without any additional option - only --with-mysql --enable-conio --enable-bat. We use bat via ssh and X11

Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Can Şirin
Thanks for your advice. Actually it really make sense to look at the spec file of successfully compiled rpm files. I should have thought about that. Anyway... Problem is solved. As I can see from spec file, another configure parameter (with-x) must be defined to successfully compile the Bacule

Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Simone Caronni
Hi, On Mon, Sep 18, 2017 at 9:03 AM, Can Şirin wrote: > It is the same again. It is definitely related with enable-bat option. Did > you compiled it properly with bat? > > Quoting Ralf Brinkmann : > > For a new try I'd set the compile options to

Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Can Şirin
It is the same again. It is definitely related with enable-bat option. Did you compiled it properly with bat? Quoting Ralf Brinkmann : For a new try I'd set the compile options to a minimum, e.g.: --with-postgresql --enable-conio --enable-bat -- Ralf Brinkmann

Re: [Bacula-users] qt-console Compile Error

2017-09-15 Thread Ralf Brinkmann
For a new try I'd set the compile options to a minimum, e.g.: --with-postgresql --enable-conio --enable-bat -- Ralf Brinkmann -- Check out the vibrant tech community on one of the world's most engaging tech

[Bacula-users] qt-console Compile Error

2017-09-15 Thread Can Şirin
Hi, I have problem with compiling qt-console v9.0.4 on RHEL 7. I have previously succesfully compiled it in v7.2.0. There was no problem with that version. I am trying to upgrade from v7.2.0 to v9.0.4. For this component I have installed qt qt-devel packages from the RHEL base repo with the

[Bacula-users] qt-console

2007-01-18 Thread Kern Sibbald
Hello, This is just to let you know that I have now committed the first cut of the qt-console (the name until voting is completed) to the Source Forge CVS. The new directory is: bacula-source/src/qt-console the current procedure is: cd bacula-source/src/qt-console make the program

Re: [Bacula-users] qt-console

2007-01-18 Thread Roberto Alsina
On Thu 18 Jan 2007 07:03, Kern Sibbald wrote: Hello, This is just to let you know that I have now committed the first cut of the qt-console (the name until voting is completed) to the Source Forge CVS. The new directory is: bacula-source/src/qt-console the current procedure is: cd