views:

53

answers:

0

for example I need to include a header

#include <OpenGL/glext.h>

while it is actually a header file glext.h under OpenGL.framework/Headers/. Therefore it is no way to give eclipse a physical path about "OpenGL/glext.h", and I always get unresolved inclusion warning.

I can still build and run them (with managed makefile project) but it is impossible to browse the functions or definitions from those "resolved" header files.

is there any solution?