hi John,
You've done a "make install install-dev" in the cmd/attr2
directory right? Don't do that - its development code and
uses syscalls which don't exist yet in the kernel - you'll
need to use cmd/attr still (a "make install install-dev"
in that directory should fix the problem).
When the new attr code is ready, it will simply replace the
cmd/attr code and cmd/attr2 will go away. I need attr2 to
help my discussions with the ext2 extended attribute project,
otherwise you wouldn't have seen it at all yet - sorry about
the confusion.
cheers.
ps: any luck with that Samba issue I sent you the other day?
On Tue, Sep 25, 2001 at 04:46:19PM -0400, jtrostel@xxxxxxxxxxxxxx wrote:
> Anyone else see this compiling todays CVS of ../cmds/xfsdump?
>
> (using gcc-2.96-81 on RH7.1 ...sorta)
>
> attr.c: In function
> `attr_multi_by_handle':
> attr.c:57: `attr_op_t' undeclared (first use in this function)
> attr.c:57: (Each undeclared identifier is reported only once
> attr.c:57: for each function it appears in.)
> attr.c:57: `ops' undeclared (first use in this function)
> attr.c:57: warning: statement with no effect
> attr.c:58: parse error before `int'
> attr.c:75: `i' undeclared (first use in this function)
> attr.c:83: `fsfd' undeclared (first use in this function)
> attr.c:88: `hreq' undeclared (first use in this function)
> attr.c:96: `attr_hreq' undeclared (first use in this function)
> attr.c: In function `attr_list_by_handle':
> attr.c:123: `attr_op_t' undeclared (first use in this function)
> attr.c:123: parse error before `op'
> attr.c:128: `op' undeclared (first use in this function)
> attr.c:129: `ATTR_OP_IRIX_LIST' undeclared (first use in this function)
> make[1]: *** [attr.o] Error 1
> make: *** [default] Error 2
>
> --
> John M. Trostel
> Senior Software Engineer
> Quantum / SnapAppliances
> jtrostel@xxxxxxxxxxxxxx
>
--
Nathan
|