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
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 forwar
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 wi
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 a minimum, e.g.:
>
> --with-postgresql
> --enable-
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
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 sites,
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 versi
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:
>
> /src/qt-console
>
> the current procedure is:
>
> cd /src
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:
/src/qt-console
the current procedure is:
cd /src/qt-console
make
the program will be named qt-console.
I'v