From owner-freebsd-smp Sat Apr 19 18:14:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26595 for smp-outgoing; Sat, 19 Apr 1997 18:14:34 -0700 (PDT) Received: from mail0.iij.ad.jp (mail0.iij.ad.jp [202.232.2.113]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA26588 for ; Sat, 19 Apr 1997 18:14:27 -0700 (PDT) Received: from uucp2.iij.ad.jp (uucp2.iij.ad.jp [202.232.2.202]) by mail0.iij.ad.jp (8.8.5+2.7Wbeta5/3.5Wpl4-MAIL) with SMTP id KAA02945; Sun, 20 Apr 1997 10:13:51 +0900 (JST) Received: (from uucp@localhost) by uucp2.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id KAA08703; Sun, 20 Apr 1997 10:13:51 +0900 Received: from tyd1.tydfam.iijnet.or.jp (tyd1.tydfam.iijnet.or.jp [192.168.1.2]) by tydfam.iijnet.or.jp (8.8.5/3.4W2-uucp) with ESMTP id KAA25316; Sun, 20 Apr 1997 10:00:13 +0900 (JST) Received: from localhost.tydfam.iijnet.or.jp (localhost.tydfam.iijnet.or.jp [127.0.0.1]) by tyd1.tydfam.iijnet.or.jp (8.8.5/3.4Wnomx) with SMTP id KAA25887; Sun, 20 Apr 1997 10:00:13 +0900 (JST) Message-Id: <199704200100.KAA25887@tyd1.tydfam.iijnet.or.jp> X-Authentication-Warning: tyd1.tydfam.iijnet.or.jp: localhost.tydfam.iijnet.or.jp [127.0.0.1] didn't use HELO protocol To: peter@spinner.dialix.com Cc: dfr@nlsystems.com, smp@freebsd.org Subject: Q) SMP Kernel compilation Reply-To: ken@tydfam.iijnet.or.jp X-Mailer: Mew version 1.55 on Emacs 19.34.2, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 20 Apr 1997 10:00:13 +0900 From: Takeshi Yamada Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have the following compilation error as of Apr. 19th, 2300GMT SMP source. What am I wrong? # make depend; make : : : cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DSCSI_2_DEF -DEXT2FS -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DMFS -DCD9660 -DNQNFS -DNFS -DFFS -DTCPDEBUG -DIPDIVERT -DTCP_COMPAT_42 -DINET -DMD5 -DCOMPAT_43 -DFAILSAFE -DKERNEL ../../i386/i386/sys_machdep.c ../../i386/i386/sys_machdep.c: In function `i386_get_ldt': ../../i386/i386/sys_machdep.c:158: sizeof applied to an incomplete type ../../i386/i386/sys_machdep.c: In function `i386_set_ldt': ../../i386/i386/sys_machdep.c:225: sizeof applied to an incomplete type *** Error code 1