From owner-freebsd-current Sun May 19 17:31:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA10181 for current-outgoing; Sun, 19 May 1996 17:31:10 -0700 (PDT) Received: from trout.nosc.mil (trout.nosc.mil [128.49.16.7]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA10176 for ; Sun, 19 May 1996 17:31:07 -0700 (PDT) Received: from cod.nosc.mil by trout.nosc.mil (4.1/SMI-4.1) id AA00902; Sun, 19 May 96 17:31:06 PDT Received: by cod.nosc.mil (4.1/SMI-4.1) id AA26472; Sun, 19 May 96 17:28:41 PDT Date: Sun, 19 May 96 17:28:41 PDT From: gshaffer@cod.nosc.mil (Gregory M. Shaffer) Message-Id: <9605200028.AA26472@cod.nosc.mil> To: current@FreeBSD.Org Subject: Problems making current Sender: owner-current@FreeBSD.Org X-Loop: FreeBSD.org Precedence: bulk ------- I downloaded src-cur.1800A.gz and am trying to do a make world. I get the following error: ===> lib/libmytinfo cc -O -Wall -I/home/FreeBSD/current/lib/libmytinfo -c /home/FreeBSD/current/lib/libmytinfo/readcaps.c -o readcaps.o In file included from /home/FreeBSD/current/lib/libmytinfo/readcaps.c:15: /usr/include/ctype.h:121: warning: parameter names (without types) in function declaration /usr/include/ctype.h:122: parse error before `___tolower' /usr/include/ctype.h:122: warning: parameter names (without types) in function declaration /usr/include/ctype.h:122: warning: data definition has no type or storage class /usr/include/ctype.h:123: parse error before `___toupper' /usr/include/ctype.h:123: warning: parameter names (without types) in function declaration /usr/include/ctype.h:123: warning: data definition has no type or storage class /usr/include/ctype.h:142: parse error before `_c' /usr/include/ctype.h: In function `__istype': /usr/include/ctype.h:144: `_c' undeclared (first use this function) /usr/include/ctype.h:144: (Each undeclared identifier is reported only once /usr/include/ctype.h:144: for each function it appears in.) /usr/include/ctype.h:144: `_f' undeclared (first use this function) /usr/include/ctype.h: At top level: /usr/include/ctype.h:149: parse error before `_c' /usr/include/ctype.h: In function `__isctype': /usr/include/ctype.h:151: `_c' undeclared (first use this function) /usr/include/ctype.h:152: `_f' undeclared (first use this function) /usr/include/ctype.h: At top level: /usr/include/ctype.h:156: parse error before `__toupper' /usr/include/ctype.h:156: parse error before `_c' /usr/include/ctype.h:157: warning: return-type defaults to `int' /usr/include/ctype.h: In function `__toupper': /usr/include/ctype.h:158: `_c' undeclared (first use this function) /usr/include/ctype.h:160: warning: control reaches end of non-void function /usr/include/ctype.h: At top level: /usr/include/ctype.h:163: parse error before `__tolower' /usr/include/ctype.h:163: parse error before `_c' /usr/include/ctype.h:164: warning: return-type defaults to `int' /usr/include/ctype.h: In function `__tolower': /usr/include/ctype.h:165: `_c' undeclared (first use this function) /usr/include/ctype.h:167: warning: control reaches end of non-void function *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Whats up? Greg Shaffer -------