bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build problem on HP-UX 10.20


From: SEIP,CHRISTOPHER (HP-Roseville,ex1)
Subject: build problem on HP-UX 10.20
Date: Fri, 6 Feb 2004 09:48:11 -0800

Trying to build gettext 0.14 on HP-UX 10.20 using HP's ANSI C compiler:
  export CC="cc"
  export CFLAGS="-Ae +DAportable"
  ./configure --prefix=/apps/gettext-0.14 --disable-csharp
  make

The make fails in gettext-runtime/lib, compiling the setenv.c file, it is
choking on the allocsa.h file:

cc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I./../intl
-I../../gettext-tools/lib -I./../../gettext-tools/lib -Ae +DAportable -c
setenv.c
cc: "../../gettext-tools/lib/allocsa.h", line 96: error 1509: Enumeration
value must be constant.
cc: "../../gettext-tools/lib/allocsa.h", line 106: warning 551: Integer
division by zero.

Anything I can do to get past this barrier?

BTW, gettext 0.13 builds fine with the same HP-UX tools, so I thought you'd
like to hear about a new build problem with 0.14.  I can provide further
details or additional test builds as needed.

Thanks for your attention,

--Chris--
  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]