MOO-cows Mailing List Archive

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

[make] error compiling for 1.8.0




The followong errors occurred while compiling 1.8.0

db_io.c: In function `dbio_scanf':
db_io.c:58: `va_list' undeclared (first use this function)
db_io.c:58: (Each undeclared identifier is reported only once
db_io.c:58: for each function it appears in.)
db_io.c:58: parse error before `args'
db_io.c:62: warning: implicit declaration of function `va_start'
db_io.c:62: `args' undeclared (first use this function)
db_io.c:98: warning: implicit declaration of function `va_arg'
db_io.c:98: parse error before `int'
db_io.c:102: parse error before `unsigned'
db_io.c:106: parse error before `char'
db_io.c:121: warning: implicit declaration of function `va_end'
db_io.c:75: warning: `ip' might be used uninitialized in this function
db_io.c:76: warning: `up' might be used uninitialized in this function
db_io.c:77: warning: `cp' might be used uninitialized in this function
db_io.c: In function `dbio_printf':
db_io.c:273: `va_list' undeclared (first use this function)
db_io.c:273: parse error before `args'
db_io.c:275: `args' undeclared (first use this function)
make: *** [db_io.o] Error 1

The machine i'm running on is a PentuimPC-75 Linux :

uname -a => Linux bert 1.2.13 #3 Thu Aug 10 02:44:56 MET DST 1995 i586

About 15 minutes later on an other machine, the same errors occured.

uname -a => SunOS alibaba 5.4 Generic_101945-27 sun4m sparc

--

it seems simple to solve, but i can't

--Kai




Follow-Ups:

Home | Subject Index | Thread Index