Missing CGLProfiler.h on Mac OSX 1.9

I am trying to use the OpenGL Profiler on Mac OSX 1.9 (Maverick) programmatically as described in the manual. However, in my /System/Library/Frameworks/OpenGL.framework/Headers, the CGLProfiler.h and CGLProfilerFunctionEnum.h files are missing. All other files seem to be there (OpenGL applications compile / work without problems).

I installed the latest versions of the command line tools, for example, those proposed in one of the answers, but did not change anything. The OpenGL profiler itself is working fine. Any idea where I can find the missing files?

+3
source share

All Articles