Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 1997 14:21:59 +0100 (MET)
From:      Werner Griessl <croot@btp1da.phy.uni-bayreuth.de>
To:        current@freebsd.org
Subject:   curr kernel fails
Message-ID:  <199702051322.OAA01546@btp1da.phy.uni-bayreuth.de>

next in thread | raw e-mail | index | archive | help

Cannot compile current kernel.
My src-tree is from today from cvsup2.freebsd.org.
Did a make world without problems, then I tried to compile
a new kernel and failed with:

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DPCVT_PRETTYSCRNS -DPCVT_NSCREENS=8 -DNSWAPDEV=8 -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../pci/ncr.c
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DPCVT_PRETTYSCRNS -DPCVT_NSCREENS=8 -DNSWAPDEV=8 -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../pci/pci.c
../../pci/pci.c: In function `pci_register_lkm':
../../pci/pci.c:960: `if_version' undeclared (first use this function)
../../pci/pci.c:960: (Each undeclared identifier is reported only once
../../pci/pci.c:960: for each function it appears in.)
*** Error code 1

Stop.

Werner




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