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
[philwyett@ks-kenobi bcunit-5.2.0]$ cmake . -DENABLE_TEST=ON
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Configuring done
-- Generating done
-- Build files have been written to: /home/philwyett/Development/temporary/bcunit-5.2.0
[philwyett@ks-kenobi bcunit-5.2.0]$ make
Consolidate compiler generated dependencies of target bcunit
[ 34%] Built target bcunit
Consolidate compiler generated dependencies of target bcunit-static
[ 69%] Built target bcunit-static
[ 73%] Building C object BCUnit/Sources/CMakeFiles/bcunit_test.dir/Framework/CUError.c.o
/home/philwyett/Development/temporary/bcunit-5.2.0/BCUnit/Sources/Framework/CUError.c:40:10: fatal error: BCUnit_intl.h: No such file or directory
#include "BCUnit_intl.h"
^~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [BCUnit/Sources/CMakeFiles/bcunit_test.dir/build.make:76: BCUnit/Sources/CMakeFiles/bcunit_test.dir/Framework/CUError.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:240: BCUnit/Sources/CMakeFiles/bcunit_test.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
[philwyett@ks-kenobi bcunit-5.2.0]$
The text was updated successfully, but these errors were encountered:
FTBFS when ENABLE_TEST=ON
The text was updated successfully, but these errors were encountered: