I'm trying to compile O on Windows Vista, but I'm having a lot of trouble.
When I try to compile on Dev-C++, I get the same error found at http://angband.oook.cz/forum/showthread.php?t=2332
(The post is over 2 years old and I didn't want to Necropost) but no solution was found back then
Compiling with MinGW gives the same error (obviously - Dev-C++ uses MinGW)
I can't try with Visual Studio since O doesn't have a Makefile.nmake
Has any fix been found for this?
Thank you
EDIT: FIXED!
Sort of.
I was able to get MinGW to compile it, BUT I had to create a new Makefile.win. The one that is included in O's source doesn't seem to work for MinGW (and consequently Dev-C++) and the newest one for Angband has support for png and uses some subfolders that don't exist.
For anyone else having this issue, I'm attaching the new Makefile.win
When I try to compile on Dev-C++, I get the same error found at http://angband.oook.cz/forum/showthread.php?t=2332
(The post is over 2 years old and I didn't want to Necropost) but no solution was found back then
Compiling with MinGW gives the same error (obviously - Dev-C++ uses MinGW)
I can't try with Visual Studio since O doesn't have a Makefile.nmake
Has any fix been found for this?
Thank you
EDIT: FIXED!
Sort of.
I was able to get MinGW to compile it, BUT I had to create a new Makefile.win. The one that is included in O's source doesn't seem to work for MinGW (and consequently Dev-C++) and the newest one for Angband has support for png and uses some subfolders that don't exist.
For anyone else having this issue, I'm attaching the new Makefile.win