[DiscordArchive] So, have the trinket apply an invisible aura that then allows any Shadow school spell to proc the ab
[DiscordArchive] So, have the trinket apply an invisible aura that then allows any Shadow school spell to proc the ab
Archived author: Vis Uban • Posted: 2024-01-29T14:23:25.048000+00:00
Original source
I have a strange problem updating/keeping the source up to date:
fatal error: file '/usr/include/asm-generic/errno-base.h' has been modified since the precompiled header '/home/cg/TrinityCore/build/src/common/CMakeFiles/common.dir/cmake_pch.hxx.pch' was built: mtime changed
note: please rebuild precompiled header '/home/cg/TrinityCore/build/src/common/CMakeFiles/common.dir/cmake_pch.hxx.pch'
1 error generated.
I have done this:
cd ~/TrinityCore/
git pull origin 3.3.5
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/home/$USER/server
make -j $(nproc)
NVM, i just did this
rm -rf build
mkdir build
cd build