![]() |
#1 |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
![]() |
Build failures on stripped Windows (mingw)
Been a very long time, so I tried a mingw build from master.
I am seeing make-file errors for non-existing version directory and compile errors for missing png features. What do I need to add (without installing Cygwin)? Following the instructions in Compiling.txt: $ sh autogen.sh $ sh configure --enable-win $ make Entering directory src. cat: ../version: No such file or directory cat: ../version: No such file or directoryEntering directory monster. Leaving directory monster. Entering directory object. Leaving directory object. Entering directory player. Leaving directory player. cat: ../version: No such file or directory cat: ../version: No such file or directory win/readpng.c:22:17: fatal error: png.h: No such file or directory compilation terminated. win/scrnshot.c:20:17: fatal error: png.h: No such file or directory compilation terminated.Successfully generated dependencies. cat: ../version: No such file or directory Leaving directory player. [snip additional examples] |
![]() |
![]() |
![]() |
#2 |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
![]() ![]() |
The simple way is not to use the buildsystem, but just
Code:
cd src make -f Makefile.win MINGW=yes
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mk build system? | CJNyfalt | Development | 11 | March 25, 2015 07:25 |
GTK Build | MadeOfBees | Vanilla | 2 | April 6, 2013 11:03 |
Cocoa build on OSX | Derakon | Development | 9 | December 21, 2011 22:33 |
Nightly build | Jungle_Boy | Development | 7 | September 16, 2011 08:00 |
Which main-xxx's and makefiles can I test with Cygwin or MinGW? | nppangband | Development | 2 | August 23, 2010 09:43 |