Hello,
Just now I was going to ask about the revision number in config.default, I apparently got it right by chance, having compiled a new AmigaOS 4.1 build. But in history.txt there's
QuoteRelease of 110.0.1 (r4911 on 1-Nov-2011):
Should it be
QuoteRelease of 111.0 (r4911 on 1-Nov-2011):
instead?
Yes, I put 4911 in config.default, it was just 1234 in earlier releases. :-[
Its already fixed in the source code repository.
If you like, I would upload an AmigaOS binary also to sourceforge and, if there are changes in the makefile needed, incorporate them into the svn.
File can be downloaded here:
http://os4depot.net/share/game/strategy/simutrans.lha
In makefile, there's some gcc flag that needs to be dodged:
ifneq ($(OPTIMISE),)
CFLAGS += -O3 -fno-schedule-insns
ifneq ($(OSTYPE),mac)
ifneq ($(OSTYPE),haiku)
ifneq ($(OSTYPE),amiga)
CFLAGS += -minline-all-stringops
endif
endif
endif
else
CFLAGS += -O
endif
AmigaOS doesn't have ipv6 so, at the top of dataobj/network.cc I have:
#if (defined( __MINGW32__) || defined(__amiga__))
// warning: IPv6 will only work on XP and up ...
#define USE_IP4_ONLY
#endif
Thanks, very useful
The forum thread that invites download of V111 continues to have the incorrect text quoted
http://forum.simutrans.com/index.php?topic=8360.0
Release of 110.0.1 (r4911 on 1-Nov-2011): should be Release of 111.0 (r4911 on 1-Nov-2011):
This is the fourth report of that error.
As newcomers to Simutrans might well go there for download Simutrans it would good for that initial post to be corrected rather than create a confusing or poor impression.
Done.