sysrepo / sysrepo-cpp

C++ bindings for the sysrepo library
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

utils compile error #12

Closed olegzharov closed 2 years ago

olegzharov commented 2 years ago

[ 38%] Built target sysrepo-cpp [ 44%] Building CXX object CMakeFiles/DoctestIntegration.dir/tests/doctest-integration.cpp.o [ 50%] Building CXX object CMakeFiles/DoctestIntegration.dir/tests/utils.cpp.o /home/vmware/sysrepo-cpp-master/tests/utils.cpp:14:10: fatal error: trompeloeil.hpp: No such file or directory 14 | #include | ^~~~~ compilation terminated. make[2]: [CMakeFiles/DoctestIntegration.dir/tests/utils.cpp.o] Error 1 make[1]: [CMakeFiles/DoctestIntegration.dir/all] Error 2 make: *** [all] Error 2

Does it depend from https://github.com/rollbear/trompeloeil ? Should I install that one as well?

jktjkt commented 2 years ago

Thanks for reporting this, our docs were incomplete. Here are the patches if you would like to test them: