[mapserver-dev] maplexer.l VALIDATION keyword
Steve Lime
Steve.Lime at dnr.state.mn.us
Wed Jan 28 23:31:21 EST 2009
Fixed. Not sure how the heck that happened...
>>> Howard Butler <hobu.inc at gmail.com> 01/28/09 8:54 PM >>>
I think the VALIDATION keyword addition to maplexer.l is broken.
Whenever I attempt to issue 'make maplexer.c' with flex 2.5.33, I get
the following:
> fire:mapserver hobu$ make maplexer.c
> flex --nounistd -Pmsyy -i -omaplexer.c maplexer.l
> maplexer.l:311: unrecognized rule
>
Should the addition of the keyword in http://trac.osgeo.org/mapserver/changeset/8237
look like:
<INITIAL>validation { return(VALIDATION); }
instead of
<INITIAL>
{ return(VALIDATION); }
Howard
_______________________________________________
mapserver-dev mailing list
mapserver-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-dev
More information about the mapserver-dev
mailing list