[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: 1.17.2 - mkstemp problem
From: |
Borsenkow Andrej |
Subject: |
RE: 1.17.2 - mkstemp problem |
Date: |
Fri, 27 Jul 2001 08:58:02 +0400 |
>
> This is a bug. Please add
>
> #include "lib.h"
>
> to refer.cc and post-html.cc.
>
> Fixed in the current shapshot. Thanks for the report.
>
After cvs up:
gmake[2]: Entering directory `/u3/u1/build/groff/src/preproc/refer'
CC -I. -I/u3/u1/src/groff/src/preproc/refer -I/u3/u1/build/groff/src/include
-I/u3/u1/src/groff/src/include -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_D
IRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STRING_H=1 -DHAVE_STRI
NGS_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_TIME_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAV
E_CC_LIMITS_H=1 -Duintmax_t=unsigned\ long\
long -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_STDLIB_H=1 -DHAVE_UN
ISTD_H=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 -DHAVE_
STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCA
SECMP=1 -DHAVE_GETTIMEOFDAY=1 -DPAGEA4=1 -g -c
/u3/u1/src/groff/src/preproc/refer/refer.cc
/u3/u1/src/groff/src/include/lib.h 48: [error]: CFE1307 redefinition of
default argument
FILE *xtmpfile(char **namep = 0,
^
/u3/u1/src/groff/src/include/lib.h 71: [error]: CFE1247 function
"illegal_input_char" has already been defined
inline int illegal_input_char(int c)
^
/u3/u1/src/groff/src/include/lib.h 128: [error]: CFE1247 variable "PI"
has already been defined
const double PI = 3.14159265358979323846;
^
/u3/u1/src/groff/src/preproc/refer/refer.cc 349: [warning]: CFE1995 flow
into case label
case 'v':
^
/u3/u1/src/groff/src/preproc/refer/refer.cc 360: [warning]: CFE1995 flow
into case label
default:
^
gmake[2]: *** [refer.o] Error 1
gmake[2]: Leaving directory `/u3/u1/build/groff/src/preproc/refer'
gmake[1]: *** [src/preproc/refer] Error 2
gmake[1]: Leaving directory `/u3/u1/build/groff'
gmake: *** [all] Error 2