From owner-freebsd-isp Mon Aug 18 09:43:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01822 for isp-outgoing; Mon, 18 Aug 1997 09:43:46 -0700 (PDT) Received: from sunasci.informador.com.mx (sunasci.informador.com.mx [200.34.234.88]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01810 for ; Mon, 18 Aug 1997 09:43:35 -0700 (PDT) Received: from localhost (felipe@localhost) by sunasci.informador.com.mx (8.8.5/8.8.5) with SMTP id LAA19750 for ; Mon, 18 Aug 1997 11:40:03 GMT Date: Mon, 18 Aug 1997 11:40:02 +0000 () From: Felipe Rivera Marquez To: isp@freebsd.org Subject: Making make/make world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi My box: 2.1.7-RELEASE Source tree mounted on /2.2.2-RELEASE/usr/src (cvsuped yesterday) make includes went without trouble. Then, i make world this way: make world -DNOOBJDIR (DESTDIR=/2.2.2-RELEASE is defined inside src/Makefile) and fails at Making make I've commented all references to ctype.h inside the make source code and it has compiled without trouble. Anyone with this problem too?? ****** These are the error messages, and they repeat with every .c file that includes ctype.h in src/usr.bin/make ****** cc -O -I/2.2.2-RELEASE/usr/src/usr.bin/make -I/usr/obj/2.2.2-RELEASE/usr/src/tm p/usr/include -c arch.c In file included from arch.c:97: /usr/include/ctype.h:121: warning: parameter names (without types) in function de claration /usr/include/ctype.h:122: parse error before `___tolower' /usr/include/ctype.h:122: warning: parameter names (without types) in function de claration /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 de claration /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. *** Error code 1 Stop.