-
Notifications
You must be signed in to change notification settings - Fork 36
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
[glib] Build fail with clang: unknown compilers #976
Comments
travis-ci is hitting the same error currently: https://travis-ci.com/bincrafters/conan-glib/jobs/247503806 |
this bug is fixed by migrating to |
I pushed bincrafters/conan-glib@42ebcf0 to testing GCC 4.9 is failing because of conan-io/conan-center-index#213 Windows failed in the 2.60.3 branch before this commit Rest is still running at the time of writing, but looks good. WDYT? |
for windows, I think we need to wait for the next version of meson, now that mesonbuild/meson#6101 is fixed. |
As a Mac user, how would I build with the meson version I tried with the documentation for replacing a transitive dependency by defining it, but it still uses the Meson_installer 0.50.0 version. |
Is there a work-around for this issue? |
conan-io/conan-center-index#406 should be merged soon. In the meantime, you can install system version of meson 0.52.1, so that you don't rely on conan version of meson (https://github.com/bincrafters/conan-glib/blob/stable/2.58.3/conanfile.py#L74) |
This recipe is now in the Conan Center Index. Please migrate to the recipe version there. Thanks! |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=11.0
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]
Steps to reproduce (Include if Applicable)
Logs (Include/Attach if Applicable)
The text was updated successfully, but these errors were encountered: