Devcpp Compiling Errors


firefly2442

Member
Joined
Aug 17, 2006
Messages
136
Age
39
Location
USA
Website
www.rivetcode.com
Hello. I've successfully gotten the MingW minimal system installed and was able to compile the SDL test program as found on the Wiki. However, I would also like to get an IDE up and running. I installed DevCPP and followed the directions as shown on the wiki:

http://wiki.gp2x.org/wiki/Using_Devcpp

I am using a slightly older version of the SDL libraries (I'm downloading the new one now, argh, dialup sucks).

Here are the errors I am getting:

http://www.papernapkin.org/pastebin/view/3801

Any suggestions? Thanks! :)
 
hoooly crap.

i'm no guru but i'll give what little help i can before others arrive.

first question: have you told devc++ where sdl is? if you haven't, you need to go into the project options and add two directories...one is the libs directory, i forget what the other one is, crap. you also need to add the linker options, but i'm guessing you already did that?
 
I copied over the SDL library files (the latest ones, March 3rd 2006) into my C:\devkitgp2x\ folder. I tried to recompile, no luck, the same errors. I changed all the directories as in the instructions and I have the linker options in there. I just copy and pasted the linker stuff. Not sure what else I should do.... hmm.... anyone else have suggestions? Thanks. :)
 
I got it working. I needed to include some more files as well as change the bin programs used. I changed it for the default instead of the GP2X compiler. Thanks to the people on IRC who helped me out. :)
 
Back
Top