From owner-freebsd-current Sun Jan 31 15:11:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08144 for freebsd-current-outgoing; Sun, 31 Jan 1999 15:11:25 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from post.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08139 for ; Sun, 31 Jan 1999 15:11:23 -0800 (PST) (envelope-from bsdcurrent@scratch.demon.co.uk) Received: from [212.228.22.156] (helo=scratch.demon.co.uk) by post.mail.demon.net with smtp (Exim 2.11 #1) id 10761J-0007e6-00 for current@FreeBSD.ORG; Sun, 31 Jan 1999 23:11:16 +0000 Message-ID: Date: Sun, 31 Jan 1999 23:10:17 +0000 To: current@FreeBSD.ORG From: Tim Preece Subject: Kernel wont compile MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain;charset=iso-8859-1 X-Mailer: Turnpike (32) Version 4.00 <2bL8TQCIEWg0B+1EtXWvseZtDP> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Iv'e CVSupped on Friday 29/1/99 and proceeded to make world seemed to go OK but when I tried to compile the kernel I got this.... Script started on Sat Jan 30 00:27:14 1999 [2]root@scratch1/usr/src/sys/ compile/SCRATCH1# make depend cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes - Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat- extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h ../../i386/i386/genassym.c In file included from ../../sys/types.h:48, from ../../sys/param.h:56, from ../../i386/i386/genassym.c:45: ../../sys/inttypes.h:11: parse error before `int8_t' ../../sys/inttypes.h:11: warning: data definition has no type or storage class ../../sys/inttypes.h:12: parse error before `int16_t' ../../sys/inttypes.h:12: warning: data definition has no type or storage class ../../sys/inttypes.h:13: parse error before `int32_t' ../../sys/inttypes.h:13: warning: data definition has no type or storage class ../../sys/inttypes.h:16: parse error before `uint8_t' ../../sys/inttypes.h:16: warning: data definition has no type or storage class ../../sys/inttypes.h:17: parse error before `uint16_t' ../../sys/inttypes.h:17: warning: data definition has no type or storage class ../../sys/inttypes.h:18: parse error before `uint32_t' ../../sys/inttypes.h:18: warning: data definition has no type or storage class ../../sys/inttypes.h:21: parse error before `intptr_t' ../../sys/inttypes.h:21: warning: data definition has no type or storage class ../../sys/inttypes.h:22: parse error before `uintptr_t' ../../sys/inttypes.h:22: warning: data definition has no type or storage class In file included from ../../sys/types.h:49, from ../../sys/param.h:56, from ../../i386/i386/genassym.c:45: machine/types.h:59: `int8_t' redeclared as different kind of symbol ../../sys/inttypes.h:11: previous declaration of `int8_t' machine/types.h:59: warning: `int8_t' was declared `extern' and later `static' machine/types.h:61: `int16_t' redeclared as different kind of symbol ../../sys/inttypes.h:12: previous declaration of `int16_t' machine/types.h:61: warning: `int16_t' was declared `extern' and later `static' machine/types.h:63: `int32_t' redeclared as different kind of symbol ../../sys/inttypes.h:13: previous declaration of `int32_t' machine/types.h:63: warning: `int32_t' was declared `extern' and later `static' machine/types.h:65: redefinition of `int64_t' ../../sys/inttypes.h:14: `int64_t' previously declared here machine/types.h:75: `intptr_t' redeclared as different kind of symbol ../../sys/inttypes.h:21: previous declaration of `intptr_t' machine/types.h:75: warning: `intptr_t' was declared `extern' and later `static' machine/types.h:76: `uintptr_t' redeclared as different kind of symbol ../../sys/inttypes.h:22: previous declaration of `uintptr_t' machine/types.h:76: warning: `uintptr_t' was declared `extern' and later `static' In file included from ../../sys/param.h:56, from ../../i386/i386/genassym.c:45: ../../sys/types.h:60: syntax error before `u_int8_t' ../../sys/types.h:60: warning: useless keyword or type name in empty declaration ../../sys/types.h:60: warning: empty declaration ../../sys/types.h:61: syntax error before `u_int16_t' ../../sys/types.h:61: warning: useless keyword or type name in empty declaration ../../sys/types.h:61: warning: empty declaration ../../sys/types.h:62: syntax error before `u_int32_t' ../../sys/types.h:62: warning: useless keyword or type name in empty declaration ../../sys/types.h:62: warning: empty declaration ../../sys/types.h:63: redefinition of `u_int64_t' machine/types.h:66: `u_int64_t' previously declared here ../../sys/types.h:90: redefinition of `ufs_daddr_t' machine/types.h:70: `ufs_daddr_t' previously declared here ../../sys/types.h:95: redefinition of `uoff_t' machine/types.h:77: `uoff_t' previously declared here *** Error code 1 Stop. [2]root@scratch1/usr/src/sys/compile/SCRATCH1# exit exit Script done on Sat Jan 30 00:27:26 1999 What should I do, re-CVSup, make clean or other ? Please help Thanks -- Tim Preece To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message