#89 closed defect (fixed)
compile failure HP-UX 11.0/gcc
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.4.3 |
Component: | main | Version: | 2.4.2 |
Keywords: | Cc: |
Description
Compiling on HP-UX 11.0 fails with gcc because of the prototype for vsnprintf in slib.c, reported by eddy_cs:
gcc -DHAVE_CONFIG_H -I. -I./include -O2 -D_REENTRANT -Wall -W -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o slib.o -c x_slib.c x_slib.c:583: conflicting types for `vsnprintf' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/include/stdio.h:494: previous declaration of `vsnprintf'
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [162].