xfs
[Top] [All Lists]

XFS (CVS release) problem to compile on hppa

To: linux-xfs@xxxxxxxxxxx
Subject: XFS (CVS release) problem to compile on hppa
From: jsoe0708@xxxxxxxxxx
Date: Fri, 18 Oct 2002 16:30:53 +0200
Sender: linux-xfs-bounce@xxxxxxxxxxx
Hi all,

For kernel 2.4.19 I have to go to cvs release of xfs;-)

So I build a 'patch' against vanilla k-2.4.19 and apply it against 
k-2.4.19-pa22.

(Just met a small problem of conflict)

But the build failled because:
"../xfs_bmap_btree.h:661:35: "0" may not appear in macro parameter list"

and in this header I found:
"...
#else
...
#define xfs_bmbt_disk_set_allf(r, 0, b, c, v) \
        xfs_bmbt_set_allf(r, 0, b, c, v)
#endif
...
"

just above there are:
void
xfs_bmbt_disk_set_allf(
        xfs_bmbt_rec_t  *r,
        xfs_fileoff_t   o,
        xfs_fsblock_t   b,
        xfs_filblks_t   c,
        xfs_exntst_t    v);

What do you think?

Thanks in advance for advise,
    Joel

PS: on hppa, linux kernel have to be build with gcc > 3.0.4




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