xfs
[Top] [All Lists]

Re: Source code for Linux XFS now available!

To: bertou@xxxxxxxx
Subject: Re: Source code for Linux XFS now available!
From: Jim Mostek <mostek@xxxxxxx>
Date: Fri, 31 Mar 2000 11:32:03 -0600 (CST)
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <20000331192945.A597@lpnp69.in2p3.fr> from "Xavier Bertou" at Mar 31, 2000 07:29:45 PM
Sender: owner-linux-xfs@xxxxxxxxxxx
This is going to be trickier.
Can you move to Redhat 6.0? I know that works.

Jim

>
>> Can you try it and see if it works on Redhat 5.2?
>
>Well, the kernel compiles and seem to run.
>But when I go to linux-2.3-xfs/cmd and try make, everything's wrong.
>../../../../linux/fs/xfs/pseudo-inc/sys/types.h:129: parse error before 
>`uint64_t'
>../../../linux/fs/xfs/pseudo-inc/sys/types.h:129: warning: data definition has 
>no type or storage class
>and tons of stuff.
>I guess some flags are missing. I copy-pasted the ones from
>linex/fs/xfs/Makefile, but didn't work...
>linux-2.3-xfs/cmd/xfs/mkfs doesn't compile either (that's the one I'm
>looking for ;-)
>
>I managed to compile some things by adding a :
>#ifdef __GNUC__
>typedef signed int __int32_t;
>typedef unsigned int __uint32_t;
>__extension__ typedef signed long long int __int64_t;
>__extension__ typedef unsigned long long int __uint64_t;
>#endif
>line 128 of ../../../linux/fs/xfs/pseudo-inc/sys/types.h
>
>But then I get:
>In file included from ../../../linux/fs/xfs/pseudo-inc/sys/vfs.h:76,
>                 from ../maxtrres/xfs_maxtrres.c:48:
>../../../linux/fs/xfs/pseudo-inc/sys/vnode.h:647: parse error before
>`blkcnt_t'
>../../../linux/fs/xfs/pseudo-inc/sys/vnode.h:647: warning: no semicolon
>at end of struct or union
>../../../linux/fs/xfs/pseudo-inc/sys/vnode.h:655: parse error before `}'
>../../../linux/fs/xfs/pseudo-inc/sys/vnode.h:655: warning: data
>definition has no type or storage class
>In file included from ../maxtrres/xfs_maxtrres.c:55:
>../../../linux/fs/xfs/xfs_types.h:80: parse error before `xfs_aextnum_t'
>../../../linux/fs/xfs/xfs_types.h:80: warning: data definition has no
>type or storage class
>../../../linux/fs/xfs/xfs_types.h:93: parse error before `xfs_prid_t'
>../../../linux/fs/xfs/xfs_types.h:93: warning: data definition has no
>type or storage class
>../../../linux/fs/xfs/xfs_types.h:129: parse error before `xfs_arch_t'
>../../../linux/fs/xfs/xfs_types.h:129: warning: data definition has no
>type or storage class
>
>Here it is really too much for a physicist ;-)
>
>Hope I'll be able to mkxfs on my xfs-aware kernel !
>
>Xavier
>


<Prev in Thread] Current Thread [Next in Thread>