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
Context:
OS: Arch Linux x86_64
Compiler: x86_64-mingw-w64-gcc
Issue:
CMAKE_SIZEOF_VOID_P appears to be detected incorrectly on the mingw cross compiler. It is including hde32.c, rather than hde64, and I have confirmed this by displaying a CMake fatal error. I would implement a fix through a PR, but I'm unsure of what the goal for this is - to check whether you're running a 64 bit architecture, or a 32 bit architecture? Thank you.
The text was updated successfully, but these errors were encountered:
Context:
OS: Arch Linux x86_64
Compiler: x86_64-mingw-w64-gcc
Issue:
CMAKE_SIZEOF_VOID_P appears to be detected incorrectly on the mingw cross compiler. It is including hde32.c, rather than hde64, and I have confirmed this by displaying a CMake fatal error. I would implement a fix through a PR, but I'm unsure of what the goal for this is - to check whether you're running a 64 bit architecture, or a 32 bit architecture? Thank you.
The text was updated successfully, but these errors were encountered: