-
Notifications
You must be signed in to change notification settings - Fork 206
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
clang: error: no such file or directory: 'crs' #44
Comments
Here is the full output from:
|
Do you have the |
If not, I think you need the |
I've got
|
The mandatory In addition to |
Yes, that was it!
|
Also make it explicit that we currently need clang 8+ Fixes #44
Looks like I could/should have added
|
Either work :) But overriding the default system compiler can have unintended implications if you recompile system packages from source. |
Also make it explicit that we currently need clang 8+ Fixes #44
I'm guessing that I'm missing some build dependency. I've installed clang 8.0 and I've trying to build with
But the build ends with:
I installed clang using instructions from http://apt.llvm.org/
Do I need something else?
The text was updated successfully, but these errors were encountered: