Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Adrien2002

Pages: [1]
1
MegaGlest / MegaGlest and NetBSD
« on: 8 August 2015, 04:30:27 »
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  :(

Pages: [1]