davrods
davrods copied to clipboard
Compilation errors building Davrods
Hello,
We get linker issues when compiling davrods on a Debian12 system:
ger@webdav-test12(00):~/davrods/build$ make [ 9%] Linking C shared library mod_davrods.so /usr/bin/ld: CMakeFiles/mod_davrods.dir/src/auth.c.o:/home/ger/davrods/src/mod_davrods.h:35: multiple definition of davrods_module'; CMakeFiles/mod_davrods.dir/src/mod_davrods.c.o:/home/ger/davrods/src/mod_davrods.h:35: first defined here
Any ideas? All build dependencies have been met
Does https://github.com/UtrechtUniversity/davrods/pull/36 solve your linker issue?
Yes, it did! Sorry I did not see that beforehand. Bedankt!