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
Carlo Filippetto gmail.com> writes:
>
> None can help me?
>
> 2010/3/17 Carlo Filippetto gmail.com>:
> > Hi,
> > I've done an upgrade from 2.4 to 5.0.1.
> >
> > All the client were upgraded well but other client with mandriva give
> > me this error:
> >
> > config.status: creating platforms/Ma