[3.9] Does not compile on Linux 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,AnsgarPS: 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. Quote Selected
Re: [3.9] Does not compile on Linux Reply #1 – May 18, 2009, 08:27:57 pm Ahh, thank you for pointing that out. That will be fixed in version 3.10. Quote Selected