From: Orhun B. <orh...@gm...> - 2008-09-07 18:49:39
|
OK. It worked. But the compile fails with 1>win32_dllmain.c 1>..\..\..\..\..\glsdk\third_party\glfw\lib\win32\win32_dllmain.c(31) : fatal error C1083: Cannot open include file: 'internal.h': No such file or directory "third_party\glfw\lib" is missing from the include directories. After manually adding this directory to Visual Studio project, glfw lib compiles but the triangle example compile fails with, 2>triangle.c 2>..\..\..\..\glsdk\third_party\glfw\examples\triangle.c(10) : fatal error C1083: Cannot open include file: 'GL/glfw.h': No such file or directory Triangle project has these include directories set, C:\home\orhun\development\3rdparty\glsdk\inc;C:\home\orhun\development\3rdparty\glsdkbuild\inc;C:\home\orhun\development\3rdparty\glsdk\include either "third_party\glfw\include" should be included to the search paths or, glfw.h should be added (or copied during build) to "inc/GLSDK", but I am not sure whether it should be "GLSDK/GL/glfw.h" or just "GLSDK/glfw.h". -- Orhun Birsoy |