Luniak
-
Posts
3 -
Joined
-
Last visited
Posts posted by Luniak
-
-
Sorry for my stupid question but... what LMAO means?
Still same error after that modification
Maybe i have some old ver? as said in 1 post i downloaded it from google code.
I just tryed to compile older ver and still it brakes in same moment :/ so it looks problem is not in core but in compiler :/ any idea?
-
Hello the Trinity Core community, this is my first post, please excuse my lack of knowledge on things that I might be regardless of.
I'm trying to compile latest ver [http://code.google.com/p/trinitycore/downloads/detail?name=Trinitycore%20b10866%20for%20335a.rar&can=2&q=] [build 10866] i done everything like is said in : http://www.trinitycore.info/w/How-to:Linux
And when i get to point:
cmake ../trinitycore/ -DPREFIX=/home/username/server -DWITH_SQL=1
make
make install
compilation crashes on [make]
Scanning dependencies of target game [ 11%] Building CXX object src/server/game/CMakeFiles/game.dir/Accounts/AccountMgr.cpp.o c++: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions. make[2]: *** [src/server/game/CMakeFiles/game.dir/Accounts/AccountMgr.cpp.o] Error 1 make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2 make: *** [all] Error 2
Not so long ago i used same instructions on same machine with older build of core and there where no problems :/
Any idea what i done wrong?
ACE is installed systemwide
ale apt-get install commads gaved no errors so it is ok..
Compile or cmake problems
in Help and Support
Posted
Ok... i updated all packets on server and rebuild ACE and server core is compiling but now i have problem:
virtual memory exhausted: Cannot allocate memory
make[2]: *** [src/server/game/CMakeFiles/game.dir/Entities/Player/Player.cpp.o] Error 1
make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
make: *** [all] Error 2
i tryed to limmit virtual memory using:
ulimit
command, but nothing change... any idea?