The International Simutrans Forum

Simutrans Extended => Simutrans-Extended development => Topic started by: ansgar on May 18, 2009, 07:56:46 pm

Title: [3.9] Does not compile on Linux
Post by: ansgar on May 18, 2009, 07:56:46 pm
Hi,

gcc doesn't like line 470 in simhalt.cc:

Code: [Select]
vector_tpl<fixed_list_tpl<uint16, 16>> f_list;

There needs to be a space before the second left bracket to comply with the current C++ standard.

See the build log on http://www.43-1.org/~simutrans/simutrans-exp/logs/20090518-0348.log for details.

Regards,
Ansgar

PS: If you want, I can also automatically send the build log to you when the build fails.  Please contact me by PM in that case.
Title: Re: [3.9] Does not compile on Linux
Post by: jamespetts on May 18, 2009, 08:27:57 pm
Ahh, thank you for pointing that out. That will be fixed in version 3.10.