Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 1998 07:29:09 +0200 (CEST)
From:      Tomas TPS Ulej <tps@tps.sk>
To:        questions@FreeBSD.ORG
Subject:   kernel compilation problem
Message-ID:  <199804290529.HAA18296@tps.sk>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804290529.HAA18296>