[DiscordArchive] have the sql problems been fixed already ?
[DiscordArchive] have the sql problems been fixed already ?
Archived author: vibe • Posted: 2022-07-18T10:21:41.731000+00:00
Original source
have the sql problems been fixed already ?
Archived author: Squizzy • Posted: 2022-07-18T10:29:48.892000+00:00
Original source
Hey everyone. I try to compile the core on my QNAP NAS in docker. After fixing the libboost deps error i ran into a new Enum already defined error while building:
```
In file included from /azerothcore/src/server/game/World/World.h:25:
/azerothcore/src/server/game/World/IWorld.h:405:5: fatal error: redefinition of enumerator 'CONFIG_WATER_BREATH_TIMER'
CONFIG_WATER_BREATH_TIMER,
^
/azerothcore/src/server/game/World/IWorld.h:197:5: note: previous definition is here
CONFIG_WATER_BREATH_TIMER,
^
1 error generated. ```