SDL build Error

I'm just now starting on SDL, and right now i've been running into a problem that doesn't want my program with SDL functions to compile. This is the error I got:

h:\SDL Practice\Makefile.win [Build Error] ["SDL] Error 1

I got my SDL libraries and everything from lazy foo net, and done everything the instructions tell me to do. I also tried to move every file that used SDL onto a seperate folder, and that didn't solve the problem. I still have the SDL folder that I extracted from www.libsdl.org, the file name is SDL-devel-1.2.14-mingw32.tar.gz. Any help would be nice, thank you.

Edit: Whoops, forgot to say that my compiler is Dev C++ 4.9.9.2.
Last edited on
That's ALL the error says?

And please learn the difference between compiler and IDE. Dev-C++ is the IDE, the compiler is MinGW 3.x. A particularly old version, by the way.
Last edited on
Nevermind, I've figured it out...
I misspelled this: -lmingw32 -lSDLmain -lSDL in the parameters tab in project options...
I'm an idiot...thanks for the help anyway.



Topic archived. No new replies allowed.