【发布时间】:2018-06-04 18:05:14
【问题描述】:
我有一个较旧的 Xserve 用作开发服务器,直到今天 brew 在保持最新状态方面运行良好。不过我今天去升级icu4c,出现以下错误。
/Users/mav2287/Library/Logs/Homebrew/icu4c/02.make 的最后 15 行: 产生 13 个错误。 * 编译失败的命令如下: ----------------------------------------- ----------------- clang++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -DU_HAVE_ATOMIC=0 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -I。 -DDEFAULT_ICU_PLUGINS="/usr/local/Cellar/icu4c/60.2/lib/icu" -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused -参数 -Wno-括号-相等 -fvisibility=hidden -fno-common -c -MMD -MT cstr.d cstr.o cstr.ao -o cstr.ao cstr.cpp ---(使用“/usr/bin/make VERBOSE=1 all”重建以显示所有参数)-------- 失败的编译命令如下: ---------------------------------- ---------------------- clang++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -DU_HAVE_ATOMIC=0 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -I。 -DDEFAULT_ICU_PLUGINS="/usr/local/Cellar/icu4c/60.2/lib/icu" -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused -arguments -Wno-括号-相等 -fvisibility=hidden -fno-common -c -MMD -MT charstr.d charstr.o charstr.ao -o charstr.ao charstr.cpp ---(使用“/usr/bin/make VERBOSE=1 all”重建以显示所有参数)-------- make[1]: [cstr.ao] 错误 1 make[1]: [charstr.ao] 错误 1 产生 13 个错误。 编译失败的命令如下: ------------------------------------------ ---------------- clang++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -DU_HAVE_ATOMIC=0 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -I。 -DDEFAULT_ICU_PLUGINS="/usr/local/Cellar/icu4c/60.2/lib/icu" -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused -arguments -Wno-括号-相等 -fvisibility=hidden -fno-common -c -MMD -MT udata.d udata.o udata.ao -o udata.ao udata.cpp ---(使用“/usr/bin/make VERBOSE=1 all”重建以显示所有参数)-------- make[1]: * [udata.ao] 错误 1 make: *** [all-recursive] 错误 2
我对这个有点茫然,我什至不知道从哪里开始。
【问题讨论】: