Author Topic: MSYS & SDL problem duering make  (Read 3575 times)

Eden

  • Guest
MSYS & SDL problem duering make
« on: December 29, 2005, 12:12:20 am »
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.

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?

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: MSYS & SDL problem duering make
« Reply #1 on: December 29, 2005, 12:40:17 am »
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

  • Guest
Re: MSYS & SDL problem duering make
« Reply #2 on: December 29, 2005, 12:44:07 am »
Ah cool. Thanks for that link I'll have a look through that.