I can't get that to work. However, I am making progress. Using
mingw32-make -C C:\stuff\angband-3.0.9b\src -f C:\stuff\angband-3.0.9b\src\makefile.win
I now get cannot exec 'cc1': No such file or directory
Are you just trying to compile on the Windows command line? If so, I would recommend installing MSYS (http://www.mingw.org/wiki/MSYS), a simple unix-like command environment.
Marble Dice: Damn, it almost worked. It was compiling for like two minutes, but then it stopped 'cause it couldn't find readdib.o.
I think someone else complained about this: there is some Windows compiler that doesn't like source/object files in subdirs, and assumes everything's in a flat structure. Sorry - I know that's not much help - I don't build on Windows.
"Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles
Comment