News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

r10252 - not compile all sytems

Started by Andarix, November 28, 2021, 01:57:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andarix

linux

Quote2021-11-28T12:45:28.7572678Z ===> HOSTCXX gui/depot_frame.cc
2021-11-28T12:45:29.1680043Z gui/depot_frame.cc: In member function 'void depot_frame_t::layout(scr_size*)':
2021-11-28T12:45:29.1683213Z gui/depot_frame.cc:436:13: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1701035Z   lb_convois.set_width(selector_x - D_H_SPACE);
2021-11-28T12:45:29.1701547Z              ^~~~~~~~~
2021-11-28T12:45:29.1701887Z              set_text
2021-11-28T12:45:29.1702804Z gui/depot_frame.cc:447:17: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1704317Z   lb_convoi_line.set_width(selector_x - line_button.get_size().w - 2 - D_H_SPACE);
2021-11-28T12:45:29.1704922Z                  ^~~~~~~~~
2021-11-28T12:45:29.1705287Z                  set_text
2021-11-28T12:45:29.1708810Z gui/depot_frame.cc:475:19: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1709550Z   lb_convoi_number.set_width(30);
2021-11-28T12:45:29.1710030Z                    ^~~~~~~~~
2021-11-28T12:45:29.1710376Z                    set_text
2021-11-28T12:45:29.1711289Z gui/depot_frame.cc:483:18: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1712033Z   lb_convoi_count.set_width(second_column_w);
2021-11-28T12:45:29.1712490Z                   ^~~~~~~~~
2021-11-28T12:45:29.1712846Z                   set_text
2021-11-28T12:45:29.1713769Z gui/depot_frame.cc:486:23: error: 'class depot_convoi_capacity_t' has no member named 'set_width'; did you mean 'set_size'?
2021-11-28T12:45:29.1714766Z   cont_convoi_capacity.set_width(second_column_w);
2021-11-28T12:45:29.1715267Z                        ^~~~~~~~~
2021-11-28T12:45:29.1715649Z                        set_size
2021-11-28T12:45:29.1717932Z gui/depot_frame.cc:489:17: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1718835Z   lb_convoi_cost.set_width(second_column_w);
2021-11-28T12:45:29.1719333Z                  ^~~~~~~~~
2021-11-28T12:45:29.1720354Z                  set_text
2021-11-28T12:45:29.1721551Z gui/depot_frame.cc:491:18: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1722328Z   lb_convoi_value.set_width(second_column_w);
2021-11-28T12:45:29.1722803Z                   ^~~~~~~~~
2021-11-28T12:45:29.1723177Z                   set_text
2021-11-28T12:45:29.1724089Z gui/depot_frame.cc:494:18: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1724962Z   lb_convoi_power.set_width(second_column_w);
2021-11-28T12:45:29.1725432Z                   ^~~~~~~~~
2021-11-28T12:45:29.1725803Z                   set_text
2021-11-28T12:45:29.1726739Z gui/depot_frame.cc:496:19: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1727521Z   lb_convoi_weight.set_width(second_column_w);
2021-11-28T12:45:29.1728040Z                    ^~~~~~~~~
2021-11-28T12:45:29.1728399Z                    set_text
2021-11-28T12:45:29.1729317Z gui/depot_frame.cc:499:18: error: 'class gui_label_t' has no member named 'set_width'; did you mean 'set_text'?
2021-11-28T12:45:29.1730370Z   lb_convoi_speed.set_width(win_size.w - D_MARGIN_RIGHT - D_MARGIN_LEFT);
2021-11-28T12:45:29.1730941Z                   ^~~~~~~~~
2021-11-28T12:45:29.1731311Z                   set_text
2021-11-28T12:45:29.1732280Z gui/depot_frame.cc:567:16: error: 'class gui_divider_t' has no member named 'set_width'; did you mean 'set_size'?
2021-11-28T12:45:29.1733096Z   div_tabbottom.set_width(win_size.w);
2021-11-28T12:45:29.1733548Z                 ^~~~~~~~~
2021-11-28T12:45:29.1733913Z                 set_size
2021-11-28T12:45:29.1734847Z gui/depot_frame.cc:601:20: error: 'class gui_divider_t' has no member named 'set_width'; did you mean 'set_size'?
2021-11-28T12:45:29.1735723Z   div_action_bottom.set_width(win_size.w);
2021-11-28T12:45:29.1736171Z                     ^~~~~~~~~
2021-11-28T12:45:29.1736805Z                     set_size
2021-11-28T12:45:29.2909565Z make: *** [build/default/gui/depot_frame.o] Error 1