>>>>> On Wed, 31 Mar 2010 17:23:43 +0000 (UTC), jcdole  said:
> 
> Phil Stracchino <alaric <at> metrocast.net> writes:
> 
> > 
> > On 03/31/10 06:24, jcdole <at> free.fr wrote:
> > > Hello.
> > > 
> > > Following your doc, I am unable to install Bacula 5.0.1 from src.
> > > 
> > > I get this error :
> > > tray-monitor.h:36:21: error: gtk/gtk.h: No such file or directory
> > 
> > You need to either install GTK+, tell Bacula where to find it, or
> > disable building the tray monitor in your configure statement.
> > 
> Hello.
> 
> GTK is installed.
> 
> If you have a moment and look at my previous post (29 Mar 16:24       jcdole) 
> or
> directly to :
> 
> http://article.gmane.org/gmane.comp.bacula.user/59120
> 
> You will see all information details.
> 
> If you can help me it would be great.

What is the value of MONITOR_CPPFLAGS in src/tray-monitor/Makefile?

The configure script computes this using pkgconfig.  You can look at the lines
in configure where it does

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

etc and see what they are doing.

__Martin

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

Reply via email to