[postgis-devel] [PostGIS] #383: Liblwgeom not compile with POSTGIS_DEBUG_LEVEL 4
PostGIS
trac at osgeo.org
Thu Jan 14 06:41:15 PST 2010
#383: Liblwgeom not compile with POSTGIS_DEBUG_LEVEL 4
--------------------------------------------+-------------------------------
Reporter: colivier | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Keywords: measure.c POSTGIS_DEBUG_LEVEL |
--------------------------------------------+-------------------------------
{{{
./configure
sed -i "s/POSTGIS_DEBUG_LEVEL 0/POSTGIS_DEBUG_LEVEL 4/" postgis_config.h
cd liblwgeom/
make
}}}
{{{
measures.c: In function 'lw_dist2d_ptarray_poly':
measures.c:712: error: 'dist' undeclared (first use in this function)
measures.c:712: error: (Each undeclared identifier is reported only once
measures.c:712: error: for each function it appears in.)
measures.c:712: error: 'mindist' undeclared (first use in this function)
measures.c: In function 'lw_dist2d_ptarray_ptarray':
measures.c:783: error: 'dist' undeclared (first use in this function)
measures.c:784: error: 'result' undeclared (first use in this function)
make: *** [measures.o] Error 1
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/383>
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