Hi All, I've just installed and activated emsdk 1.39.8 on my NetBSD box and as it unfortunately cannot be built from source I built binaryen and fastcomp separately so that I can simply set up my .emscripten config so that LLVM_ROOT and BINARYEN_ROOT point to those directories. So the relevant paths look like this in emsdk/.emscripten:
LLVM_ROOT = '/home/r0ller/fastcomp/emscripten-fastcomp/build' BINARYEN_ROOT = ' /home/r0ller/binaryen' EMSCRIPTEN_ROOT = emsdk_path + '/upstream/emscripten' However, no matter what I set up for LLVM_ROOT or BINARYEN_ROOT (paths ending in /bin or not as above), when issuing 'source emsdk_env.sh', it spits out only one environment variable that gets set up: EMSDK = /home/r0ller/emsdk What am I doing wrong? By the way, is there any way to build 1.39.8 from source like certain tagged versions? Thanks®ards, r0ller -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/c5e813b3-37f7-4b30-9bd0-9e4fbac1cdecn%40googlegroups.com.
