-
Notifications
You must be signed in to change notification settings - Fork 63
Cmake error in latest (the whereami git submodule) #1489
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
Comments
Hello @jtappin, thanks for reporting. |
mandatory :( I do consider this is a temporary work-around, too complex for new users (or very clear messages) |
Certainly, we need to improve and clarify instructions for developers, but I'd say that with so many third-party files in the repo, we will greatly benefit from introducing multiple other submodules to keep track of the origins of these files, facilitate updates and make life easier for packagers who need to check licensing and often prefer to replace our convenience copies with upstream code dependencies. |
If not cloning from scratch, but updating an existing clone, please try doing |
I've added last saturday the minimal documentation in the README.md and the WIKI. |
Perhaps we could make CMake issue a meaningful hint if any of the submodule files are not present? |
Something like this: #1491 ? |
yes, clever! (IMHO) |
When trying to build the latest GIT (b8aeafc), I get a failure during the
cmake
phase:There is an empty
whereami
directory in thesrc
directory but nothing else.Does anyone have any suggestions? (GDL's cmake code is way over my head).
The text was updated successfully, but these errors were encountered: