* parse error on compiling a 2.4.9 kernel
@ 2001-09-16 17:37 james bond
2001-09-16 22:04 ` Richard Russon
0 siblings, 1 reply; 2+ messages in thread
From: james bond @ 2001-09-16 17:37 UTC (permalink / raw)
To: linux-kernel; +Cc: fils_ubu
so hello all , and thank's for leeding me to format my windobe :)
the problem is verry simple
when i configure my kernel i select ntfs support and then i launch a
compiling process "make dep , make clean , make bzImage "
and then i have this message :
----------------------------------------------------------------------
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] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.9/fs/ntfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.9/fs/ntfs'
make[1]: *** [_subdir_ntfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.9/fs'
make: *** [_dir_fs] Error 2
----------------------------------------------------------------------
when i désélect ntfs every thing is ok ,
i m using a slack 8.0
and have gcc version 2.95.3 20010315 (release)
i think that there is no need of any cat /proc/cpuinfo
now i m using a linux 2.4.7 and every thing is ok
thank's for answering
sorry for my poor english
electonicaly yours
----------------------------------------------------------------------
i have a dream , that one day every computer gona be under linux
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: parse error on compiling a 2.4.9 kernel
2001-09-16 17:37 parse error on compiling a 2.4.9 kernel james bond
@ 2001-09-16 22:04 ` Richard Russon
0 siblings, 0 replies; 2+ messages in thread
From: Richard Russon @ 2001-09-16 22:04 UTC (permalink / raw)
To: james bond; +Cc: lkml, fils_ubu
Hi,
> when i configure my kernel i select ntfs support and then i launch a
> compiling process "make dep , make clean , make bzImage "
> and then i have this message :
> unistr.c: In function `ntfs_collate_names':
> ...
Yeah, it's a known problem. Simply add the following line to unistr.c
#include <linux/kernel.h>
Cheers,
FlatCap (Rich)
ntfs@flatcap.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-16 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-16 17:37 parse error on compiling a 2.4.9 kernel james bond
2001-09-16 22:04 ` Richard Russon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®