Hi, I have a project that compiles everywhere (Linux, Windows (Visual Studio 2008), MacOS 10.7 with makefiles) apart Xcode 4.1. It does not like #include <GL/glew.h>
I'm sure all the paths are included with CMake (otherwise it could not compile on other platforms). It is located in /usr/include, but even if I write this path manually in the Xcode settings it just ignores it. Only if I write #include "/usr/include/GL/glew.h" it can compile. Is it a bug of CMake? Xcode 4.1? I repeat that the simple makefile generator works. Thx Marco
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
