Closed
Bug 879
Opened 26 years ago
Closed 26 years ago
BUILD: modules/libimg/src/png_png.cpp and config'ed --with-png
Categories
(Core :: Graphics: ImageLib, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: trini, Assigned: pnunn)
Details
When trying to compile the above file and config'ed with --with-png, various odd
parse errors show up. This comes from something else includeing <setjmp.h>,
which libpng 1.0.1 and up at least include in pngconf.h
Updated•26 years ago
|
Assignee: png → pnunn
Component: PNG Image Handling → ImageLib
I'm having alittle trouble parsing your description.
OK. you are on linux. Are you using an external png lib
or the mozilla png lib? Could you paste in a few of the
error msgs?.
thanx, pnunn
This was a known problem with configure and an external libpng. Found it
mentioned in the autconf pages like 20 minutes later. Reason it gave all sorts
of wierd parse errors is it used something like __don't do that__ instead of
#error "Don't do that" in pngconf.h
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Thanks for the info.
Sounds like this bug can be closed.
-pn
Bulk moving Mozilla/ImageLig bugs to NGLayout/Image in preparation for a move to
Browser/ImageLib.
You need to log in
before you can comment on or make changes to this bug.
Description
•