Xapiand
Xapiand copied to clipboard
compile with cmake : linking (error)
[100%] Linking CXX executable bin/xapiand
/tmp/ccCJI9fa.ltrans2.ltrans.o: In function main': <artificial>:(.text.startup+0x6bf): undefined reference to cap_init'
cap_set_flag' <artificial>:(.text.startup+0x715): undefined reference to cap_set_flag'
cap_set_proc' <artificial>:(.text.startup+0x771): undefined reference to cap_clear'
cap_set_flag' <artificial>:(.text.startup+0x7c5): undefined reference to cap_set_flag'
Please share information about your OS and compiler including exact versions
OS : Linux 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Compiler : gcc (Ubuntu 8.3.0-6ubuntu1~18.04.1) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. g++ (Ubuntu 8.3.0-6ubuntu1~18.04.1) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I think It should be fixed by 009cfac Would you have it a try?