I’ve done a clean install of the latest juce source tree (gotten fresh from sourceforge this evening), and I’m attempting to build the ‘example_project_for_Mac’ app.
Xcode hands me the following error:
Undefined symbols:
_glViewport
…/juce/bin/libjucedebug.a(juce_mac_Windowing.o) reference to undefined _glViewport
Anyone have thoughts on why this would occur? I have the 10.2.8, 10.3, and 10.4u SDKs, so I don’t expect there’s a compatibility problem there.
Suggestions would be greatly appreciated.