public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.9 does not compile
@ 2001-08-16 21:11 f5ibh
  2001-08-16 21:41 ` 2.4.9 does not compile [PATCH] tpepper
                   ` (4 more replies)
  0 siblings, 5 replies; 56+ messages in thread
From: f5ibh @ 2001-08-16 21:11 UTC (permalink / raw)
  To: linux-kernel

Hi !

I've the following error messages :

gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.9/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
-DMODULE -DMODVERSIONS -include
/usr/src/kernel-sources-2.4.9/include/linux/modversions.h
-DNTFS_VERSION=\"1.1.16\"   -c -o unistr.o unistr.c
unistr.c: In function `ntfs_collate_names':
unistr.c:99: warning: implicit declaration of function `min'
unistr.c:99: parse error before `unsigned'
unistr.c:99: parse error before `)'
unistr.c:97: warning: `c1' might be used uninitialized in this function
unistr.c: At top level:
unistr.c:118: parse error before `if'
unistr.c:123: warning: type defaults to `int' in declaration of `c1'
unistr.c:123: `name1' undeclared here (not in a function)
unistr.c:123: warning: data definition has no type or storage class
unistr.c:124: parse error before `if'
make[3]: *** [unistr.o] Erreur 1
make[3]: Leaving directory `/usr/src/kernel-sources-2.4.9/fs/ntfs'
make[2]: *** [_modsubdir_ntfs] Erreur 2
make[2]: Leaving directory `/usr/src/kernel-sources-2.4.9/fs'
make[1]: *** [_mod_fs] Erreur 2
make[1]: Leaving directory `/usr/src/kernel-sources-2.4.9'
make: *** [stamp-build] Erreur 2


gcc is :
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20010319 (Debian prerelease)

------
Regards
		Jean-Luc

^ permalink raw reply	[flat|nested] 56+ messages in thread
[parent not found: <Your message of "Fri, 17 Aug 2001 00:35:02 +0100."  <5.1.0.14.2.20010817002825.00b1e4e0@pop.cus.cam.ac.uk.suse.lists.linux.kernel>]
[parent not found: <no.id>]

end of thread, other threads:[~2001-08-17 23:40 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-16 21:11 2.4.9 does not compile f5ibh
2001-08-16 21:41 ` 2.4.9 does not compile [PATCH] tpepper
2001-08-16 22:31   ` David S. Miller
2001-08-16 23:13     ` Daniel Phillips
2001-08-16 23:11       ` David S. Miller
2001-08-16 23:14       ` Alan Cox
2001-08-16 23:35       ` Anton Altaparmakov
2001-08-16 23:40         ` David S. Miller
     [not found]           ` <Pine.LNX.4.33L.0108171844000.2277-100000@duckman.distro.conectiva>
2001-08-17 21:58             ` David S. Miller
2001-08-17  1:46         ` Jeff Dike
     [not found]           ` <Your message of "Fri, 17 Aug 2001 00:35:02 +0100." <5.1.0.14.2.20010817002825.00b1e4e0@pop.cus.cam.ac.uk>
2001-08-17  1:22             ` Anton Altaparmakov
2001-08-17  1:49               ` Andrew Morton
2001-08-17  1:53                 ` David S. Miller
2001-08-17  2:05                 ` Daniel Phillips
2001-08-17  3:55               ` Jeff Dike
2001-08-17 17:30     ` Rik van Riel
2001-08-16 23:22   ` Anton Altaparmakov
2001-08-16 23:38     ` David S. Miller
2001-08-17  1:24       ` Roman Zippel
2001-08-17  1:50         ` David S. Miller
2001-08-17  2:29           ` Roman Zippel
2001-08-17  2:38             ` David S. Miller
2001-08-17  2:53               ` Roman Zippel
2001-08-17  2:59                 ` David S. Miller
2001-08-17  3:23                   ` Roman Zippel
2001-08-17  3:37                     ` David S. Miller
2001-08-17  3:59                       ` Roman Zippel
2001-08-17  8:35                       ` Anton Altaparmakov
2001-08-17  4:29                   ` Ben LaHaise
2001-08-17  6:07                     ` David S. Miller
2001-08-17  3:08               ` Roman Zippel
2001-08-17  3:13                 ` David S. Miller
2001-08-17  3:39                   ` Roman Zippel
2001-08-17  3:44                     ` David S. Miller
2001-08-16 22:10 ` 2.4.9 does not compile [better PATCH] tpepper
2001-08-16 22:21 ` 2.4.9 does not compile [PATCH] Anton Altaparmakov
2001-08-16 22:28 ` 2.4.9 does not compile [better PATCH] Anton Altaparmakov
2001-08-17  4:23   ` Jeff Chua
2001-08-17  1:06 ` 2.4.9 does not compile (adaptec new driver) Luigi Genoni
     [not found] <Your message of "Fri, 17 Aug 2001 00:35:02 +0100."  <5.1.0.14.2.20010817002825.00b1e4e0@pop.cus.cam.ac.uk.suse.lists.linux.kernel>
     [not found] ` <5.1.0.14.2.20010817015007.045689b0@pop.cus.cam.ac.uk.suse.lists.linux.kernel>
     [not found]   ` <3B7C7846.FD9DEE68@zip.com.au.suse.lists.linux.kernel>
     [not found]     ` <20010816.185319.88475216.davem@redhat.com.suse.lists.linux.kernel>
2001-08-17  7:30       ` 2.4.9 does not compile [PATCH] Andi Kleen
     [not found] <no.id>
2001-08-16 22:41 ` Alan Cox
2001-08-16 22:48   ` David S. Miller
2001-08-17 21:12     ` Jes Sorensen
2001-08-16 22:55 ` Alan Cox
2001-08-16 23:02   ` David S. Miller
     [not found]     ` <Pine.LNX.4.33L.0108171845570.2277-100000@duckman.distro.conectiva>
2001-08-17 21:59       ` David S. Miller
2001-08-16 23:08 ` Alan Cox
2001-08-17  9:11 ` Alan Cox
2001-08-17 20:57   ` David S. Miller
2001-08-17  9:17 ` Alan Cox
2001-08-17  9:25 ` Alan Cox
2001-08-17 21:40 ` Alan Cox
2001-08-17 22:09 ` Alan Cox
2001-08-17 22:11   ` David S. Miller
2001-08-17 23:34     ` Daniel Phillips
2001-08-17 23:38       ` David S. Miller

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