[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo-4.11 compile problems in HPUX and Tru64
From: |
Bert Deknuydt |
Subject: |
texinfo-4.11 compile problems in HPUX and Tru64 |
Date: |
Wed, 12 Sep 2007 12:17:34 +0200 |
Hello,
Texinfo 4.11 does not compile on HPUX and Tru64, because of the use of
macro __() (in makeinfo.h, line 324). This macro is already defined and
used in stdsyms.h (for HPUX e.g.). So the choice of __() is as problematic
as _().
Greetings,
Bert.
(On HPUX 11.00, with gcc 4.2.0)(Nearly identical on Tru64/gcc 4.2.0)
---snip---
make[3]: Entering directory
`/tmp_mnt/freeware/gnu-tools/texinfo/texinfo-4.11/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib
-DLOCALEDIR=\"/freeware/gnu-tools/share/locale\"
-I/freeware/gnu-tools/hppa/include -g -O2 -MT cmds.o -MD -MP -MF
.deps/cmds.Tpo -c -o cmds.o cmds.c
In file included from cmds.c:30:
makeinfo.h:324:1: warning: "__" redefined
In file included from
/tmp_mnt/freeware/gcc/hppa/bin/../lib/gcc/hppa2.0w-hp-hpux11.00/4.2.0/include/locale.h:15,
from ../system.h:38,
from cmds.c:20:
/usr/include/sys/stdsyms.h:305:1: warning: this is the location of the previous
definition
In file included from cmds.c:39:
/tmp_mnt/freeware/gcc/hppa/bin/../lib/gcc/hppa2.0w-hp-hpux11.00/4.2.0/include/time.h:59:
error: expected '=', ',', ';', 'asm' or '__attribute__' before
'getdocumenttext'
make[3]: *** [cmds.o] Error 1
make[3]: Leaving directory
`/tmp_mnt/freeware/gnu-tools/texinfo/texinfo-4.11/makeinfo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp_mnt/freeware/gnu-tools/texinfo/texinfo-4.11/makeinfo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp_mnt/freeware/gnu-tools/texinfo/texinfo-4.11'
make: *** [all] Error 2
---snip---
--
--------------- eMail address@hidden -----------------
B.DeKnuydt, PSI-KULeuven Tel. +32-16-321880
Kasteelpark Arenberg 10
B-3001 Leuven-Heverlee
FLANDERS, Belgium Fax. +32-16-321838
------------- http://homes.esat.kuleuven.be/~deknuydt ----------------
People should not be afraid of their government,
the government should be afraid of its people!
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
- texinfo-4.11 compile problems in HPUX and Tru64,
Bert Deknuydt <=