Subject: errors with doing a build on tools
To: None <tech-toolchain@netbsd.org>
From: Kamal R Prasad <kamalrpr@in.ibm.com>
List: tech-toolchain
Date: 07/16/2003 19:39:15
Im getting an error in doing a build for tools/build.
Im not sure what this means or how to fix it. can someone give me
suggestions.
last I remember, union is a valid C keyword.
thanks
-kamal
cc -O -qnolm -D__64BIT_KERNEL -I. -I./include
-I/tmp/kamalfs/netbsd/src/tools/
compat -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_NETBSD_SOURCE
-D__DBINTERFACE_
PRIVATE -I/tmp/kamalfs/netbsd/src/lib/libc/include -c -o strlcat.lo.o
/tmp/kamal
fs/netbsd/src/tools/compat/../../lib/libc/string/strlcat.c
"/usr/include/sys/signal.h", line 591.15: 1506-007 (S) "union sigval" is
undefin
ed.
"/usr/include/sys/wait.h", line 164.29: 1506-276 (S) Syntax error:
possible miss
ing identifier?
"/usr/include/sys/wait.h", line 164.12: 1506-282 (S) The type of the
parameters
must be specified in a prototype.
"/usr/include/sys/wait.h", line 172.59: 1506-046 (S) Syntax error.
"/usr/include/sys/wait.h", line 174.63: 1506-046 (S) Syntax error.
"/usr/include/sys/dir.h", line 173.25: 1506-275 (S) Unexpected text '*'
encounte
red.
"/usr/include/sys/dir.h", line 173.28: 1506-276 (S) Syntax error: possible
missi
ng identifier?
"/usr/include/sys/dir.h", line 173.13: 1506-282 (S) The type of the
parameters m
ust be specified in a prototype.
"/usr/include/sys/dir.h", line 174.25: 1506-275 (S) Unexpected text '*'
encounte
red.
"/usr/include/sys/dir.h", line 174.13: 1506-282 (S) The type of the
parameters m
ust be specified in a prototype.
*** Error code 1
Stop.