Skip to content
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

Examples build on ARM for Windows issue #438

Closed
d33p-dev opened this issue Jul 3, 2024 · 2 comments
Closed

Examples build on ARM for Windows issue #438

d33p-dev opened this issue Jul 3, 2024 · 2 comments

Comments

@d33p-dev
Copy link

d33p-dev commented Jul 3, 2024

Description

Tried to build the examples on Windows ARM (a Win11 VM running on MacBook M1 with Parallels). CL compile will exit with an error.

Expected behavior

Just build for the host's architecture: x64 or ARM, etc

Environment info

Windows 11 ARM

Compiler Version: Language Compiler/Interpreter Version here

WebUI Version: WebUI 2.5.0

Solution

Remove this from the CL line in Makefile - /MACHINE:X64
Btw, I think the docs say to use "NMake -f Makefile.nmake" for Windows builds but it's just "NMake -f Makefile" since "Makefile.nmake" does not exist in WebUI v2.5.0

@hassandraga
Copy link
Member

That's true. Thank you @d33p-dev for pointing this out, we will fix it soon.

@hassandraga
Copy link
Member

Fixed (bdf6bac).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants