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

Clang 19 not supported in the default ~/.conan2/settings.yml #672

Closed
AndreaCicca opened this issue Sep 23, 2024 · 2 comments
Closed

Clang 19 not supported in the default ~/.conan2/settings.yml #672

AndreaCicca opened this issue Sep 23, 2024 · 2 comments

Comments

@AndreaCicca
Copy link

I have installed the latest version of clang and it is not supported by the default yaml settings

ERROR: Invalid setting '19' is not a valid 'settings.compiler.version' value.
Possible values are ['3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '4.0', '5.0', '6.0', '7.0', '7.1', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18']
Read "http://docs.conan.io/2/knowledge/faq.html#error-invalid-setting"

llvm's documentation related to the release of Clang 19

@memsharded
Copy link
Member

conan-io/conan#17010 added support for clang 19 in the default settings.yml, this will be in Conan 2.8.

In the meantime, you can add it to your default settings.yml or define it in settings_user.yml

@AndreaCicca
Copy link
Author

Thanks

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