Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTBFS when ENABLE_TEST=ON #6

Open
kathenas opened this issue Mar 14, 2023 · 0 comments
Open

FTBFS when ENABLE_TEST=ON #6

kathenas opened this issue Mar 14, 2023 · 0 comments

Comments

@kathenas
Copy link

FTBFS when ENABLE_TEST=ON

[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]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant