imgui-js icon indicating copy to clipboard operation
imgui-js copied to clipboard

windows10 emcc build fail

Open AILHC opened this issue 5 years ago • 1 comments

[email protected] build E:\ImgGuiLearnSpace\imgui-js make build-bind-imgui && npm run build-imgui

process_begin: CreateProcess(NULL, uname, ...) failed. process_begin: CreateProcess(NULL, uname, ...) failed. mkdir -p build/imgui 命令语法不正确。 make: *** [build/imgui/imgui.bc] 错误 1 npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! [email protected] build: make build-bind-imgui && npm run build-imgui npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the [email protected] build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

AILHC avatar Feb 04 '21 08:02 AILHC

Running it in a Git Bash window worked for me.

jdarpinian avatar Apr 28 '22 05:04 jdarpinian