Hmm, I think this is getting into OS X specifics, which I don't know much about. In any case, it is an LLVM issue, and I'm not sure how LLVM uses libxml - perhaps try to build LLVM by itself, and assuming you see the same error, ask the LLVM community?
Or, is there a configure flag to just not build with libxml? Hopefully it's optional... - Alon On Sat, Oct 4, 2014 at 4:31 AM, Stefan Meier <[email protected]> wrote: > > > Hi Alon, > > investigated a little further. I changed the problematic c-index-test.c > with by adding a "#undef CLANG_HAVE_LIBXML", then the compile finishes but > in between I get a > > Linking CXX executable ../../../../bin/c-index-test > ld: warning: ignoring file /Library/Frameworks//libxml2.framework/libxml2, > missing required architecture x86_64 in file > /Library/Frameworks//libxml2.framework/libxml2 (2 slices) > > seems my system doesn't have a 64 bit version of the libxml2 framework?!? > > Is it right, that libxml is used for testing purposes only? or does it > break the toolchain? > > 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. > -- 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.
