Tagsistant
Tagsistant copied to clipboard
Semantic filesystem for Linux, with relation reasoner, autotagging plugins and a deduplication service
I tried to compile but when I run configure I get the error: `configure: error: "fuse not found"` My system is: antiX-21_x64-full Grup Yorum 31 October 2021 I have the...
make command error output ``` /usr/bin/ld: tagsistant-path_resolution.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here /usr/bin/ld: tagsistant-reasoner.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here /usr/bin/ld: tagsistant-sql.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of...
Two commits that fix: * the undefined enum today's compilers do not like, * and stale file handle leftover when opening a ".tags" file. The latter can be tested by...