Search results

  1. I

    SDL error messages are not helpful...

    This is a reply to a couple of my responses. Which have been productive so far so thank you for that. I warn you that this is a rather long post of error messages. Here is the console output from the dubugger: GNU gdb 5.3-20021014 (Apple version gdb-250) (Sat Dec 7 02:14:27 GMT 2002)...
  2. I

    SDL error messages are not helpful...

    Yes but for some reason when I set a breakpoint for the debugger at the first line of the main function it says "Debugging of Engine ended normally" in the lower left corner of the status bar at the bottom of the debug widow. And it says this without letting me debug anything... (Probably...
  3. I

    SDL error messages are not helpful...

    A friend and I are programming a game engine, we are doing it in C++ using SDL and OpenGL. He has it running and performing well on his PC and I have been trying to get it running on my Mac. It compiles fine, has a few warnings but no errors, and it opens up a window but then it exits out and...
Back
Top