SunWellCore icon indicating copy to clipboard operation
SunWellCore copied to clipboard

Trying to compile Sunwell in Linux Ubuntu 16.04 error

Open boom8866 opened this issue 9 years ago • 2 comments

@callmephil hello

Trying to compile Sunwell in Linux Ubuntu 16.04 LTS (64-bit)

When I run "make" I get this at 99 or 100%:

[ 99%] Linking CXX executable worldserver ../game/libgame.a(PathGenerator.cpp.o): In function PathGenerator::CalculatePath(float, float, float, bool)': /home/gabbe/Sunwell/core/src/server/game/Movement/MovementGenerators/PathGenerator.cpp:77: undefined reference toCell::Cell(float, float)' /home/gabbe/Sunwell/core/src/server/game/Movement/MovementGenerators/PathGenerator.cpp:79: undefined reference to `Cell::Cell(float, float)' collect2: error: ld returned 1 exit status src/server/worldserver/CMakeFiles/worldserver.dir/build.make:292: recipe for target 'src/server/worldserver/worldserver' failed make[2]: *** [src/server/worldserver/worldserver] Error 1 CMakeFiles/Makefile2:1201: recipe for target 'src/server/worldserver/CMakeFiles/worldserver.dir/all' failed make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

Should be how to solve? T.T

boom8866 avatar Jun 07 '16 02:06 boom8866

any one can tell me how to config the cmake?and how to set the cmake parametres?sorry for my bad english.i'm under debian 8

cshaaa avatar Jun 26 '16 01:06 cshaaa

Ubuntu 16.04 GCC 5.4.0 CMake 3.5.1 same problem. any one can fix it ?

wzw1990 avatar Jul 14 '16 06:07 wzw1990