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.


Messages - Adrien2002

Pages: [1]
1
MegaGlest / Re: MegaGlest and NetBSD
« on: 10 August 2015, 19:08:43 »
I am using the current version of NeBSD, it is totally assisted during installation :)

Here is the -current 7.99.20 amd64 : ftp://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201508101330Z/images/NetBSD-7.99.20-amd64.iso

It is the version I am using.

During the installation, you will be able to select for pkgsrc (not pkgin), when you are in the menu to install pkgsrc, just change the pkgsrc/stable into pkgsrc/current to get the very last pkgsrc version.
But em... once in the system, you have to build everything to be able to use it. Everything is in /usr/pkgsrc/

For example, to get xorg, you must do "cd /usr/pkgsrc/meta-pkgs/modular-xorg/" then "make install clean" and let it works.

Em... If you have ANY question about how to do something, please ask me, I'll do my best to help you to have a fully usable operating system just like I have now :)

2
MegaGlest / Re: MegaGlest and NetBSD
« on: 10 August 2015, 18:33:02 »
So I deleted the build directory, created a new one then entered in it again :

cmake ..
http://pastebin.com/hViqChZk

make
http://pastebin.com/wa8hnXL3

EDIT : Don't look at directly to the "TAClACchargement" instead of "Téléchargements", it is a copy problem from my Arch Linux, not on the original file :)

3
MegaGlest / Re: MegaGlest and NetBSD
« on: 10 August 2015, 17:00:15 »
I ever said what I do, in my first message !

I create a folder named build, I enter in it then I do cmake ..
Once it is good, I simply do make then I get the error message I posted through pastebin

I didn't check yet with FreeBSD because the two systems are really different but I'll have a look at it

5
MegaGlest / Re: MegaGlest and NetBSD
« on: 9 August 2015, 13:46:49 »
Mh... There is one or two dependencies that I can not build actually : they are broken with NetBSD

But then I have a question, the missing libraries can make the make stop ? I have everything necessary to BUILD the game but maybe not yet to PLAY it

Would you want to see my error ? I can paste it all on pastebin, maybe you will understand something

6
MegaGlest / Re: MegaGlest and NetBSD
« on: 8 August 2015, 13:38:15 »
That's very cool to find help here :)

It seems... I forgot about the deps :-[
I'll try to satisfy dependencies and build it again.

I am not an expert in building but I'll be in charge of NetBSD pkgsrc package for MegaGlest. Guys will help me to make it possible so then NetBSD users will be able to play this game easily.

7
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]
anything