[Mapserver-users] mapparser.h in v3.7
Leo Goehrs
leo.goehrs at sporinfor.net
Tue Dec 24 01:22:47 PST 2002
Mapserver has to be generated from maplexer.l and mapparser.y
To do so, under unix, type
lex -Pmsyy -i -omaplexer.c maplexer.l
yacc -p msyy -d -omapparser.c mapparser.y
and, under windows, you need to download bison.exe and flex.exe and
type:
flex.exe -Pmsyy -i -omaplexer.c maplexer.l
bison.exe -p msyy -d -omapparser.c mapparser.y
Léo Goehrs
> -----Message d'origine-----
> De : John McCue [mailto:jmccue at geovue.com]
> Envoyé : Monday, December 23, 2002 8:46 PM
> À : Léo Goehrs
> Objet : RE: RE : [Mapserver-users] mapparser.h in v3.7
>
> It is correct that mapparser.h is not there, but there is an include
> statement for it in mapsymbol.c...
More information about the MapServer-users
mailing list