News:

Do you need help?
Simutrans Wiki Manual can help you to play and extend Simutrans. In 9 languages.

assembler include - compile fail

Started by kierongreen, June 22, 2014, 06:14:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kierongreen

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.

prissi

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.