Help with RenderChimp on Mac OSX, Xcode.
Hi
I have now solved the problem with the framework SDL and SLD_image.
I downloaded the frame work as described at
http://www.libsdl.org/projects/SDL_image/.
I put the SDL.framework at /Library/Framework/
I put the SDL_image at //System/Library/Framework
and everything went well.
The only problem I have now is that it cant load a shader file.
I get this:
Done
SceneGraph setup...
Setting up resource lists
Setting up node list
Initiating default objects
Setting up failure shader program
Warning: Couldn't load shader source for "../../res/shaders/gl20/Default.gl20.vs" (/Users/marcomalley86/Documents/Computer Graphics/Assignments/RC_EDA221_handout/osx/../src/RendererGL.cpp, loadShaderProgram, 1001)
Program ended with exit code: 1
I would appriciate if someone know how to solve this problem.
Best regards.
Marc