[postgis-devel] [PostGIS] #1644: Cannot build on Debian Wheezy (parser file gets rewritten)

PostGIS trac at osgeo.org
Tue Mar 6 08:55:54 PST 2012


#1644: Cannot build on Debian Wheezy (parser file gets rewritten)
-----------------------------------------+----------------------------------
 Reporter:  darkblueb                    |       Owner:  strk         
     Type:  defect                       |      Status:  assigned     
 Priority:  medium                       |   Milestone:  PostGIS 2.0.0
Component:  postgis                      |     Version:  trunk        
 Keywords:  build make loader shp2pgsql  |  
-----------------------------------------+----------------------------------
Changes (by strk):

  * owner:  pramsey => strk
  * status:  new => assigned


Comment:

 Yes, it's a builtin !!!
 Like with .o targets, using CC, .c targets in presence of .l use LEX.
 Try this:
 {{{
 cd liblwgeom
 touch test.l
 make test.c
 }}}

 It'll use $(LEX) -t test.l > test.c

 In our case $(LEX) will evaluate to ":" thus producing an empty test.c

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