You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[xlaits@cinnamon g13]$ cmake -B build -S .
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xlaits/git/g13/build
[xlaits@cinnamon g13]$ make
make: *** No targets specified and no makefile found. Stop.
[xlaits@cinnamon g13]$ cd build
[xlaits@cinnamon build]$ make
Scanning dependencies of target runtests
[ 3%] Building CXX object CMakeFiles/runtests.dir/g13_action.cpp.o
In file included from /home/xlaits/git/g13/g13_manager.hpp:12,
from /home/xlaits/git/g13/g13_device.hpp:8,
from /home/xlaits/git/g13/g13.hpp:5,
from /home/xlaits/git/g13/g13_action.hpp:8,
from /home/xlaits/git/g13/g13_action.cpp:5:
/home/xlaits/git/g13/g13_log.hpp:8:10: fatal error: log4cpp/Category.hh: No such file or directory
8 | #include <log4cpp/Category.hh>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/runtests.dir/build.make:82: CMakeFiles/runtests.dir/g13_action.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/runtests.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: