http://bugs.winehq.org/show_bug.cgi?id=18568
Summary: MacOS X: png.h/libpng is not detected Product: Wine Version: 1.1.21 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net
wine's configure fails to detect png.h and libpng although they are present on Mac OS X -- at least on my 10.5.7 + XCode3 (install DVD) + XQuartz 2.3.3.2 system void of Fink or Macport.
The maybe unusual property is that they are located in /usr/X11/include/ and /usr/X11/lib/, instead of /usr/include or /usr/lib on Ubuntu Linux.
configure:6223: checking png.h usability configure:6240: gcc -m32 -c -g -O2 conftest.c >&5 conftest.c:80:17: error: png.h: No such file or directory
Alas, ./configure checks for X only much later than it attempts to use png -- how to add the necessary -I -L before that time?
http://bugs.winehq.org/show_bug.cgi?id=18568
--- Comment #1 from Jörg Höhle hoehle@users.sourceforge.net 2009-05-22 07:38:17 --- Created an attachment (id=21228) --> (http://bugs.winehq.org/attachment.cgi?id=21228) ls -l /usr/X11/lib/libpng*
http://bugs.winehq.org/show_bug.cgi?id=18568
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-05-22 09:33:29 --- Check out how fontconfig is handled, it has the same problem.
http://bugs.winehq.org/show_bug.cgi?id=18568
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18568
--- Comment #3 from Jörg Höhle hoehle@users.sourceforge.net 2009-05-25 10:22:25 --- Patch submitted http://www.winehq.org/pipermail/wine-patches/2009-May/073327.html
http://bugs.winehq.org/show_bug.cgi?id=18568
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Jörg Höhle hoehle@users.sourceforge.net 2009-05-26 06:21:19 --- Patch accepted in git
http://bugs.winehq.org/show_bug.cgi?id=18568
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2009-06-05 12:46:34 --- Closing bugs fixed in 1.1.23.
http://bugs.winehq.org/show_bug.cgi?id=18568
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |x86
http://bugs.winehq.org/show_bug.cgi?id=18568
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X