From owner-freebsd-questions Tue Apr 25 16:51:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wendell.heistand.org (wendell.heistand.org [209.181.116.46]) by hub.freebsd.org (Postfix) with ESMTP id BD63D37B5A2 for ; Tue, 25 Apr 2000 16:51:49 -0700 (PDT) (envelope-from heistand@heistand.org) Received: from heistand.org (localhost.heistand.org [127.0.0.1]) by wendell.heistand.org (Postfix) with ESMTP id 634131B23D for ; Tue, 25 Apr 2000 17:51:45 -0600 (MDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-questions@freebsd.org Subject: 4.0 release buildworld problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 Apr 2000 17:51:45 -0600 From: Steve Heistand Message-Id: <20000425235145.634131B23D@wendell.heistand.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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