After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342588 - will not compile using libpng 1.2.10
will not compile using libpng 1.2.10
Status: RESOLVED DUPLICATE of bug 339402
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-22 16:35 UTC by D'Arcy MacIsaac
Modified: 2008-01-15 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description D'Arcy MacIsaac 2006-05-22 16:35:06 UTC
Please describe the problem:
gimp 2.2.11 fails to compile for me, relevant snip from the log:

png.o(.text+0x86d): In function `load_image':
/usr/obj/local/gimp/005/src/plug-ins/common/png.c:1015: undefined reference to
`png_read_destroy'
png.o(.text+0x16ca): In function `save_image':
/usr/obj/local/gimp/005/src/plug-ins/common/png.c:1444: undefined reference to
`png_write_destroy'
collect2: ld returned 1 exit status
gmake[3]: *** [png] Error 1


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
png.h is located in /usr/local/include (symlink to
/usr/local/include/libpng12/png.h).  configure is finding it:

checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_structp in png.h... yes
Comment 1 Manish Singh 2006-05-22 17:46:39 UTC

*** This bug has been marked as a duplicate of 339402 ***