2017-12-22 6 views
-1

저는 개발 서버로 사용하는 구형 Xserve를 가지고 있으며, 현재까지 brew는 최신 정보를 유지하는 데 꽤 효과가있었습니다. 오늘 icu4c를 업그레이드하려고했는데 다음 오류가 발생했습니다.OS X Lion에 icu4c 60 설치 문제

마지막 15 줄 /Users/mav2287/Library/Logs/Homebrew/icu4c/02.make : 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-parentheses-equality -fvisibility = hidden -fno-common -c -MMD -MT cstr.d cstr.o cstr.ao -o cstr.ao cstr.cpp --- ("/ usr/bin/make VERBOSE = 1 all 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-parentheses-equality -fvisibility = hidden -fno-common -c -MMD -MT charstr.d charstr.o charstr.ao -o charstr.ao charstr.cpp --- ("/ usr/ [cstr.ao] 오류 1 메이크업 [1] : [charstr.ao] 오류 빈/-------- 메이크업 [1] VERBOSE = 1 모두가 ") 모든 매개 변수를 표시 할 수 있도록 1 오류가 발생했습니다. 실패한 컴파일 명령은 다음과 같습니다. ------------------------------------------ ---------------- 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-parentheses-equality -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] Error 2

나는이 문제에 대해 약간의 상실감이 있으며 어디서부터 시작해야할지 모르겠습니다.

답변

0

다른 사람이이 솔루션에서 실행되는 경우 GCC를 설치 한 다음 "brew install icu4c --cc = gcc-6"을 사용하면 문제가 없습니다.