Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 17:40:21 -0600
From:      Zach Heilig <zach@gaffaneys.com>
To:        "Pedro F. Giffuni" <giffunip@asme.org>, ports@FreeBSD.ORG
Subject:   Re: Strange problem while building Rayshade
Message-ID:  <19980308174021.55158@gaffaneys.com>
In-Reply-To: <3502F2B4.41C67EA6@asme.org>; from Pedro F. Giffuni on Sun, Mar 08, 1998 at 02:34:12PM -0500
References:  <3502F2B4.41C67EA6@asme.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 08, 1998 at 02:34:12PM -0500, Pedro F. Giffuni wrote:
> Hi,
> I was trying to port Rayshade
> http://www-graphics.stanford.edu/~cek/rayshade/rayshade.html, but I got
> the following:

You need a patch to add:

%option yylineno

to the top of the lex.l file.  You may actually want to add:

%option lex-compat

instead, but that does many things to slow the generated code down...

-- 
Zach Heilig -- zach@gaffaneys.com
Real Programs don't use shared text.  Otherwise, how can they use
functions for scratch space after they are finished calling them?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980308174021.55158>