Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <8392f3880508021301733834aa@mail.gmail.com> Date: Tue, 2 Aug 2005 13:01:53 -0700 From: Clay Oehlke To: cygwin AT cygwin DOT com Subject: Compiling bootparamd for cywin 1.5.18-1 (linux/nfs.h: No such file or directory) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j72K2115004431 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 AT gmail DOT 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/