I get several linking errors when trying to build a project in xcode, after including glew.h and calling glewInit();.
I've installed glew with macports, without complaint, the .h, .a and .dylib files exist in the correct places, the compiler finds glew.h, but the linker cannot find the library.
libGLEW.a is added to the libraries in the project, it has the correct target set, -lGLEW is added to the linker flags, the paths to the libs are set as recursive, still it cannot find the library.
Anybody got any tips or ideas?
/ Aufgehaben
I've installed glew with macports, without complaint, the .h, .a and .dylib files exist in the correct places, the compiler finds glew.h, but the linker cannot find the library.
libGLEW.a is added to the libraries in the project, it has the correct target set, -lGLEW is added to the linker flags, the paths to the libs are set as recursive, still it cannot find the library.
Anybody got any tips or ideas?
/ Aufgehaben