在OS X Lion上安装ICU4C 60的问题



我有一个较旧的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/usr/local/cellar/icu4c/60.2/lib/icu" -o2 -w -wall -wall -pedantic -wpointer -wwrite -arith -wwrite -wwrite -wwrite -strings -wno -wno -long -std -std -std -std -std = c 11--arguments -wno -parentes -equality -fvisibility = hidden -fno -common -c -mmmd -mmt -mt cstr.d cstr.d cstr.o cstr.ao -o cstr.ao cstr.ao 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/usr/local/cellar/icu4c/60.2/lib/icu" -o2 -w -wall -wall -pedantic -wpointer -wwrite -arith -wwrite -wwrite -wwrite -strings -wno -wno -long -std -std -std -std -std = c 11--arguments -wno -parentes -equality -fvisibility = hidden -fno -common -c -c -mmd -mmt charstr.d charstr.o charstr.o charstr.ao -o---(使用"/usr/bin/make verbose = 1 all"重建以显示所有参数)----------------------------------------------制作[1]: [CSTR.AO]错误1制作[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/usr/local/cellar/icu4c/60.2/lib/icu" -o2 -w -wall -wall -pedantic -wpointer -wwrite -arith -wwrite -wwrite -wwrite -strings -wno -wno -long -std -std -std -std -std = c 11--arguments -wno -parentes -equality -fvisibility = hidden -fno -common -c -c -mmd -mmt udata.d udata.o udata.o udata.ao -o udata.ao udata.ao udata.cpp---(使用"/usr/bin/make verbose = 1 all"重建以显示所有参数)----------------------------------------------制作[1]: * [udata.ao]错误1make:*** [全收集]错误2

我对此有些损失,我什至不确定从哪里开始。

以防万一其他人在此运行,解决方案是安装gcc,然后使用" brew install install inst inst inst inst in icu4c -cc = gcc-6",然后安装得很好。

最新更新