Date: Mon, 18 Aug 1997 11:40:02 +0000 () From: Felipe Rivera Marquez <felipe@informador.com.mx> To: isp@freebsd.org Subject: Making make/make world Message-ID: <Pine.BSF.3.95.970818112229.19559A-100000@sunasci.informador.com.mx>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970818112229.19559A-100000>
