Hi everybody,

I am failing in building the emscripten master for trying out the ASYNCIFY 
feature, perhaps someone has a hint for me what is missing? I think I have 
installed the toolchain and all required tools, but trying to compile ends 
with:

[ 94%] [ 94%] Built target c-arcmt-test
Building C object 
tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o
/Developer/emscripten/emsdk_portable/clang/fastcomp/src/tools/clang/tools/c-index-test/c-index-test.c:13:10:
 
fatal error: 
      'libxml/parser.h' file not found
#include <libxml/parser.h>
         ^
1 error generated.
make[2]: *** 
[tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o] 
Error 1
make[1]: *** 
[tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Built target clangStaticAnalyzerCheckers
make: *** [all] Error 2
Build failed due to exception!
Working directory: 
/Developer/emscripten/emsdk_portable/clang/fastcomp/build_master_64
Command '['make', '-j7']' returned non-zero exit status 2
Installation failed!

It says that libxml includes are missing, but those are installed. I am 
running  under OSX 10.8.5 with xcode 5.1.1, the command line tools are 
installed. I started the build with "./emsdk install sdk-master-64bit". The 
/usr/include does include the libxml dir.

Any hints? Thanks a lot for your help!

-- 
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