[postgis-devel] [PostGIS] #1925: lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel'

PostGIS trac at osgeo.org
Wed Jul 18 03:48:54 PDT 2012


#1925: lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel'
---------------------------------------------------+------------------------
 Reporter:  koshak                                 |       Owner:  pramsey      
     Type:  defect                                 |      Status:  new          
 Priority:  medium                                 |   Milestone:  PostGIS 1.5.5
Component:  postgis                                |     Version:  1.5.X        
 Keywords:  lwgeom_estimate.c LWGEOM_gist_joinsel  |  
---------------------------------------------------+------------------------

Comment(by koshak):

 Sorry. Here is more readable:

 {{{
 [root at gizmo /home/koshak/postgis-1.5.4]# make
 Using GNU make found at /usr/local/bin/gmake
 /usr/local/bin/gmake -C liblwgeom
 gmake[1]: Entering directory `/usr/home/koshak/postgis-1.5.4/liblwgeom'
 gmake[1]: Nothing to be done for `all'.
 gmake[1]: Leaving directory `/usr/home/koshak/postgis-1.5.4/liblwgeom'
 /usr/local/bin/gmake -C postgis
 gmake[1]: Entering directory `/usr/home/koshak/postgis-1.5.4/postgis'
 cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-
 arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-
 attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC
 -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2
 -I/usr/local/include -I../liblwgeom -I. -I.
 -I/usr/local/include/postgresql/server
 -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2
 -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o
 lwgeom_estimate.o lwgeom_estimate.c
 lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel':
 lwgeom_estimate.c:318: error: 'Form_pg_class' undeclared (first use in
 this function)
 lwgeom_estimate.c:318: error: (Each undeclared identifier is reported only
 once
 lwgeom_estimate.c:318: error: for each function it appears in.)
 lwgeom_estimate.c:318: error: expected ';' before 'reltup'
 lwgeom_estimate.c:319: error: 'reltup' undeclared (first use in this
 function)
 lwgeom_estimate.c:330: error: expected ';' before 'reltup'
 gmake[1]: *** [lwgeom_estimate.o] Error 1
 gmake[1]: Leaving directory `/usr/home/koshak/postgis-1.5.4/postgis'
 gmake: *** [postgis] Error 2
 *** Error code 2

 Stop in /usr/home/koshak/postgis-1.5.4.
 }}}

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