Date: Sat, 28 Nov 1998 12:54:54 -0500 From: Dennis <dennis@etinc.com> To: hackers@FreeBSD.ORG Subject: Re: vnode_if.c wont compile - MORE INFO Message-ID: <199811281257.MAA08897@etinc.com>
next in thread | raw e-mail | index | archive | help
At 03:55 PM 11/27/98 -0800, Mike Smith wrote: >> vnode_if.c:40: `vop_strategy_desc' undeclared here (not in a function) >> vnode_if.c:40: initializer element for `vfs_op_descs[1]' is not constant >> vnode_if.c:47: parse error before `int' >> *** Error code 1 >> >> Just did a 'config GENERIC" and a make. > >Did you 'make depend' first? >Yes. 'make depend' completes successfully. >one example: >struct vop_lease_args >I cant find this structure defined anywhere? Its seems that some include >file is >missing, or in the wrong path...where should these vop_ functions be declared? Well, if I generate vnode_if.c and vnode_if.h manually from /usr/src/sys/kern and copy the results into the compile directory and vnode_if compiles OK, but I get other, similar failures. It seems that the scripts are not running with the correct files. Any ideas would be appreciated. Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811281257.MAA08897>