* Florent Monnier <[EMAIL PROTECTED]> [060610 00:46]:
> Hi,
> > > What is the output of ./autogen.sh?.
> > > Personally I have to add --disable-gtk-doc to make it generate configure.
> >
> > Here is the output of ./autogen.sh :
> > http://www.linux-nantes.org/~fmonnier/tmp/gegl.autogen.log
> 
> I've just add this before running ./autogen.sh  --disable-gtk-doc :
> export ACLOCAL_FLAGS="-I /usr/share/aclocal/"
> 
> And now the output is this one:
> http://www.linux-nantes.org/~fmonnier/tmp/gegl.autogen.log.2

Configure complains that it is unable to find the babl.pc file using
pkgconfig. This probably means that pkg-config isn't looking in
/usr/local/lib/pkgconfig for babl if it is installed there. If itis
try:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig

before running configure as well.

/Øyvind K.

-- 
«The future is already here. It's just not very evenly distributed»
                                                 -- William Gibson
http://pippin.gimp.org/                            http://ffii.org/
_______________________________________________
Gegl-developer mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

Reply via email to