Date: Tue, 18 Mar 2008 11:12:43 -0500 From: Paul Schmehl <pauls@utdallas.edu> To: freebsd-questions@freebsd.org Subject: Re: FW: VMWare Tools for FreeBSD Message-ID: <F7E3D319F50A766BA9EE3875@utd65257.utdallas.edu> In-Reply-To: <3c0b01820803180836x2f3a13batf181e1b2e6c9bf9c@mail.gmail.com> References: <BMEDLGAENEKCJFGODFOCOEIACFAA.tedm@toybox.placo.com> <47DEE8D6.9080708@sucked-in.com> <47DF39A7.1070307@boosten.org> <49903.203.127.42.92.1205811904.squirrel@www.superhero.nl> <47DF43AD.2020100@boosten.org> <46570.125.214.252.140.1205850870.squirrel@webmail.superhero.nl> <65A9476B618244C571C4EAC7@utd65257.utdallas.edu> <3c0b01820803180836x2f3a13batf181e1b2e6c9bf9c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--On Tuesday, March 18, 2008 11:36:53 -0400 Alexander Sack <pisymbol@gmail.com> wrote: > I believe the issue is that MNT_NODEV which should be defined in > /usr/include/sys/mount.h was deprecated and removed from FreeBSD: > > http://ftp.cz.freebsd.org/pub/FreeBSD-cvs/gnats/conf/79715 > > At line 42 in hgfsmounter.c, add > ># define MNT_NODEV 0 > > Then rebuild. SHould work fine now. Thanks. I was contacted privately by someone else on the list and advised of the same thing. I chose to remove the lines mentioning MNT_NODEV from the hgfsmounter.c file. I wasn't aware you could simply define it as 0. Which is preferable? > > I configured my build environment via the README with ./configure > LDFLAGS="/usr/local/lib" etc. > I'm compiling and making without problems now that the NODEV problem is cleared up, but I didn't define any LDFLAGS. Should I? -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F7E3D319F50A766BA9EE3875>