From owner-freebsd-current Wed Jul 3 06:57:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08582 for current-outgoing; Wed, 3 Jul 1996 06:57:40 -0700 (PDT) Received: from shadows.aeon.net ([194.100.41.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA08573 for ; Wed, 3 Jul 1996 06:57:31 -0700 (PDT) Received: (from freebsd@localhost) by shadows.aeon.net (8.7.5/8.6.9) id QAA04508 for freebsd-current@freebsd.org; Wed, 3 Jul 1996 16:53:37 +0300 (EET DST) From: Mr Operating System Message-Id: <199607031353.QAA04508@shadows.aeon.net> Subject: ack, again... (wrong add) was: compiling probs To: freebsd-current@freebsd.org Date: Wed, 3 Jul 1996 16:53:37 +0300 (EET DST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=Latin-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > whatever i try to make including world, make, kernel, libs, includes/tools > ends this way... > > i should have latest sups... *shrug* > > /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: In function `__toupper': > /usr/include/ctype.h:158: `_c' undeclared (first use this 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: In function `__tolower': > /usr/include/ctype.h:165: `_c' undeclared (first use this function) > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > shadows# mickey