> 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
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.
--
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/
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
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
> 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
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
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
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
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
---
10 matches
Mail list logo