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
This problem was reported by ZI when trying to build qss-compiler on a vanilla Ubuntu 22 image.
The Default conan profile is using libstdc++ instead of libstdc++11. Hopefully there is a way to update the Conan profile to indicate that it needs to use libstdc++11. At the very least, we should add a comment in the README to indicate this.
The text was updated successfully, but these errors were encountered:
In our concrete case, creating a default profile on a fresh install with: conan profile new default --detect
needs either: conan profile update settings.compiler.libcxx=libstdc++11 default
or editing ~/.conan/profiles/default by hand.
This problem was reported by ZI when trying to build
qss-compiler
on a vanilla Ubuntu 22 image.The Default conan profile is using libstdc++ instead of libstdc++11. Hopefully there is a way to update the Conan profile to indicate that it needs to use libstdc++11. At the very least, we should add a comment in the README to indicate this.
The text was updated successfully, but these errors were encountered: