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