Conversation
When compiling for a non-x86 platform, the x86-dispatch should not be included by explicitly checking the value of the `OS_PLATFORM` query-result.
|
This was all that was needed for me to get Ymir compiling and running on a Windows-On-Arm machine(Thinkpad X13S): Screen.Recording.2025-05-03.130749.mp4 |
|
Yep this was debug! I'm currently unable to compile on release mode for some reason. I reach a state during compilation where Recording.2025-05-03.163940.mp4When I kill the processes manually to see the build-errors it outputs, I find that this occurs when compiling Ymir/libs/ymir-core/include/ymir/util/inline.hpp Lines 29 to 45 in febb5c5 |
|
Removing Recording.2025-05-03.170914.mp4 |
|
Interesting. I've faced a similar issue with GCC builds on Linux. It might be worth it revisiting the usage of |

When compiling for a non-x86 platform, the x86-dispatch should not be included by explicitly checking the value of the
OS_PLATFORMquery-result.