Guest User

Untitled

a guest
Oct 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. nfs.c: In function 'rpc_nfs_link_async':
  2. nfs.c:718:2: error: 'LINK3args' undeclared (first use in this function)
  3. nfs.c:718:12: error: expected ';' before 'args'
  4. nfs.c:720:30: error: 'NFS_PROGRAM' undeclared (first use in this function)
  5. nfs.c:720:43: error: 'NFS_V3' undeclared (first use in this function)
  6. nfs.c:720:51: error: 'NFS3_LINK' undeclared (first use in this function)
  7. nfs.c:720:91: error: 'xdr_LINK3res' undeclared (first use in this function)
  8. nfs.c:720:112: error: 'LINK3res' undeclared (first use in this function)
  9. nfs.c:726:10: error: 'args' undeclared (first use in this function)
  10. nfs.c:727:32: error: dereferencing pointer to incomplete type
  11. nfs.c:728:32: error: dereferencing pointer to incomplete type
  12. nfs.c:729:38: error: dereferencing pointer to incomplete type
  13. nfs.c:730:38: error: dereferencing pointer to incomplete type
  14. nfs.c:733:2: warning: implicit declaration of function 'xdr_LINK3args'
  15. make[3]: *** [libnfs_la-nfs.lo] Error 1
  16. make[3]: *** Waiting for unfinished jobs....
  17. rpcgen -c nfs.x | sed -e "s/#include \".*nfs.h\"/#include \"libnfs-raw-nfs.h\"/" > libnfs-raw-nfs.c
  18. touch nfs-stamp
  19. make[3]: Leaving directory `/home/usuario/openelec-eden/build.OpenELEC_EDEN-Generic.i386-devel/libnfs-37d1475/nfs'
  20. make[2]: *** [all-recursive] Error 1
  21. make[2]: Leaving directory `/home/usuario/openelec-eden/build.OpenELEC_EDEN-Generic.i386-devel/libnfs-37d1475'
  22. make[1]: *** [all] Error 2
  23. make[1]: Leaving directory `/home/usuario/openelec-eden/build.OpenELEC_EDEN-Generic.i386-devel/libnfs-37d1475'
  24. make: *** [system] Error 2
Add Comment
Please, Sign In to add comment