[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUGS in examples/bench/rpcgen



Don't know whether this is important or not...
Angus

gcc -o tests tests.c alltests_xdr.c
tests.c: In function `main':
tests.c:108: `XDR' undeclared (first use in this function)
tests.c:108: (Each undeclared identifier is reported only once
tests.c:108: for each function it appears in.)
tests.c:108: parse error before `xdrs'
tests.c:112: `xdrs' undeclared (first use in this function)
tests.c:112: `XDR_ENCODE' undeclared (first use in this function)
alltests_xdr.c: In function `xdr_strings':
alltests_xdr.c:78: warning: passing arg 5 of `xdr_vector' from incompatible pointer type
alltests_xdr.c: In function `xdr_arrays':
alltests_xdr.c:92: warning: passing arg 5 of `xdr_vector' from incompatible pointer type
alltests_xdr.c:95: warning: passing arg 6 of `xdr_array' from incompatible pointer type
alltests_xdr.c: In function `xdr_pointers':
alltests_xdr.c:106: warning: passing arg 4 of `xdr_pointer' from incompatible pointer type
alltests_xdr.c:109: warning: passing arg 4 of `xdr_pointer' from incompatible pointer type
alltests_xdr.c: In function `xdr_containers':
alltests_xdr.c:145: warning: passing arg 6 of `xdr_array' from incompatible pointer type
alltests_xdr.c:148: warning: passing arg 6 of `xdr_array' from incompatible pointer type
alltests_xdr.c: In function `xdr_objects':
alltests_xdr.c:230: warning: passing arg 4 of `xdr_pointer' from incompatible pointer type
alltests_xdr.c:233: warning: passing arg 4 of `xdr_pointer' from incompatible pointer type
make: *** [tests] Error 1