From owner-freebsd-current Thu May 2 09:28:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08552 for current-outgoing; Thu, 2 May 1996 09:28:45 -0700 (PDT) Received: from berkeley.race.u-tokyo.ac.jp (berkeley.race.u-tokyo.ac.jp [157.82.76.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08544 for ; Thu, 2 May 1996 09:28:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by berkeley.race.u-tokyo.ac.jp (8.7.5/8.6.12) with SMTP id BAA00248; Fri, 3 May 1996 01:25:00 +0900 (JST) Message-Id: <199605021625.BAA00248@berkeley.race.u-tokyo.ac.jp> X-Authentication-Warning: berkeley.race.u-tokyo.ac.jp: Host localhost [127.0.0.1] didn't use HELO protocol To: kuku@gilberto.physik.rwth-aachen.de Cc: freebsd-current@freefall.freebsd.org Subject: Re: qcam driver (kernel doesn't compile) In-Reply-To: Your message of "Thu, 02 May 1996 17:08:11 +0200" References: <199605021508.RAA14941@gilberto.physik.rwth-aachen.de> X-Mailer: Mew version 1.03 on Emacs 19.28.3, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Fri, 03 May 1996 01:25:00 +0900 From: Naohiro Shichijo Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Linux-emu and qcamio.c uses the "LINUX" symbol in different purpose. Perhaps qcamio.c would be better to use another symbol to identify LINUX... Naohiro Shichijo The Univesity of Tokyo. From: "Christoph P. Kukulies" Subject: qcam driver (kernel doesn't compile) Date: Thu, 02 May 1996 17:08:11 +0200 Message-ID: <199605021508.RAA14941@gilberto.physik.rwth-aachen.de> kuku> I supped and as a result I can't compile my kernel any longer: kuku> kuku> cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I../../sys -I../../../include -DI486_CPU -DGUSMAX -DATAPI -DLINUX -DCOMPAT_LINUX -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/isa/qcamio.c kuku> ../../i386/isa/qcamio.c:61: linux/kernel.h: No such file or directory kuku> ../../i386/isa/qcamio.c:62: linux/sched.h: No such file or directory kuku> ../../i386/isa/qcamio.c:63: linux/string.h: No such file or directory kuku> ../../i386/isa/qcamio.c:64: linux/delay.h: No such file or directory kuku> ../../i386/isa/qcamio.c:65: asm/io.h: No such file or directory kuku> ../../i386/isa/qcamio.c:66: qcam-linux.h: No such file or directory kuku> *** Error code 1 kuku> kuku> Stop. kuku> kuku> --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de kuku>