-
Notifications
You must be signed in to change notification settings - Fork 125
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
Installation error while building LLVM, Clang & Clad from source #689
Comments
@u-rox23 apologies for the delay. This approach of building is not often used and has changed in when LLVM moved to the "LLVM monorepo". Alternatively, you can build it by cloning clad in a separate folder and pass |
Thanks @vgvassilev, building it separately fixed the issue for me. Resolving, thanks again for the help! |
Reopening the issue due to another failure I'm facing. The cmake build and install was successful, however the tests failed following the below command:
Below is one of the failure reason:
Could anyone please provide any help here? |
@u-rox23 - It seems like the LLVM
|
We should update our documentation to capture the suggested build process for developer builds. |
Followed the installation guide in the README for building Clang and Clad from source using the following commands:
Failure log:
Checking the install directory
inst
contains these header files in theinclude
directory. Below is the log fromCMakeError.log
although couldn't find anything dubious other than some regular non-linux flag errors.CMakeError.log
CMakeOutput.log
Could anyone help me in figuring the issue as to why the cmake build isn't able to resolve the header paths?
The text was updated successfully, but these errors were encountered: