• 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 Remere's Map Editor in Ubuntu 12.04 LTS

eduardojuniosm

Full Stack Web Developer
Joined
Dec 16, 2013
Messages
99
Reaction score
35
Location
Brazil
Hi! I tried compile the RME on my Ubuntu 12.04 LTS but returns this error:
Code:
eduardo@IPX425R3:~/Downloads/rme-master/build$ make -j 2
[  1%] [  2%] Building CXX object CMakeFiles/rme.dir/source/action.cpp.o
Building CXX object CMakeFiles/rme.dir/source/about_window.cpp.o
In file included from /home/eduardo/Downloads/rme-master/source/json/json_spirit_reader.h:14:0,
  from /home/eduardo/Downloads/rme-master/source/json/json_spirit.h:14,
  from /home/eduardo/Downloads/rme-master/source/json.h:10,
  from /home/eduardo/Downloads/rme-master/source/main.h:136,
  from /home/eduardo/Downloads/rme-master/source/action.cpp:20:
/home/eduardo/Downloads/rme-master/source/json/json_spirit_error_position.h:21:12: erro: looser throw specifier for ‘virtual json_spirit::Error_position::~Error_position()’
/usr/include/c++/4.6/stdexcept:122:13: erro:  overriding ‘virtual std::runtime_error::~runtime_error() throw ()’
In file included from /home/eduardo/Downloads/rme-master/source/json/json_spirit_reader.h:14:0,
  from /home/eduardo/Downloads/rme-master/source/json/json_spirit.h:14,
  from /home/eduardo/Downloads/rme-master/source/json.h:10,
  from /home/eduardo/Downloads/rme-master/source/main.h:136,
  from /home/eduardo/Downloads/rme-master/source/about_window.cpp:20:
/home/eduardo/Downloads/rme-master/source/json/json_spirit_error_position.h:21:12: erro: looser throw specifier for ‘virtual json_spirit::Error_position::~Error_position()’
/usr/include/c++/4.6/stdexcept:122:13: erro:  overriding ‘virtual std::runtime_error::~runtime_error() throw ()’
make[2]: ** [CMakeFiles/rme.dir/source/action.cpp.o] Erro 1
make[2]: ** Esperando que outros processos terminem.
make[2]: ** [CMakeFiles/rme.dir/source/about_window.cpp.o] Erro 1
make[1]: ** [CMakeFiles/rme.dir/all] Erro 2
make: ** [all] Erro 2
I have installed the wxWidgets 3.0.0 and the Boost Library 1.55! Please anyone help!
The source that I try to compile is here: https://github.com/hjnilsson/rme

Bump!
 
Last edited by a moderator:
I'm experiencing the same issue:
Code:
[  1%] Building CXX object CMakeFiles/rme.dir/source/about_window.cpp.o
In file included from /home/wayne/Wayne/Map-Editor/source/about_window.cpp:22:0:
/home/wayne/Wayne/Map-Editor/source/gui.h:406:2: error: ‘wxGenericProgressDialog’ does not name a type
  wxGenericProgressDialog* progressBar;
  ^
make[2]: *** [CMakeFiles/rme.dir/source/about_window.cpp.o] Error 1
make[1]: *** [CMakeFiles/rme.dir/all] Error 2
make: *** [all] Error 2
I'm trying to compile it on Ubuntu 14.04, with wxWidgets 3.0.0 and the Boost Library 1.55.
 
Back
Top