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
Many recipes on the conan-center-index ( https://github.com/conan-io/conan-center-index ) have been updated to use Meson for building recipes.
I am having an issue, cross compiling from Windows x86_64 to Windows Arm64 using Meson. Here is the actual error that I see :
Based on these threads, it could be an issue with conan itself : #10285 #4529
I have 2 questions :
What is the current easiest and officially supported way for cross building using the Meson toolchain via conan?
When will conan support cross building via Meson? Is there a specific Github issue that you would recommend following for status updates on this topic?
Thank you really much for your help in advance and keep up the good work! 🙂
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
Recipes migrated to MesonToolchain support cross-build, but looking at source code of MesonToolchain it is not robust to cross-build with Visual Studio if host profile doesn't explicitly set c & cpp keys of tools.build:compiler_executables config (or CC & CXX env vars in [buildenv]).
Add this to your host profile and it should work I think:
Recipes migrated to MesonToolchain support cross-build, but looking at source code of MesonToolchain it is not robust to cross-build with Visual Studio if host profile doesn't explicitly set c & cpp keys of tools.build:compiler_executables config (or CC & CXX env vars in [buildenv]).
Add this to your host profile and it should work I think:
What is your question?
Hello!
Many recipes on the conan-center-index ( https://github.com/conan-io/conan-center-index ) have been updated to use Meson for building recipes.
I am having an issue, cross compiling from Windows x86_64 to Windows Arm64 using Meson. Here is the actual error that I see :
Based on these threads, it could be an issue with conan itself :
#10285
#4529
I have 2 questions :
Thank you really much for your help in advance and keep up the good work! 🙂
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: