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
I am getting the below error while building the pluto dev version master branch
make[4]: Entering directory '/home/user/pluto/pet'
CXX clang.lo
CXX expr_plus.lo
CXX inlined_calls.lo
In file included from inlined_calls.cc:41:0:
inlined_calls.cc: In member function ‘void pet_inlined_calls::add(clang::CallExpr*)’:
config.h:185:23: error: ‘class clang::FunctionDecl’ has no member named ‘getResultType’; did you mean ‘getReturnType’?
#define getReturnType getResultType
^
config.h:185:23: note: in definition of macro ‘getReturnType’
#define getReturnType getResultType
^~~~~~~~~~~~~
I am using clang 11 and ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
Pluto was recently updated (in June) to work with all newer versions of clang headers/libs -- for eg. clang 14, 15, and 16 should all work fine. The error you see above is because an incompatible version of clang was found/being used by the configure script. Please try with the latest git version.
Hello,
I am getting the below error while building the pluto dev version master branch
I am using clang 11 and ubuntu 18.04.
The text was updated successfully, but these errors were encountered: