[postgis-devel] [PostGIS] #636: Compile error (lwin_wkt.c)
PostGIS
trac at osgeo.org
Sat Oct 23 08:39:37 PDT 2010
#636: Compile error (lwin_wkt.c)
---------------------------+------------------------------------------------
Reporter: jorgearevalo | Owner: pramsey
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment(by pramsey):
Looks like it doesn't respect the -o flag. Try a couple variants:
{{{
flex -o lwin_wkt_lex.c -i lwin_wkt_lex.l
flex --outfile=lwin_wkt_lex.c -i lwin_wkt_lex.l
}}}
See if it likes those.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/636#comment:12>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list