Skip to content
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

Default Conan profile on Ubuntu 22 uses libstdc++ instead of libstdc++11. #96

Open
kitbarton opened this issue Apr 20, 2023 · 1 comment

Comments

@kitbarton
Copy link
Collaborator

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.

@donjan
Copy link
Contributor

donjan commented May 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants