The error is:
Code: Select all
eq2dev@eq2dev:~/src/EQ2/source/LoginServer$ make
g++ -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wcomment -Wcast-align -Wno-deprecated -g -march=i686 -O -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DEQ2 -DLOGIN -I/usr/include/mysql -I/usr/mysql/include ../common/Mutex.cpp -o ../common/Mutex.o
In file included from ../common/../common/../WorldServer/Player.h:31,
from ../common/../common/../WorldServer/zoneserver.h:33,
from ../common/../common/../WorldServer/client.h:26,
from ../common/../common/Log.h:24,
from ../common/Mutex.cpp:22:
../common/../common/../WorldServer/Recipes/Recipe.h:171: error: extra qualification âMasterRecipeList::â on member âGetRecipesâ
make: *** [../common/Mutex.o] Error 1Code: Select all
/// <summary>Gets all the recipes for the given book name</summary>
/// <param name="book_name">Book name to get recipes for</param>
/// <returns>A vector of all the recipes for the given book</returns>
vector<Recipe*>* MasterRecipeList::GetRecipes(const char* book_name);