[postgis-devel] [PostGIS] #1644: Cannot build on Debian Wheezy (parser file gets rewritten)
PostGIS
trac at osgeo.org
Tue Mar 6 08:53:01 PST 2012
#1644: Cannot build on Debian Wheezy (parser file gets rewritten)
-----------------------------------------+----------------------------------
Reporter: darkblueb | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: build make loader shp2pgsql |
-----------------------------------------+----------------------------------
Comment(by strk):
It is "make" under liblwgeom:
{{{
dbb at wheezy-vm:~/strk/src/postgis/trunk/liblwgeom$ svn status
dbb at wheezy-vm:~/strk/src/postgis/trunk/liblwgeom$ make > make.out 2>
make.err
dbb at wheezy-vm:~/strk/src/postgis/trunk/liblwgeom$ svn status
? make.out
? make.err
M lwin_wkt_lex.c
bb at wheezy-vm:~/strk/src/postgis/trunk/liblwgeom$ grep lwin_wkt_lex.c
make.*
make.out:: -t lwin_wkt_lex.l > lwin_wkt_lex.c
}}}
Last line is interesting: ":" is the value of LEX in the Makefile.
I can't find no rule explicitly requesting construction of lwin_wkt_lex
though, so maybe it's a builtin feature of make ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1644#comment:7>
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