[DiscordArchive] I checked that cmake file you
[DiscordArchive] I checked that cmake file you
Archived author: veritas9160 • Posted: 2025-03-24T16:34:47.515000+00:00
Original source
I checked that cmake file you
Mentioned and I do have the string
set(cmake_cxx_standard 20). I gave grok the compile.log file I posted above and it told me to go into my cmakecache.txt and HAVE_STRTOD_L:INTERNAL=0. it also said to go into cmakelists.txt and comment out check_system_exists(strtod_1 “stblib.h;xlocale.h” HAVE_STRTOD_L) and add set(HAVE_STRTOD_L 0)
Does this make any sense?
Archived author: TerraByte • Posted: 2025-03-24T17:35:06.925000+00:00
Original source
Instead of using a command that includes -DCMAKE_BUILD_TYPE=Debug, try configuring with a different build type, such as Release:
Bash Commands:
rm -rf azerothcore-wotlk/var/build
mkdir azerothcore-wotlk/var/build
cd azerothcore-wotlk/var/build
cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/azerothcore -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
Be sure to check the file paths in the commands, they may not match the examples that I looked up.
Archived author: Koudis • Posted: 2025-03-24T17:36:54.912000+00:00
Original source
Hello I have problem with stoneharry wow spell editor ... i made some changes in db files (spell.dbc) and put those files to dbc folder. Then when I open spell editor I cannto see those changes in spell editor ... it means if i export from spell editor i overwrite my "hand made" changes in db files.
How can i fix it ? thanks
Archived author: Revision • Posted: 2025-03-24T17:51:46.990000+00:00
Original source
Ask in the modding discord which is in a pinned message
Archived author: veritas9160 • Posted: 2025-03-24T17:53:09.995000+00:00
Original source
Thank you, I’ll give that a shot when I get a chance.