[wx-dev] wxMac: compilation under OS X 10.3 broken?

Anders F Björklund afb at algonet.se
Tue Oct 31 00:03:17 PST 2006


William H. Schultz wrote:

> setenv CPPFLAGS "-isysroot /Developer/SDKs/MacOSX10.3.9.sdk -arch ppc 
> -mcpu=G3 -mtune=G4";

CPPFLAGS sets the flags to the preprocessor, not sure if that (or 
CXXFLAGS) is what you wanted ?

You should also set CXX=gcc-3.3 (Panther system compiler), instead of 
the regular gcc-4.0 compiler.

--anders





More information about the wx-dev mailing list