icu error

santovito

Verified User
Joined
Nov 23, 2008
Messages
144
Hi at all,

if I type "./build all d" i've this error when build icu

uprops.c: In function 'getBiDiProps':
uprops.c:61: error: too many arguments to function 'ubidi_getSingleton_46'
uprops.c:65: warning: implicit declaration of function 'ubidi_getDummy'
uprops.c:65: warning: assignment makes pointer from integer without a cast
uprops.c: At top level:
uprops.c:108: error: 'UPROPS_SRC_NORM' undeclared here (not in a function)
uprops.c: In function 'u_hasBinaryProperty_46':
uprops.c:169: warning: implicit declaration of function 'unorm_internalIsFullCompositionExclusion'
uprops.c:174: warning: implicit declaration of function 'unorm_isNFSkippable'
uprops.c:174: error: 'UNormalizationMode' undeclared (first use in this function)
uprops.c:174: error: (Each undeclared identifier is reported only once
uprops.c:174: error: for each function it appears in.)
uprops.c:174: error: 'UNORM_NFD' undeclared (first use in this function)
uprops.c:176: warning: implicit declaration of function 'unorm_isCanonSafeStart'
uprops.c: In function 'u_getIntPropertyValue_46':
uprops.c:257: error: 'UPROPS_LB_VWORD' undeclared (first use in this function)
uprops.c:259: warning: implicit declaration of function 'GET_NUMERIC_TYPE'
uprops.c:269: warning: implicit declaration of function 'uchar_getHST'
uprops.c:275: warning: implicit declaration of function 'unorm_getQuickCheck_46'
uprops.c:275: error: 'UNormalizationMode' undeclared (first use in this function)
uprops.c:275: error: 'UNORM_NFD' undeclared (first use in this function)
uprops.c:277: warning: implicit declaration of function 'unorm_getFCD16FromCodePoint'
uprops.c: In function 'u_getIntPropertyMaxValue_46':
uprops.c:329: error: 'UPROPS_LB_VWORD' undeclared (first use in this function)
uprops.c:339: error: 'UNORM_YES' undeclared (first use in this function)
uprops.c:342: error: 'UNORM_MAYBE' undeclared (first use in this function)
uprops.c: In function 'uprops_getSource_46':
uprops.c:377: error: 'UPROPS_SRC_HST' undeclared (first use in this function)
make[1]: *** [uprops.o] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/icu/source/common'
make: *** [all-recursive] Error 2


can I fix this error?

Thank You

Vito
 
Vito,

No one knows but you, whether can you or not fix this error.

If serious, you'd better Google, I've never seen this error before. Why do you need to update/install icu?
 
For your information, I also encountered this problem in httpd 2.2.15 + PHP 5.3.2 VPS one.

I tried to
rm -f /usr/local/directadmin/custombuild/icu4c-4_6_1-src.tgz
rm -rf /usr/local/directadmin/custombuild/icu
./build update
# It downloaded the whole file again
./build icu
# It compiled the icu successfully.

and then
./build clean
./build all d

and finally, it completes (with unknown reason). Good luck.
 
Back
Top