gpt4 book ai didi

xml - 更新到 Xcode 7.0.1 和 El Capitan 后找不到“libxml/xmlwriter.h”

转载 作者:数据小太阳 更新时间:2023-10-29 02:56:24 31 4
gpt4 key购买 nike

我刚刚将我的 MacBook 更新为 El Capitan,现在我有 Xcode 7.0.1。编译我的 NS-3 脚本时,出现以下错误(更新前没有):

 In file included from ../src/config-store/model/config-store.cc:11:
../src/config-store/model/xml-config.h:5:10: fatal error: 'libxml/xmlwriter.h' file not found
#include <libxml/xmlwriter.h>
^
1 error generated.
Waf: Leaving directory `/Users/marcogiordani/final-ns3-mmwave-dir/build'
Build failed
-> task in 'ns3-config-store' failed (exit status 1):
{task 4469735696: cxx config-store.cc -> config-store.cc.1.o}
['/usr/bin/g++', '-Wall', '-Werror', '-Wno-potentially-evaluated-expression', '-Wno-unused-local-typedefs', '-fPIC', '-I.', '-I..', '-I/usr/include/libxml2', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_NET_ETHERNET_H=1', '-DHAVE_SQLITE3=1', '../src/config-store/model/config-store.cc', '-c', '-o', 'src/config-store/model/config-store.cc.1.o']

对这个问题有什么建议吗?

最佳答案

关于 macOS Mojave 的更新:使用 xcode-select --install 安装 CLI 工具和使用 brew 安装 libxml2/libxslt 后,我​​仍然遇到问题。唯一解决问题的方法是安装缺少的旧 header ,如下所示:https://silvae86.github.io/sysadmin/mac/osx/mojave/beta/libxml2/2018/07/05/fixing-missing-headers-for-homebrew-in-mac-osx-mojave.html

简单运行sudo installer -pkg/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target/好了!

关于xml - 更新到 Xcode 7.0.1 和 El Capitan 后找不到“libxml/xmlwriter.h”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33218072/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com