Ticket URL: <
http://trac.wxwidgets.org/ticket/14524>
#14524: Carbon command-line builds fail under OSX 10.7
-----------------------------+----------------------------------------------
Reporter: mike_hore | Owner:
Type: build error | Status: new
Priority: high | Milestone: 2.9.5
Component: build | Version: 2.9-svn
Keywords: OSX 10.7 Carbon | Blockedby:
Patch: 0 | Blocking:
-----------------------------+----------------------------------------------
Using
../configure --enable-debug --enable-macosx_arch=i386 --with-macosx-
sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
make gives these error lines:
../src/png/png.c: In function ‘png_pow10’:
../src/png/png.c:1477: error: ‘DBL_MIN_10_EXP’ undeclared (first use in
this function)
../src/png/png.c:1477: error: (Each undeclared identifier is reported only
once
../src/png/png.c:1477: error: for each function it appears in.)
../src/png/png.c: In function ‘png_ascii_from_fp’:
../src/png/png.c:1513: error: ‘DBL_DIG’ undeclared (first use in this
function)
../src/png/png.c:1529: error: ‘DBL_MIN’ undeclared (first use in this
function)
../src/png/png.c:1529: error: ‘DBL_MAX’ undeclared (first use in this
function)
make: *** [wxpng_png.o] Error 1
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14524>