[postgis-devel] [PostGIS] #636: Compile error (lwin_wkt.c)

PostGIS trac at osgeo.org
Sat Oct 23 08:00:40 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 robe):

 Paul,

 Thanks for the change but unfortunately that is not enough.  With my bison
 2.0 or 2.5 I am still left with this error. I am running flex 2.5.4.

 I have to say I'm compiling against PostgreSQL 9.1 Alpha but I can't see
 why that would make a difference.


 {{{
 bison -y -o lwin_wkt_parse.c -d lwin_wkt_parse.y
 gcc -g -O2  -DDLL_EXPORT -DPIC  -Wall -Wmissing-prototypes  -c -o
 lwin_wkt_parse.o lwin_wkt_parse.c
 In file included from lwin_wkt_parse.y:16:
 lwin_wkt.h:50:54: warning: no newline at end of file
 flex -i -o lwin_wkt_lex.c lwin_wkt_lex.l
 C:\MinGW\bin\flex.exe: can't open lwin_wkt_lex.c
 make[1]: *** [lwin_wkt_lex.c] Error 1
 make[1]: Leaving directory `/c/projects/PostGIS/trunk/liblwgeom'
 make: *** [liblwgeom] Error 2
 make -C liblwgeom
 make[1]: Entering directory `/c/projects/PostGIS/trunk/liblwgeom'
 flex -i -o lwin_wkt_lex.c lwin_wkt_lex.l
 C:\MinGW\bin\flex.exe: can't open lwin_wkt_lex.c
 make[1]: *** [lwin_wkt_lex.c] Error 1

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/636#comment:11>
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