Operating System - HP-UX
1826900 Members
3299 Online
109705 Solutions
New Discussion

Re: Error compiling ICU on HP-UX 11.00.

 
Pavan_4
New Member

Error compiling ICU on HP-UX 11.00.

Hello

I am trying to build ICU (3.0) on HP-UX 11.00 machine and got the following strange error.

aCC version : HP ANSI C++ B3910B A.03.25
using cc from /opt/ansic/bin/cc


$ gmake
gmake[0]: Making `all' in `stubdata'
gmake[1]: Entering directory `/net/fries/bigbuild/arun/CTE/Libraries/ICU/ICU_v3_0_d02/source/stubdata'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/net/fries/bigbuild/arun/CTE/Libraries/ICU/ICU_v3_0_d02/source/stubdata'
gmake[0]: Making `all' in `common'
gmake[1]: Entering directory `/net/fries/bigbuild/arun/CTE/Libraries/ICU/ICU_v3_0_d02/source/common'
cc -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -D_REENTRANT -D_THREAD_SAFE -I. -I. -I./../i18n -g +DD64 +Olibcalls -Ae +ESlit -c +z -o ucnvlat1.o ucnvlat1.c
cc: "ucnv_bld.h", line 53: warning 617: Redeclaration of tag "UConverterImpl" ignored.
cc: @(): internal error 5176: Inconsistent usage of OPTN 230 for huge data. (5176)
gmake[1]: *** [ucnvlat1.o] Error 1
gmake[1]: Leaving directory `/net/fries/bigbuild/arun/CTE/Libraries/ICU/ICU_v3_0_d02/source/common'
gmake: *** [all-recursive] Error 2


Any help?

-Pavan
1 REPLY 1
Ermin Borovac
Honored Contributor

Re: Error compiling ICU on HP-UX 11.00.

Do you have any ANSI C compiler patches installed? If not, try installing

PHSS_25171 700_800 11.00 ANSI C compiler cumulative patch

Patch notes have the following

Fixes and enhancemnets for the following:
Error 5176 when compiling with +ESlit.