Advertisement

SDL Compilation Help

Started by August 31, 2002 05:25 PM
1 comment, last by Cloral 22 years, 4 months ago
I downloaded and installed SDL. However, when I went to compile the test programs, testgl wouldn''t compile. I got an error about grBufferSwap not being defined. I''m guessing this means that I don''t have my OpenGL development libraries properly installed. Anyone know where I could find them?
Are you asking for new libraries or are you asking to modifly to ones you have. Your header files are in something like this if you are using Visily C++ C://programes/microsoftvislestudio/lib
and header is in C:://progrmaes//microsofvielsstudio/include and your dll is in C:://windows/systum32/ your dll could be in a diffrent place based on your computur. if you need new libraries the best place to go is www.opengl.org
sorry about the spelling

[edited by - omega arts on August 31, 2002 8:50:03 PM]
Advertisement
I'm on a Linux system (meaning I'm using gcc). And I'm not sure what I need - I just want the thing to be able to compile really. I installed Mesa, and all the demos of it seem to be running fine. So could this then just be an issue where I need to create a few symbolic links?

I just realized that this is kinda the wrong forum for this. I'm going to repost this over in the OpenGL forum.

[edited by - Cloral on August 31, 2002 9:09:54 PM]

This topic is closed to new replies.

Advertisement