Well im atempting to follow the instrutions here (http://www.ubergeekultd.com/tutorials/SDLcodeblocks.pdf) to set up SDL for CB. ../configure ran fine but when I type make I get the following errors.
c:\codeblocks\bin\mv.exe: cannot move `.deps/arch.tpo' to `.deps/arch.plo': File exists
c:\codeblocks\bin\make.exe[2]: *** [arch.lo] Error 1
c:\codeblocks\bin\make.exe[2]: Leaving directory `c:/SDL-1.2.9/release/src/main'
c:\codeblocks\bin\make.exe[1]: *** [all-recursive] Error 1
c:\codeblocks\bin\make.exe[1]: Leaving directory `c:/SDL-1.2.9/release/src'
c:\codeblocks\bin\make.exe: *** [all-recursive] Error 1
Any help on this?
Why don't you try these instructions (http://wiki.codeblocks.org/index.php?title=Using_SDL_with_Code::Blocks)? :)
Especially, read "caveats" if you really intend to compile using MSYS.
Ah cool. Thanks for that link I'll have a look through that.