Hello users,
I am a big fan of MegaGlest and an user of NetBSD so I decided to build it to play on my fav operating system.
I download the source. I extract it, I enter in the folder, I create a folder named build, I enter in the build folder, I do
cmake ..Once it is good, I do
make but then it fails at ~ 91 %
CMakeFiles/megaglest.dir/world/unit_updater.cpp.o: In function `Glest::Game::UnitUpdater::SwapActiveCommand(Glest::Game::Unit*, Glest::Game::Unit*)':
/home/adrien2002/Téléchargements/megaglest-3.11.1/source/glest_game/world/unit_updater.cpp:1822: undefined reference to `Shared::Util::SystemFlags::handleDebug(Shared::Util::SystemFlags::DebugType, char const*, ...)'
CMakeFiles/megaglest.dir/world/unit_updater.cpp.o: In function `Glest::Game::UnitUpdater::SwapActiveCommandState(Glest::Game::Unit*, Glest::Game::CommandStateType, Glest::Game::CommandType const*, int, int)':
/home/adrien2002/Téléchargements/megaglest-3.11.1/source/glest_game/world/unit_updater.cpp:1860: undefined reference to `Shared::Util::SystemFlags::handleDebug(Shared::Util::SystemFlags::DebugType, char const*, ...)'
*** Error code 1
Stop.
make[2]: stopped in /home/adrien2002/Téléchargements/megaglest-3.11.1/build
*** Error code 1
Stop.
make[1]: stopped in /home/adrien2002/Téléchargements/megaglest-3.11.1/build
*** Error code 1
Stop.
make: stopped in /home/adrien2002/Téléchargements/megaglest-3.11.1/build
I don't know what to do now
