[postgis-devel] lwgeom compile problem

Carl Anderson carl.anderson at vadose.org
Thu Jun 3 20:17:47 PDT 2004


Dave Blasby,

I am trying lwgeom and have hit a snag

What version of bison are you using / how is Postgresql setup ?

in postgresql7.4.2
 my   src/Makefile.global has
    YACC="bison -y"

causing lwgeom to output y.tab.h, y.tab.c ...
instead of wktparse.tab.h, wtkparse.tab.c ...
as the lwgeom/Makefile expects

changing YACC to
    YACC="bison"

allows a compile to complete ( with warnings )

C.






More information about the postgis-devel mailing list