[ scummvm-Bugs-808364 ] MINGW: Build failure with recent CVS

SourceForge.net noreply at sourceforge.net
Thu Sep 18 09:23:17 CEST 2003


Bugs item #808364, was opened at 2003-09-18 09:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=808364&group_id=37116

Category: Unknown Crash/Other
Group: All Games
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: MINGW: Build failure with recent CVS

Initial Comment:
I get the following error message when I try to build

the latest ScummVM CVS with MinGW:



make: *** No rule to make target `config.mak', needed

by `base/gameDetector.o'. 



The problem is that config.mak is never created since

the MinGW build doesn't use the configure script. (Or

does it, and I've just been doing it wrong lately?)



I was able to get around it by adding the following

rule to Makefile.mingw:



config.mak:

	touch config.mak



(In case SourceForge mangles the whitespace, that's

supposed to be a <TAB> before "touch", of course.)



But that seems like an evil hack to me...



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=808364&group_id=37116




More information about the Scummvm-tracker mailing list