Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old April 10, 2013, 05:18   #1
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,766
Donated: $40
Pete Mack will become famous soon enough
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 directory
Entering 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]
Pete Mack is offline   Reply With Quote
Old April 10, 2013, 08:08   #2
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,480
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
The simple way is not to use the buildsystem, but just
Code:
cd src
make -f Makefile.win MINGW=yes
I suspect if you want to use the buildsystem you need to install libpng.
__________________
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
Nick is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 15:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.