Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu-22.04.4 compile mod-eluna and mod-playerbots error #227

Open
nolemlin opened this issue Feb 23, 2024 · 1 comment
Open

ubuntu-22.04.4 compile mod-eluna and mod-playerbots error #227

nolemlin opened this issue Feb 23, 2024 · 1 comment

Comments

@nolemlin
Copy link

hi, i get source form your google video https://www.youtube.com/watch?v=qXtc3O4eKuc
1. git clone https://github.com/najoast/acore-playerbots.git
2.cd modules
3. git clone https://github.com/najoast/mod-eluna.git
4. git clone https://github.com/najoast/mod-playerbots.git
5. cd ../build
6. cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static
7.make -j 4

---as compile result
[ 75%] Built target game
make: *** [Makefile:136: all] Error 2

--error in compile list

[ 47%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp.o
4 warnings generated.
[ 47%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp.o
/wow/robot/acore-playerbots/modules/mod-playerbots/src/ChatFilter.cpp:166:47: fatal error: no member named 'GetTargetIcon' in 'Group'
ObjectGuid rtiTarget = group->GetTargetIcon(RtiTargetValue::GetRtiIndex(rti.substr(1)));
~~~~~ ^
1 error generated.
make[2]: *** [modules/CMakeFiles/modules.dir/build.make:846: modules/CMakeFiles/modules.dir/mod-playerbots/src/ChatFilter.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1362: modules/CMakeFiles/modules.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

@codynottltd
Copy link

It looks like you are using some random dudes forks of this project that are way behind, You should use the repos provided here and compile again. That includes getting mod-eluna from the original repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants