webui icon indicating copy to clipboard operation
webui copied to clipboard

Examples build on ARM for Windows issue

Open d33p-dev opened this issue 1 year ago • 1 comments

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

d33p-dev avatar Jul 03 '24 14:07 d33p-dev