From owner-freebsd-questions Tue Apr 28 22:29:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21509 for freebsd-questions-outgoing; Tue, 28 Apr 1998 22:29:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tps.sk (tps@tps.sk [195.168.1.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21502 for ; Tue, 28 Apr 1998 22:29:19 -0700 (PDT) (envelope-from tps@tps.sk) Received: (from tps@localhost) by tps.sk (8.8.8/8.8.7) id HAA18296 for questions@freebsd.org; Wed, 29 Apr 1998 07:29:09 +0200 (CEST) (envelope-from tps) From: Tomas TPS Ulej Message-Id: <199804290529.HAA18296@tps.sk> Subject: kernel compilation problem To: questions@FreeBSD.ORG Date: Wed, 29 Apr 1998 07:29:09 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 5 hours back I try "make world". All finished successfull. After this i try recompile my kernel. "make depend" finished correctly. But when I type after make depend "make" I got this: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DLINUX -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../scsi/sd.c In file included from ../../sys/types.h:49, from ../../sys/param.h:54, from ../../scsi/sd.c:24: machine/types.h:41: syntax error before `typedef' *** Error code 1 Stop. root@[SCREEN1.tps /usr/src/sys/compile/tps] # exit Some ideas about reason and/or fix step? -TPS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message