The International Simutrans Forum

Development => Bug Reports => Topic started by: kierongreen on June 22, 2014, 06:14:06 PM

Title: assembler include - compile fail
Post by: kierongreen on June 22, 2014, 06:14:06 PM
The recent font changes resulted in a number of compile errors on linux - some of which were driving me a bit crazy trying to fix last night. Fortunately Dwachs got most of these fixed - one remaining one is an error including the same assembly twice in simgraph16.cc when drawing font characters. For now in commit 7262 I've just forced the second include to use the equivalent C code - I don't know whether there's a more elegant solution.
Title: Re: assembler include - compile fail
Post by: prissi on June 22, 2014, 09:00:17 PM
It is pretty straight forward not to use the second at all and do it in one loop: See r7264. Sorry, I had some more fixes on my harddisk but after midnight my connection was gone. Thanks for fixing all to stuff in the meantime.