News:

Beta test the new forum at https://simutrans.forum/

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

r9974 - server not compile

Started by Andarix, July 28, 2021, 05:26:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andarix

server linux/windows not compile

linux
Quote...
2021-07-28T04:41:49.9004415Z ===> LD  /home/runner/work/simutrans/simutrans/sim
2021-07-28T04:41:50.4608775Z build/default/boden/grund.o: In function `grund_t::display_overlay(short, short)':
2021-07-28T04:41:50.4621009Z grund.cc:(.text+0x836c): undefined reference to `display_signal_direction_rgb(int, int, unsigned char, unsigned char, unsigned short, unsigned short, bool)'
2021-07-28T04:41:50.4622477Z common.mk:28: recipe for target '/home/runner/work/simutrans/simutrans/sim' failed
2021-07-28T04:41:50.4624467Z grund.cc:(.text+0x85ee): undefined reference to `display_signal_direction_rgb(int, int, unsigned char, unsigned char, unsigned short, unsigned short, bool)'
2021-07-28T04:41:50.4628005Z collect2: error: ld returned 1 exit status

prissi

THnak, had forget to move the last rearrangemetn to simgraph0 Fixed in 9975

Ranran

Quote from: Ranran on July 11, 2021, 04:00:31 PMIn addition, if you place the toolbar to the left or right, the overlay (such as the station name) is not in the correct position at certain zoom magnifications.
You do not see this symptom on the horizontal toolbar. The positional relationship between the object and the nameplate is kept regardless of the zoom magnification.
That signal arrow overlay patch had display position issue with the menu bar on the left and at certain zoom levels (try zoom out). Doesn't that happen with standard?

prissi

It boiled down to one line using display_width instead the clipping width ...