[mapserver-dev] maplexer.l VALIDATION keyword

Howard Butler hobu.inc at gmail.com
Wed Jan 28 21:53:52 EST 2009


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


More information about the mapserver-dev mailing list