-
Notifications
You must be signed in to change notification settings - Fork 9
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
external clang never detected #1
Comments
Thank you for the report. Are you running configure from pencilcc, ppcg or directly from the pet directory? If not from the pet directory, please try. If it does not work, please also try using the upstream pet (http://repo.or.cz/w/pet.git). In any case, please send me the command line how you are invoking configure and all config.log files. |
Hi Michael, sorry for the delay but I was not at work until this afternoon. Actually I am trying to install a stencil compiler called PLUTO. Its installation procedure first downloads the upstream pet and then runs an external configure that enters the directory of PET and from there runs the PET configure. I am trying to install PLUTO by mean of EasyBuild a software management tool for reproducible builds. If you need anything else please let me know. Regards, Danilo |
Hi sguera, thanks for the reply. Unfortunately I do not find any files attached. This repository is for the modifications to PET I made for pencilcc. If you want to discuss issues with PET with for use with another project, there is the more general mailing list where more people can help you: Michael |
Hi,
I am trying to install A software relying on your PET module. When entering the configure of PET it always detects:
"checking which clang to use... system"
even though I specified I want to use another clang version and this results in:
"checking clang/Basic/SourceLocation.h usability... no
checking clang/Basic/SourceLocation.h presence... no
checking for clang/Basic/SourceLocation.h... no"
even though those libraries are present in the path I pass to CPPFLAGS and LDFLAGS.
Any idea on how to solve the issue?
Thanks
The text was updated successfully, but these errors were encountered: