Skip to main content
Topic: Having trouble compiling nightly with my new patch (Read 6974 times) previous topic - next topic

Having trouble compiling nightly with my new patch

After I uploaded my patch, I downloaded the latest nightly build with the intention of re-applying my patch to it, and running the latest version. However, it seems that there have been so many changes to the code since last week that, when I try to run it, I get over 100 compiler errors. The problem seems to come from simmain.cc calling lots of members of umgebung_t which are no longer in umgebung_t. Can anyone ****ist with solving this issue?
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: Having trouble compiling nightly with my new patch

Reply #1
perhaps you may get some info from the svn changelog...

 

Re: Having trouble compiling nightly with my new patch

Reply #2
Thank you for your reply: I managed to get it to compile by downloading the latest .vcproj file: the problem, I think, was that there were new .cc files added to the project since the revision that I was using that did not appear in my version of the .vcproj file.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: Having trouble compiling nightly with my new patch

Reply #3
If I remember correctly, VS send to Prissi an updated version of that file some time ago (2 weeks as much) so as you said, that could be the problem.

Re: Having trouble compiling nightly with my new patch

Reply #4
Yes, indeed - I've solved it now :-)
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.