News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

MSYS & SDL problem duering make

Started by Eden, December 29, 2005, 12:12:20 AM

Previous topic - Next topic

Eden

Well im atempting to follow the instrutions here 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?

thomas

Why don't you try these instructions? :)

Especially, read "caveats" if you really intend to compile using MSYS.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Eden

Ah cool. Thanks for that link I'll have a look through that.