bug-groff
[Top][All Lists]
Advanced

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

Current CVS - mkstemp problem


From: Borsenkow Andrej
Subject: Current CVS - mkstemp problem
Date: Wed, 5 Sep 2001 16:00:51 +0400

Yeah, our compiler is really picky ...

Cheers

-andrej

CC -I. -I/u3/u1/src/groff/src/libs/libgroff
-I/u3/u1/build/groff/src/include -I/u3/u1/src/groff/src/include
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1
-DHAVE_SYS_DIR_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1
-DHAVE_SYS_TIME_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_CC_LIMITS_H=1
-Duintmax_t=unsigned\ long\ long -DRETSIGTYPE=void
-DHAVE_STRUCT_EXCEPTION=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_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_STRNCASECMP=1 -DHAVE_GETTIMEOFDAY=1 -DPAGEA4=1  -g  -c
/u3/u1/src/groff/src/libs/libgroff/tmpfile.cc
/u3/u1/src/groff/src/libs/libgroff/tmpfile.cc   158: [error]:   CFE1308
more than one instance of overloaded function "mkstemp" matches the
argument list:
            function "mkstemp(char *)"
            function "std::mkstemp(char *)"
            argument types are: (char *)
 
    int fd = mkstemp(templ);
             ^
 
gmake[2]: *** [tmpfile.o] Error 1
gmake[2]: Leaving directory `/u3/u1/build/groff/src/libs/libgroff'
gmake[1]: *** [src/libs/libgroff] Error 2
gmake[1]: Leaving directory `/u3/u1/build/groff'
gmake: *** [all] Error 2



reply via email to

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