Code::Blocks Forums

User forums => Help => Topic started by: Eden on December 29, 2005, 12:12:20 am

Title: MSYS & SDL problem duering make
Post by: Eden on December 29, 2005, 12:12:20 am
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.

Code
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?
Title: Re: MSYS & SDL problem duering make
Post by: thomas on December 29, 2005, 12:40:17 am
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.
Title: Re: MSYS & SDL problem duering make
Post by: Eden on December 29, 2005, 12:44:07 am
Ah cool. Thanks for that link I'll have a look through that.