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

2010-04-06 Thread Martin Simmons
> On Sat, 3 Apr 2010 14:44:15 + (UTC), jcd95 said: > > OK. > The problem come from : > "depkgs-qt/qt4/bin/pkg-config" which return nothing. > "depkgs-qt/qt4/bin/pkg-config" is an empty shell file. > > In ./configure for the moment have remplace by hard coding > $PKGCONFIG by /usr/bin/pkg

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

2010-04-03 Thread jcd95
OK. The problem come from : "depkgs-qt/qt4/bin/pkg-config" which return nothing. "depkgs-qt/qt4/bin/pkg-config" is an empty shell file. In ./configure for the moment have remplace by hard coding $PKGCONFIG by /usr/bin/pkg-config Now I continue installation. --

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

2010-04-02 Thread jcd95
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/

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

2010-04-02 Thread jcd95
Following remarks from Matija Nalis and Martin Simmons, I modified the configure script as : cd /local/download/bacula/compil/bacula/depkgs-qt source qt4-paths # cd /local/download/bacula/compil/bacula make distclean # # # prefix=/opt/bacula email=r...@localhost CPPFLAGS="-I /usr/include/gtk-2.0

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

2010-04-02 Thread jcd95
Martin Simmons lispworks.com> writes: > > > On Wed, 31 Mar 2010 17:23:43 + (UTC), jcdole said: > > > > Phil Stracchino metrocast.net> writes: > > > > > > > > On 03/31/10 06:24, jcdole free.fr wrote: > > > > Hello. > > > > > > > > Following your doc, I am unable to install Bacula 5

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

2010-04-01 Thread Martin Simmons
> On Wed, 31 Mar 2010 17:23:43 + (UTC), jcdole said: > > Phil Stracchino metrocast.net> writes: > > > > > On 03/31/10 06:24, jcdole free.fr wrote: > > > Hello. > > > > > > Following your doc, I am unable to install Bacula 5.0.1 from src. > > > > > > I get this error : > > > tray-mon

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

2010-04-01 Thread Matija Nalis
On Wed, Mar 31, 2010 at 05:23:43PM +, jcdole wrote: > Phil Stracchino metrocast.net> writes: > > On 03/31/10 06:24, jcdole free.fr wrote: > > > tray-monitor.h:36:21: error: gtk/gtk.h: No such file or directory > > GTK is installed. > http://article.gmane.org/gmane.comp.bacula.user/59120 so

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

2010-03-31 Thread jcdole
Phil Stracchino metrocast.net> writes: > > On 03/31/10 06:24, jcdole 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 ins

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

2010-03-31 Thread Phil Stracchino
On 03/31/10 06:24, jcd...@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 th

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

2010-03-31 Thread jcdole
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 For detail see : http://article.gmane.org/gmane.comp.bacula.user/59120 Thank you for your help ---