In message <[EMAIL PROTECTED]> you wrote:
> 
> I *think* I remember that, for gnome development to work, some 
> environment variables have to be set. AFAIR, there usually is a script 

No, this is not the case. I definitely don't have  any  gnome-related
variables in my environment, and the build works just fine. I use:

        -> cd /usr/local/src/bacula
        -> CFLAGS="-O3 -g -Wall" ./configure \
          --prefix=/usr \
          --sbindir=/usr/sbin \
          --sysconfdir=/etc/bacula \
          --with-scriptdir=/etc/bacula \
          --enable-smartalloc \
          --enable-gnome \
          --enable-largefile \
          --with-mysql \
          --with-working-dir=/var/bacula \
          --with-pid-dir=/var/run \
          --with-subsys-dir=/var/lock/subsys \
          --enable-conio --with-openssl --enable-readline \
          -with-dump-email=XXX --with-job-email=XXX --with-smtp-host=XXX
        -> make

That's all.

OM, on second thought I think the critical RPM that is needed must be
gnome-libs-devel, because this imports a lot of vital header files.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
How come everyone's going so slow if it's called rush hour?


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to