Bacula-users

Re: [Bacula-users] ./Configure unable to make BACULA-5.0.1 from src

2010-04-02 19:42:32
Subject: Re: [Bacula-users] ./Configure unable to make BACULA-5.0.1 from src
From: jcd95 <jcdole AT free DOT fr>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 2 Apr 2010 23:39:21 +0000 (UTC)
Digging into ./configure have found that the system look for gtk+2.0 :

TRAY_MONITOR_CPPFLAGS=`$PKGCONFIG --cflags gtk+-2.0'

and $PKGCONFIG = 
/local/download/bacula/compil/bacula/depkgs-qt/qt4/bin/pkg-config

Manually in a terminal, pkg-config --cflags gtk+-2.0 return :
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
....................

Manually in a terminal, 
/local/...../bacula/compil/bacula/depkgs-qt/qt4/bin/pkg-config --cflags gtk+
return : ""

in ./configure, pkg-config --cflags gtk+-2.0 return : ""
and TRAY_MONITOR_CPPFLAGS=`pkg-config --cflags gtk+-2.0` is set to null

in ./configure, /local/...../bacula/compil/bacula/depkgs-qt/qt4/bin/pkg-config 
      --cflags  gtk+ 
return : ""




------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users