mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Error compiling NTFS support in 2.4.9
@ 2001-08-21  1:12 Meinhard E. Mayer
  2001-08-21  2:10 ` Richard Russon
  0 siblings, 1 reply; 2+ messages in thread
From: Meinhard E. Mayer @ 2001-08-21  1:12 UTC (permalink / raw)
  To: linux-kernel

It seemds that the function  unistr.c has been broken since kernel
2.4.8. 
I could not find Anton Altamarkov's e-mail address so I am sending
this to the general address.  In 2.4.8 things compiled fine. 


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -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] Error 1



-- 
Hardy
(Meinhard E. Mayer)
Professor Emeritus
Tel: (949) 759-3378 Fax: (734) 448-5140

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

* Re: Error compiling NTFS support in 2.4.9
  2001-08-21  1:12 Error compiling NTFS support in 2.4.9 Meinhard E. Mayer
@ 2001-08-21  2:10 ` Richard Russon
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Russon @ 2001-08-21  2:10 UTC (permalink / raw)
  To: mmayer; +Cc: lkml

Hi Meinhard,

> It seems that unistr.c ... broken since kernel 2.4.8.

Add the following to unistr.c

  #include <linux/kernel.h>

> I could not find Anton Altamarkov's e-mail address ...

It's in the MAINTAINERS and CREDITS files:

  aia21@cus.cam.ac.uk

FlatCap (Rich)
ntfs@flatcap.org




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

end of thread, other threads:[~2001-08-21  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-21  1:12 Error compiling NTFS support in 2.4.9 Meinhard E. Mayer
2001-08-21  2:10 ` 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®