Hi!
During a port upgrade, trying to build devel/icu:
I'm a bit stumped. I've followed UPDATING, but there seems to be nothing in it pertaining to this.
Any help would be greatly appreciated.
Ohle
During a port upgrade, trying to build devel/icu:
Code:
c++ -D_REENTRANT -I. -I../i18n "-DDEFAULT_ICU_PLUGINS=\"/usr/local/lib/icu\" " -DU_COMMON_IMPLEMENTATION -DHAVE_CONFIG_H -O2 -fno-strict-
aliasing -pipe -fconserve-space -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -fvisibility=hidden -c -o uobject.ao
uobject.cpp
In file included from uobject.cpp:18:
cmemory.h:106: error: expected template-name before '<' token
cmemory.h:106: error: expected `{' before '<' token
cmemory.h:106: error: expected unqualified-id before '<' token
cmemory.h:156: error: extra ';'
cmemory.h:159: error: invalid use of incomplete type 'class icu_3_8::LocalMemory<T>'
cmemory.h:106: error: declaration of 'class icu_3_8::LocalMemory<T>'
cmemory.h:175: error: invalid use of incomplete type 'class icu_3_8::LocalMemory<T>'
cmemory.h:106: error: declaration of 'class icu_3_8::LocalMemory<T>'
I'm a bit stumped. I've followed UPDATING, but there seems to be nothing in it pertaining to this.
Any help would be greatly appreciated.
Ohle