Trying to compile Sunwell in Linux Ubuntu 16.04 error
@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
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
Ubuntu 16.04 GCC 5.4.0 CMake 3.5.1 same problem. any one can fix it ?