llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.69k stars 11.86k forks source link

Missing libxml/parser.h header on OS X 10.11 SDK #25385

Open llvmbot opened 9 years ago

llvmbot commented 9 years ago
Bugzilla Link 25011
Version 3.7
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @zygoloid

Extended Description

Just tried to compile lldb-core on OS X 10.11 SDK and got error:

./lldb/llvm/tools/clang/tools/c-index-test/c-index-test.c:15:10: fatal error: 'libxml/parser.h' file not found

This file really does not exists nor in '/usr/include/libxml2' prepath nor '${SDK_DIR}/usr/include/libxml2'.

llvmbot commented 9 years ago

(pushing it over to clang --- clang folks, feel free to pass back if this is somehow a misconfiguration on the lldb side. Might be clang-tools-extra but I'm not sure what goes there exactly).

llvmbot commented 9 years ago

This looks like it should probably be assigned to the clang? It is in the clang tests, unless I'm misreading it.