Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!rill.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.utell.co.uk!usenet From: brian@shift.utell.net (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: "generic.h" (for VRweb) Date: 1 May 1997 17:24:25 GMT Organization: Awfulhak Ltd. Lines: 27 Message-ID: <5kajk9$a45@ui-gate.utell.co.uk> References: <3367B261.63DECDAD@cs.sunysb.edu> Reply-To: brian@awfulhak.org, brian@utell.co.uk NNTP-Posting-Host: shift.utell.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:40115 In article <3367B261.63DECDAD@cs.sunysb.edu>, kevin kreeger <kkreeger@cs.sunysb.edu> writes: > This is a multi-part message in MIME format. > > --------------695678E213728473500F9F30 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Does anyone know about an include file "generic.h"? > I am trying to compile VRweb on FreeBSD and keep > getting an error looking for it. I even looked > on another FreeBSD installation at another site > that I have access to and it was not there > either. [.....] Generic.h is essentially a preprocessor hack to implement pseudo-templates under g++ version <something old>. You should find a copy in /usr/include/g++ on FreeBSD, so all you really need is a "-I/usr/include/g++" in your makefile somewhere. -- Brian <brian@awfulhak.org> <brian@freebsd.org> <http://www.awfulhak.org> Don't _EVER_ lose your sense of humour !