[DiscordArchive] did you also recompile after removing the module code?
[DiscordArchive] did you also recompile after removing the module code?
Archived author: DoctorB0NG • Posted: 2023-07-27T14:16:17.607000+00:00
Original source
did you also recompile after removing the module code?
Archived author: DykeR • Posted: 2023-07-27T14:21:06.726000+00:00
Original source
yes, but maybe i did it wrong, i did it this way: in build folder:
cmake ../ -DCMAKE_INSTALL_PREFIX=/home/serv -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=/usr/bin/clang-11 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-11 -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static
make clean
make install -j4
Archived author: Foe • Posted: 2023-07-27T14:21:48.185000+00:00
Original source
Yeah you didn't build the files, you just installed the previously built files