You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, After building LLVM from source I am trying now to build pluto (the dev version). I am not sure which path should I provide in this command (./configure [--enable-debug] [--with-clang-prefix=<clang headers/libs location>]) since I am getting the following error when configuring PET: checking for main in -lLLVM-14.0.6... no checking for clang/Basic/SourceLocation.h... no configure: error: clang header file not found checking for pet/Makefile... no configure: error: configure in pet/ failed
For now the provided path is: /usr/llvm-project/build
The text was updated successfully, but these errors were encountered:
Hi, After building LLVM from source I am trying now to build pluto (the dev version). I am not sure which path should I provide in this command
(./configure [--enable-debug] [--with-clang-prefix=<clang headers/libs location>])
since I am getting the following error when configuring PET:checking for main in -lLLVM-14.0.6... no
checking for clang/Basic/SourceLocation.h... no
configure: error: clang header file not found
checking for pet/Makefile... no
configure: error: configure in pet/ failed
For now the provided path is: /usr/llvm-project/build
The text was updated successfully, but these errors were encountered: