crosscompile xkbcommon on linux for windows (2/2) #306
Labels
enhancement
Indicates new feature requests
good first issue
Indicates a good issue for first-time contributors
help wanted
Indicates that a maintainer wants help on an issue or pull request
os: Windows
Windows-specific
Hello,
crosscompiling xkbcommon on linux (OpenSuse 15.4) for windows works, when applying some changes:
For the #ifdef _MSC_VER issue, see crosscompile xkbcommon on linux for windows (1/2) #305
There is another issue with the tests:
Even if I could compile these, they would not run on the build-host (linux) since the target-system is windows.
If I remove the lines 525 up to the line # Documentation from the meson.build. i can compile and install the lib.
So: I removed the test cases.
It would be nice, if i could simply turn these off by a meson switch.?
PS: Some infos on setting up cross-compile of libxkbcommon for win are documented here:
https://github.com/awarnke/crystal-facet-uml/tree/master/build/win
Kind Regards
Andreas
The text was updated successfully, but these errors were encountered: