Question

I have a framework that I am building and inside the framework are files that rely on the OpenGL framework. When I build I get errors saying that all my OpenGL commands are undeclared identifiers due to the macros not reading correctly from the openGl framework. Any pointers?

Était-ce utile?

La solution

So I found the work around after a couple of hours. If you are building a framework with openGL in it, you can not target it for 10.9. When I changed it to Lion, it works. Not sure if apple is aware of this bug. The stranger thing is that I can add the framework to a project targeted for Mavericks and it works just fine. SMH.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top