Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 1998 18:56:53 -0500
From:      "Pedro F. Giffuni" <giffunip@asme.org>
To:        Zach Heilig <zach@gaffaneys.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: Strange problem while building Rayshade
Message-ID:  <35033045.59E2B600@asme.org>
References:  <3502F2B4.41C67EA6@asme.org> <19980308174021.55158@gaffaneys.com>

next in thread | previous in thread | raw e-mail | index | archive | help
The first %option did the trick.

Thanks!,
	Pedro.


Zach Heilig wrote:
> 
> 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?35033045.59E2B600>