[postgis-devel] flex arguments invalid

strk at refractions.net strk at refractions.net
Tue Oct 5 15:01:11 PDT 2004


Committed, thanks !
Also committed the SPI_cursor_open patch.
NOTE: 8.0.0 < beta3 is out of the game now.
--strk;

On Tue, Oct 05, 2004 at 04:53:57PM -0500, Kris Jurka wrote:
> 
> With flex 2.5.31 the incantation flex -if gives
> 
> flex: option `i' doesn't allow an argument
> Try `flex --help' for more information.
> 
> Changing this to -i -f makes it work for me.
> 
> Kris Jurka

> Index: lwgeom/Makefile
> ===================================================================
> RCS file: /home/cvs/postgis/postgis/lwgeom/Makefile,v
> retrieving revision 1.34
> diff -c -r1.34 Makefile
> *** lwgeom/Makefile	5 Oct 2004 21:08:04 -0000	1.34
> --- lwgeom/Makefile	5 Oct 2004 21:54:38 -0000
> ***************
> *** 97,103 ****
>   
>   
>   lex.yy.c: wktparse.lex wktparse.tab.c
> ! 	$(FLEX) -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex 
>   
>   lwgeom_geos_wrapper.o: lwgeom_geos_wrapper.cpp
>   
> --- 97,103 ----
>   
>   
>   lex.yy.c: wktparse.lex wktparse.tab.c
> ! 	$(FLEX) -Plwg_parse_yy -i -f -o'lex.yy.c' wktparse.lex 
>   
>   lwgeom_geos_wrapper.o: lwgeom_geos_wrapper.cpp
>   

> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel




More information about the postgis-devel mailing list