#1233 closed defect (fixed)
MINGW: Build failure with recent CVS
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
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...
Ticket imported from: #808364. Ticket imported from: bugs/1233.
Change History (5)
comment:1 by , 21 years ago
Owner: | set to |
---|
comment:2 by , 21 years ago
comment:3 by , 21 years ago
Owner: | changed from | to
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 6 years ago
Component: | --Unset-- → Port: Win32 |
---|
Assigning to Kirben, since he's the one who's made most of the Makefile.mingw changes in the past.