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® 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to