On 28.07.2011 0:34, bearophile wrote:
Dmitry Olshansky:
My recipe on Windows:
I presume it has tens of quite different kinds of ways to fail :-)
That's the spirit ! :)
This is what I see:
C:\dmd2\src\dmd\src>make -f win32.mak release
make -fwin32.mak C=backend TK=tk ROOT=root clean
make[1]: Entering directory `C:/dmd2/src/dmd/src'
posix.mak:140: warning: overriding recipe for target `dmd'
win32.mak:60: warning: ignoring old recipe for target `dmd'
posix.mak:143: warning: overriding recipe for target `clean'
win32.mak:499: warning: ignoring old recipe for target `clean'
posix.mak:656: warning: overriding recipe for target `zip'
win32.mak:506: warning: ignoring old recipe for target `zip'
win32.mak:40: warning: overriding recipe for target `.c.obj'
win32.mak:40: warning: ignoring old recipe for target `.c.obj'
....
Bye,
bearophile
My bad, this is a result of have GNU make on your path, if you're in
console try this before make:
PATH=C:\dmd2\windows\bin;C:\dm\bin;
--
Dmitry Olshansky