[Digikam-devel] Compile problems png library

Gerhard Kulzer gerhard at kulzer.net
Tue Mar 14 13:35:10 GMT 2006


On Tuesday 14 March 2006 13:57, Gilles Caulier wrote:
> On Tuesday 14 March 2006 12:17 pm, Gerhard Kulzer wrote:
> > On Tuesday 14 March 2006 11:51, Gilles Caulier wrote:
> > > On Tuesday 14 March 2006 11:49 am, Gerhard Kulzer wrote:
> > > > On Tuesday 14 March 2006 11:32, Gilles Caulier wrote:
> > > > > On Tuesday 14 March 2006 11:29 am, Gerhard Kulzer wrote:
> > > > > > On Tuesday 14 March 2006 11:02, Gilles Caulier wrote:
> > > > > > > On Tuesday 14 March 2006 10:56 am, Gilles Caulier wrote:
> > > > > > > > On Tuesday 14 March 2006 10:53 am, Gerhard Kulzer wrote:
> > > > > > > > > Gilles,
> > > > > > > > > After svn up to 518455 and make clean I still get the same
> > > > > > > > > error at libdigikam.la compilation.
> > > > > > > >
> > > > > > > > This is want mean that the problem have been moved to
> > > > > > > > libdigikam.la linking. Before the problem appears in
> > > > > > > > libdmetaloader.la linking. Right ?
> > > > > > > >
> > > > > > > > Gilles
> > > > > > >
> > > > > > > in digikam/digikam/Makefile.am, if you add this instructions :
> > > > > > >
> > > > > > > $(LIBJPEG) $(LIB_TIFF) $(LIB_PNG)
> > > > > > >
> > > > > > > .. into libdigikam_la_LIBADD rules (line 51), solves the
> > > > > > > problem ?
> > > > > >
> > > > > > no Gilles, unfortunately not. Error message is identical to the
> > > > > > previous.
> > > > >
> > > > > after to have fixe Makefile.am, have you cleanup digikam/digikam
> > > > > before to recompile else the result is the same ?
> > > >
> > > > Yes, I did that, but to my surprise the problem remains. (I run 'make
> > > > clean' on digikam/digikam and graphics/ level, the make -f
> > > > Makefile.cvs, make
> > > >
> > > > Gerhard
> > >
> > > Please give me a complete backtrace of compilation after a make
> > > distclean
> > >
> > > Gilles
> >
> > Ok, this is it: attachment
>
> Strange. Sound like a broken installation of libpng on your system : where
> is your files :
>
> # locate png.so
> and
> #locate png.h
>
> and what your PATH variable ?
>
> This is the result on Mandriva 2006 :
>
> /usr/include/png.h
> /usr/include/libpng12/png.h
> /usr/lib/libpng.so
> /usr/lib/libpng.so.3
> /usr/lib/libpng.so.3.1.2.8
>
> Gilles
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
locate png.h
/usr/include/libpng12/png.h
/usr/include/png.h

ls /usr/lib/libpng
/usr/lib/libpng.so which is a link to libpng12.so.0, which is a link to 
libpng12.so.0.1.2.8

Gerhard



More information about the Digikam-devel mailing list