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
>
|