[DiscordArchive] did you update the database correctly?
[DiscordArchive] did you update the database correctly?
Archived author: Deleted User • Posted: 2020-04-13T14:48:11.587000+00:00
Original source
did you update the database correctly?
Archived author: Vhiper • Posted: 2020-04-13T16:26:21.389000+00:00
Original source
> ```
> [ 0%] Built target Detour
> [ 1%] Built target fmt
> [ 5%] Built target lualib
> [ 9%] Built target g3dlib
> [ 10%] Built target Recast
> [ 10%] Built target gsoap
> [ 13%] Built target jemalloc
> [ 13%] Built target revision.h
> [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Database/QueryResult.cpp.o
> /azerothcore/src/common/Database/QueryResult.cpp:189:18: fatal error: out-of-line definition of 'GetFieldName' does not match any declaration in 'ResultSet'
> char* ResultSet::GetFieldName(uint32 index) const
> ^~~~~~~~~~~~
> 1 error generated.
> make[2]: *** [src/common/CMakeFiles/common.dir/Database/QueryResult.cpp.o] Error 1
> src/common/CMakeFiles/common.dir/build.make:777: recipe for target 'src/common/CMakeFiles/common.dir/Database/QueryResult.cpp.o' failed
> make[1]: *** [src/common/CMakeFiles/common.dir/all] Error 2
> CMakeFiles/Makefile2:975: recipe for target 'src/common/CMakeFiles/common.dir/all' failed
> make: *** [all] Error 2
> Makefile:129: recipe for target 'all' failed
> ```
<@214508470588801024>
1. make clean
2.Re Building....
Archived author: Deleted User • Posted: 2020-04-13T16:43:04.278000+00:00
Original source
mhm, you could delete the build directory and remake it from scratch again
unfortunately sometimes a sort of "cache" of modules (in the final binary worldserver) is misleading, so the builder did not recognize some updates of the module
I know, it's not clear what I said, it's a corner case that I met when I worked with several modules and changed them a lot and a lot, sometimes delete the build directory and make it again helped me