Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2000 17:51:45 -0600
From:      Steve Heistand <heistand@heistand.org>
To:        freebsd-questions@freebsd.org
Subject:   4.0 release buildworld problems
Message-ID:  <20000425235145.634131B23D@wendell.heistand.org>

next in thread | raw e-mail | index | archive | help
Im having the following problem building my src tree. 
any thoughts?
I just updated the src tree via cvsup this afternoon.

steve

(yes I did the normal  cd/usr/src ; make buildworld, just showing the make in 
the
directory thats having the problems.)


wendell# cd /usr/src/sys/modules/mlx/
wendell# make
cc -O -pipe  -D_KERNEL -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
 -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include  
-mpreferred-stack-boundary=2 -c /mnt/disk1/src/src/sys/modules/mlx/../../dev/ml
x/mlx_disk.c
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c: In function 
`mlxd_attach':
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: 
`disks_registered' undeclared (first use in this function)
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: (Each 
undeclared identifier is reported only once
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: for each 
function it appears in.)
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c: In function 
`mlxd_detach':
/mnt/disk1/src/src/sys/modules/mlx/../../dev/mlx/mlx_disk.c:291: 
`disks_registered' undeclared (first use in this function)
*** Error code 1



Steve Heistand
heistand@heistand.org




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?20000425235145.634131B23D>