public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* bug in include file!?
@ 2004-04-26 20:37 csg69
  2004-04-28 14:08 ` Bill Davidsen
  2004-04-28 14:24 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: csg69 @ 2004-04-26 20:37 UTC (permalink / raw)
  To: linux-kernel

Dear Linux Kernel Stuff!


I encountered a strange error recently, when I tried to
compile cdrtools-2.00.3 on my system (debian woody 3.0,
kernel 2.6.5, gcc 2.95.4, make 3.79.1).

The bug is in line 217 in /usr/src/linux/include/scsi/scsi.h
gcc says: parse error before u8
(I think everything is OK there)

Finally I solved the problem by changing the value
in cdrtools-2.00.3/DEFAULTS/Defaults.linux

from the original:
DEFINCDIRS=	$(SRCROOT)/include /usr/src/linux/include

to:
DEFINCDIRS=	$(SRCROOT)/include /usr/include


It seems that in /usr/include/scsi/scsi.h everything is OK...


It may be the error of the makefiles or the kernel include files...

Joerg Schilling (schilling@fokus.fraunhofer.de) advised me
to send to you this report.
He thinks this is a bug in kernel include files.


yours sincerely


csg



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-28 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-26 20:37 bug in include file!? csg69
2004-04-28 14:08 ` Bill Davidsen
2004-04-28 14:24 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox