This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling bootparamd for cywin 1.5.18-1 (linux/nfs.h: No such file or directory)


Hope this is the right group:


I am trying to compile bootparamd for cywin 1.5.18-1. I have sunrpc,
and the nfs server installed, but when I try to use make, I get the
following errors:

make[1]: Entering directory `/home/user/netkit-bootparamd-0.17/rpc.bootpara
md'
gcc -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-protot
ypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline  boot
param_prot_svc.c -c
In file included from bootparam_prot_svc.c:3:
bootparam_prot.h:4:23: linux/nfs.h: No such file or directory
In file included from bootparam_prot_svc.c:3:
bootparam_prot.h:14: warning: function declaration isn't a prototype
bootparam_prot.h:18: warning: function declaration isn't a prototype
bootparam_prot.h:22: warning: function declaration isn't a prototype
bootparam_prot.h:32: warning: function declaration isn't a prototype
bootparam_prot.h:42: warning: function declaration isn't a prototype
bootparam_prot.h:49: warning: function declaration isn't a prototype
bootparam_prot.h:58: warning: function declaration isn't a prototype
bootparam_prot.h:66: warning: function declaration isn't a prototype
bootparam_prot.h:75: warning: function declaration isn't a prototype
bootparam_prot.h:81: warning: function declaration isn't a prototype
bootparam_prot.h:83: warning: function declaration isn't a prototype
bootparam_prot_svc.c: In function `bootparamprog_1':
bootparam_prot_svc.c:15: warning: function declaration isn't a prototype
bootparam_prot_svc.c:15: warning: function declaration isn't a prototype
bootparam_prot_svc.c:16: warning: function declaration isn't a prototype
bootparam_prot_svc.c:26: warning: function declaration isn't a prototype
bootparam_prot_svc.c:32: warning: function declaration isn't a prototype
bootparam_prot_svc.c:39: warning: implicit declaration of function `bzero'
bootparam_prot_svc.c:39: warning: nested extern declaration of `bzero'
bootparam_prot_svc.c:50: warning: implicit declaration of function `exit'
bootparam_prot_svc.c:50: warning: nested extern declaration of `exit'
make[1]: *** [bootparam_prot_svc.o] Error 1
make[1]: Leaving directory `/home/user/netkit-bootparamd-0.17/rpc.bootparam
d'
make: *** [rpc.bootparamd.build] Error 2

_____________________________________________________________________
I think the lack of /linux/nfs.h may be the main cause, but am unsure
of what else might be missing in a cygwin environment. Would the
installation of a package help, or is the lack of an NFS client
ability in Cygwin the cause. Is there anywhere else I can point the
above .h file?

Clay Oehlke
coehlke@gmail.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]