• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Remeres map editor linux.

pszczelaszkov

Member
Joined
May 4, 2011
Messages
74
Reaction score
8
Location
pila/poland
hi i downloaded source from remeres website and want to compile it on my debian but i have an errors:
Code:
In file included from main.cpp:4:
about_window.hpp: In member function 'void AboutWindow::OnClickLicense(wxCommandEvent&)':
about_window.hpp:223: error: expected type-specifier
about_window.hpp:223: error: expected unqualified-id before ')' token
about_window.hpp: In member function 'const wxBrush& TetrisPanel::GetBrush(TetrisPanel::Color) const':
about_window.hpp:330: error: expected initializer before '<' token
about_window.hpp:331: error: expected initializer before '<' token
about_window.hpp:333: error: 'yellow_brush' was not declared in this scope
about_window.hpp:334: error: 'purple_brush' was not declared in this scope
about_window.hpp:341: error: 'purple_brush' was not declared in this scope
about_window.hpp:342: error: 'yellow_brush' was not declared in this scope
In file included from main.cpp:16:
dcbutton.hpp: In member function 'void DCButton::OnPaint(wxPaintEvent&)':
dcbutton.hpp:100: error: expected initializer before '<' token
dcbutton.hpp:101: error: expected initializer before '<' token
dcbutton.hpp:102: error: expected initializer before '<' token
dcbutton.hpp:103: error: expected initializer before '<' token
dcbutton.hpp:105: error: 'highlight_pen' was not declared in this scope
dcbutton.hpp:106: error: 'dark_highlight_pen' was not declared in this scope
dcbutton.hpp:107: error: 'light_shadow_pen' was not declared in this scope
dcbutton.hpp:108: error: 'shadow_pen' was not declared in this scope
dcbutton.hpp:124: error: 'shadow_pen' was not declared in this scope
dcbutton.hpp:127: error: 'light_shadow_pen' was not declared in this scope
dcbutton.hpp:130: error: 'dark_highlight_pen' was not declared in this scope
dcbutton.hpp:133: error: 'highlight_pen' was not declared in this scope
dcbutton.hpp:137: error: 'highlight_pen' was not declared in this scope
dcbutton.hpp:140: error: 'dark_highlight_pen' was not declared in this scope
dcbutton.hpp:143: error: 'light_shadow_pen' was not declared in this scope
dcbutton.hpp:146: error: 'shadow_pen' was not declared in this scope
and much much more.
Whats wrong somebody have this problem before?
Maybe somebody have remeres compiled with new libraries?
REP++
 

Similar threads

Replies
2
Views
611
Back
Top