trying to compile KDevelop-0.4

Bjoern Krombholz bjkro at gmx.de
Tue Jun 15 22:51:14 BST 1999


Henning Folger wrote:
> 
> today i downloaded the 0.4 release of kdevelop and started to compile it.
> configure works fine, and many files will be compiled. The last linking step, i
> think so, produced a lot of undefined references, like:
> 
> /opt/kde/lib&libkimgio.so: undefinded reference to `png_set_strip_16'
> and so on in `png_malloc' and and and.
> 

I also got this problem while compiling a shnapshot some weeks ago.
I copied the following files and links to "/usr/include/"
respectivly "/usr/lib/" (you may also create some links):

usr/X11R6/include/png.h
usr/X11R6/include/pngconf.h
usr/X11R6/lib/libpng.a
usr/X11R6/lib/libpng.so
usr/X11R6/lib/libpng.so.2
usr/X11R6/lib/libpng.so.2.1.0

start ldconfig after doing this.

Bjoern Krombholz



More information about the KDevelop mailing list