Build errors, probably around emsdk #2155
-
|
I was looking to build the docs to fix an issue I raised, but I'm struggling to even build Perspective. I'm on Windows 10, and I'm running all of my commands from Bash. I've installed CMake, Boost, and wasm-pack (+ rustup). I successfully installed all of the dependencies with That said, when I ran install, I did get this message:
(I've confirmed that the error is thrown from this line.) ...which is probably related to the fact that when I go run
Any advice on how to get unstuck from this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You can install and source The issue is the |
Beta Was this translation helpful? Give feedback.
You can install and source
emsdkby hand, and passPSP_SKIP_EMSDK_INSTALL=truein your environment, so that it doesnt execute this file.The issue is the
. ./emsdk_env.shbecause the windows command lines (idk which you are using) do not support.as a way to source files it seems.