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

Basic build recipe doesn't work #1433

Closed
NekiMedo opened this issue Apr 9, 2022 · 3 comments
Closed

Basic build recipe doesn't work #1433

NekiMedo opened this issue Apr 9, 2022 · 3 comments

Comments

@NekiMedo
Copy link

NekiMedo commented Apr 9, 2022

Hi,
running CMake as described on the main page ends with error:

...
-- Detecting CXX compile features - done
-- llvm-config executable found: /usr/bin/llvm-config
-- Using Clang version 11.0.1 from /usr/lib/llvm-11/lib with CXXFLAGS -I/usr/lib/llvm-11/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-- Found LibClang: /usr/lib/llvm-11/lib/libclang.so  
-- Performing Test LIBCLANG_COMPILES
-- Performing Test LIBCLANG_COMPILES - Success
-- Performing Test CXX_11_EXTENDED_REGEX_SUPPORT
-- Performing Test CXX_11_EXTENDED_REGEX_SUPPORT - Success
CMake Error at src/CMakeLists.txt:144 (include):
  include could not find load file:

    rct/rct.cmake

There's no such file in the checkout:

$ find -name "rct*"
./src/rct

Any hints how to proceed?

@NekiMedo
Copy link
Author

NekiMedo commented Apr 9, 2022

an update .... building from the release tarball works better

@alanbarr
Copy link

Did you make sure to pull in the submodule before building?
e.g:

git submodule update --init --recursive

Its easy to miss the --recursive argument in the quickstart steps.

@NekiMedo
Copy link
Author

don't remember anymore but guess that was the case; managed to build it from a release tarball so all is well;

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

2 participants