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
The text was updated successfully, but these errors were encountered:
pal-stdr
changed the title
make error: /usr/include/c++/9/bits/stl_tree.h:785:8: error: static assertion failed: comparison object must be invocable as const
pet build error: /usr/include/c++/9/bits/stl_tree.h:785:8: error: static assertion failed: comparison object must be invocable as const
Sep 6, 2023
Last night, I had tried with clang-14, and then the PET build worked!!! Previously I was trying with clang-16 because I found this answer in one of the issue thread saying, Pluto works for clang-14, clang-15 & clang-16.
Last night, I had tried with clang-14, and then the PET build worked!!! Previously I was trying with clang-16 because I found this answer in one of the issue thread saying, Pluto works for clang-14, clang-15 & clang-16.
Sorry, looks like I might have been mistaken in that response. clang-14 was tested, and it works fine. I just tried with clang-16.0.6 and pet doesn't build with it.
Hello
I am trying to make the pluto, but ended up with repeated following error triggered from
pet
Configure was done without any major error or failure, except in
config.log
I have a rough guess, this has something to do with
gcc
version.I am using
Pluto: master branch
OS: Ubuntu 20.04
llvm: 16.0.6 (locally build and added to
$PATH
)gcc: 9.4.0
g++: 9.4.0
My config command
Help would be much much appreciated! 🙏 🙏🙏🙏
Thanks in advance!
The text was updated successfully, but these errors were encountered: