Okay will quickly reply while I have internet access via a tethered 
connection to my phone (maintenance going on here with the ADSL2+ 
connection). So I've now got the emsdk-master branch working but I now get 
these errors compiling LLVM (which I need to do before compiling Clang and 
Cling) via EMCMake:

jack@jack-Inspiron-3537 ~/Desktop/Programming/src/build_emscripten $ 
/home/jack/Desktop/Programming/emsdk_portable/emscripten/master/emcmake 
cmake /home/jack/Desktop/Programming/src
-- Looking for __dso_handle
-- Looking for __dso_handle - found
-- Performing Test HAVE_INT64_T
-- Performing Test HAVE_INT64_T - Success
-- Performing Test HAVE_UINT64_T
-- Performing Test HAVE_UINT64_T - Success
-- Performing Test HAVE_U_INT64_T
-- Performing Test HAVE_U_INT64_T - Success
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_NO_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_NO_VARIADIC_MACROS_FLAG - Success
-- Target triple: x86_64-unknown-linux-gnu
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Sphinx disabled.
CMake Error at cmake/modules/HandleLLVMOptions.cmake:17 (message):
  Host Clang version must be at least 3.1!
Call Stack (most recent call first):
  CMakeLists.txt:315 (include)


-- Configuring incomplete, errors occurred!
See also 
"/home/jack/Desktop/Programming/src/build_emscripten/CMakeFiles/CMakeOutput.log".
See also 
"/home/jack/Desktop/Programming/src/build_emscripten/CMakeFiles/CMakeError.log".
ERROR    root: Configure step failed with non-zero return code 1! Command 
line: ['cmake', '/home/jack/Desktop/Programming/src', 
'-DCMAKE_TOOLCHAIN_FILE=/home/jack/Desktop/Programming/emsdk_portable/emscripten/master/cmake/Modules/Platform/Emscripten.cmake']

There is more output then this but mainly just it saying Not found, found 
etc. etc. Anyway I was looking at this: https://github.com/kripken/llvm.js 
and the commands used there, are these necessary for what I'm trying to do 
as well, even if I want a 64-bit output?

Thanks.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to