Hi,
I managed to get a few modules up and running, but this playerbot is giving errors when building. These are a couple of the issues:
In file included from /azerothcore/modules/mod-playerbots/src/ChatFilter.cpp:7:
In file included from azerothcore/modules/mod-playerbots/src/Playerbots.h:11:
azerothcore/modules/mod-playerbots/src/PlayerbotAI.h:187:5: error: expected identifier
HUGE = 250
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:733:15: note: expanded from macro 'HUGE'
#define HUGE MAXFLOAT
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:704:21: note: expanded from macro 'MAXFLOAT'
#define MAXFLOAT 0x1.fffffep+127f
^
In file included from azerothcore/modules/mod-playerbots/src/AiFactory.cpp:8:
azerothcore/modules/mod-playerbots/src/PlayerbotAI.h:187:5: error: expected identifier
HUGE = 250
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:733:15: note: expanded from macro 'HUGE'
#define HUGE MAXFLOAT
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:704:21: note: expanded from macro 'MAXFLOAT'
#define MAXFLOAT 0x1.fffffep+127f
^
Hi,
I managed to get a few modules up and running, but this playerbot is giving errors when building. These are a couple of the issues:
In file included from /azerothcore/modules/mod-playerbots/src/ChatFilter.cpp:7:
In file included from azerothcore/modules/mod-playerbots/src/Playerbots.h:11:
azerothcore/modules/mod-playerbots/src/PlayerbotAI.h:187:5: error: expected identifier
HUGE = 250
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:733:15: note: expanded from macro 'HUGE'
#define HUGE MAXFLOAT
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:704:21: note: expanded from macro 'MAXFLOAT'
#define MAXFLOAT 0x1.fffffep+127f
^
In file included from azerothcore/modules/mod-playerbots/src/AiFactory.cpp:8:
azerothcore/modules/mod-playerbots/src/PlayerbotAI.h:187:5: error: expected identifier
HUGE = 250
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:733:15: note: expanded from macro 'HUGE'
#define HUGE MAXFLOAT
^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/math.h:704:21: note: expanded from macro 'MAXFLOAT'
#define MAXFLOAT 0x1.fffffep+127f
^