I am trying set upmxc on Windows 11.
During the setup I have successfully run:
.\build.bat --with-wslc
A this stage , I was hoping to spin off a mxc container, say for an openclaw_dev install, but as shown below, I think I need configure my App Control Policy. As shown below. Also do I need to upgrade WSL beyond 2.7.8.0 ?
cargo test --workspace
Compiling windows v0.62.2
Compiling memoffset v0.9.1
Compiling crc32fast v1.5.0
Compiling libc v0.2.186
error: failed to run custom build command for generic-array v0.14.7
Caused by:
could not execute process D:\mcxhost\mxc\src\target\debug\build\generic-array-0094dd08cedfbcab\build-script-build (never executed)
Caused by:
An Application Control policy has blocked this file. (os error 4551)
warning: build failed, waiting for other jobs to finish...
I am trying set upmxc on Windows 11.
During the setup I have successfully run:
.\build.bat --with-wslcA this stage , I was hoping to spin off a mxc container, say for an openclaw_dev install, but as shown below, I think I need configure my App Control Policy. As shown below. Also do I need to upgrade WSL beyond 2.7.8.0 ?
cargo test --workspaceCompiling windows v0.62.2
Compiling memoffset v0.9.1
Compiling crc32fast v1.5.0
Compiling libc v0.2.186
error: failed to run custom build command for
generic-array v0.14.7Caused by:
could not execute process
D:\mcxhost\mxc\src\target\debug\build\generic-array-0094dd08cedfbcab\build-script-build(never executed)Caused by:
An Application Control policy has blocked this file. (os error 4551)
warning: build failed, waiting for other jobs to finish...