Giter Club home page Giter Club logo

Comments (6)

Yehonal avatar Yehonal commented on May 5, 2024

try to install the ace development libs.. Something like:

sudo apt-get install libace-dev

And please compile with gcc, not clang

Il 20/Lug/2016 03:50, "boom8866" [email protected] ha scritto:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AAI-lNJnUBNJr73Kx0lOvemKI6oEv2lfks5qXX7zgaJpZM4JQWKC
.

from azerothcore-wotlk.

boom8866 avatar boom8866 commented on May 5, 2024

@Yehonal Problems still exist

from azerothcore-wotlk.

mik1893 avatar mik1893 commented on May 5, 2024

in the file PathGenerator.cpp, add as include:

#include "CellImpl.h"
#include "Cell.h"

in the file Cell.h , remove the include
#include cmath

from azerothcore-wotlk.

FrancescoBorzi avatar FrancescoBorzi commented on May 5, 2024

I'm unable to reproduce it, compiles for me on Ubuntu 16.04

from azerothcore-wotlk.

FrancescoBorzi avatar FrancescoBorzi commented on May 5, 2024

@boom8866 any news? did you try what mik1893 said?

from azerothcore-wotlk.

mynew4 avatar mynew4 commented on May 5, 2024

@mik1893 @ShinDarth @boom8866 b88e0fe already fixed

from azerothcore-wotlk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.