단비) 컴파일 에러난 부분을 살펴보니
익명(118.216)
2023-07-21 01:51
추천 5
/usr/home/hodong/skia/third_party/externals/icu/source/common/cmemory.
h:490:87:
error: expected
';' at
end of declaration
MaybeStackArray<T, stackCapacity>
::operator=(
MaybeStackArray <T, stackCapacity>&& src)
U_NOEXCEPT {
^
;
/usr/home/hodong/skia/third_party/externals/icu/source/common/cmemory.
h:490:88:
error: C++ requires a type specifier
for all declarations
MaybeStackArray<T, stackCapacity>
::operator=(
MaybeStackArray <T, stackCapacity>&& src)
U_NOEXCEPT {
^
fatal
error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build
stopped: subcommand failed.
U_NOEXCEPT 란 무엇인가?
icu 라이브러리에 있는 코드인데
#ifdef U_NOEXCEPT
/* Use the predefined value. */
#else
# define U_NOEXCEPT noexcept
#endif
요 부분임.
어떻게 해결해야 하는지 대충 알겠어
님 혹시 정신장애 있음?
먹이 왜주냐
ㅋㅋ C/C++ 코드 올리라고 하니까 애써 외면하는게 웃기잖음
그 질문을 닌들 자신한테 던져봐. 님들이 나한테 하는 짓들을 생각해봐라.
컴파일 에러 내용 보니까 존나 같잖네;; ㅋㅋㅋ
저게 icu 에 있는 configure 로 컴파일하는게 아니라 gn, ninja 로 컴파일하는건데 gn 이 세팅 잘못하는 듯.
그렇구만
코드 신선하구만