News:

Simutrans Forum Archive
A complete record of the old Simutrans Forum.

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(retired)

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?
ひめしという日本人が開発者達の助言を無視して自分好みの機能をextendedに"強引に"実装し、
コードをぐちゃぐちゃにしてメンテナンスを困難にし(とりわけ道路と建物関連)、
挙句にバグを大量に埋め込み、それを知らんぷりして放置し(隠居するなどと言って)別のところに逃げ隠れて自分のフォーク(OTRP)は開発を続けている
その事実と彼の無責任さに日本人プレイヤーは目を向けるべき。らんらんはそれでやる気をなくした(´・ω・`)
他人の振り見て我が振り直せ。ひめしのようにならないために、らんらんが生み出したバグや問題は自分で修正しなくちゃね(´・ω・`)

prissi

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