I did a fresh clone from latest github repo, running xcode 3.2.3 on snow leopard 10.6.4 ;
Although I’m swiching to gcc 4 for 10.4 sdk , I’m always running into compatibility issues; trying to compile i get this error:
GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file ofAppGlutWindow.cpp)
I checked switching compiler versions to all possible combinations but do always get the error cited above -
Hello,
had this “error”, too:
Be sure to open the openframeworksLib project from within your xcode-project (in the openFrameworks directory) and change that as well.
I did a fresh clone from latest github repo (master branch), opened opencv example, tried compiling, get error “GCC 4.2 is not compatible with the Mac OS X SDK (file ofAppGlutWindow.cpp)”, changed gcc from system default (GCC 4.2) in both, the openCV example and in openFrameworksLib.xcodeproj, to GCC 4.0. No change to the SDK settings.
Compiles perfect. Same specs (3.2.3 on snow leopard 10.6.4) here.
Tried again on 0062 branch, compiles fine too!
Could you try the same (with a fresh clone again, or I guess a git reset --hard HEAD) once again?