PDA

View Full Version : SDL/opengl with codeblocks



doyleman
November 2nd, 2012, 06:00 AM
I've built a project to open and setup a basic opengl window which works perfectly fine in windows, and when trying to rebuild it in ubuntu, it just hangs on build. no window pops up, no errors show in the log, nothing. under Build, the only option available is abort; which is greyed out. funky part? the project builds fine and I can run the debug program after i close codeblocks. anyone know whats going on and why I cant get the app to run through c::b?

doyleman
November 2nd, 2012, 06:23 PM
bump; has anyone at least experienced a similar issue and or might know a cause?

SuperCamel
November 2nd, 2012, 10:48 PM
Make sure your build target is set to console, so you can see any terminal messages.

In the 'Project' menu, go to 'Properties'. On the build targets tab, make sure your build target type is set to 'console application'.