Ticket #1925 (closed defect: invalid)
lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel'
| Reported by: | koshak | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.5 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | lwgeom_estimate.c LWGEOM_gist_joinsel | Cc: | chief@… |
Description
Tried to compile through ports(1.5.3_2) and have the same error.
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.
[root@gizmo /home/koshak/postgis-1.5.4]# uname -a FreeBSD gizmo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@…:/usr/obj/usr/src/sys/GENERIC i386
[root@gizmo /home/koshak/postgis-1.5.4]# pkg_info | grep post postgresql-client-9.2.b2 PostgreSQL database (client) postgresql-contrib-9.2.b2 The contrib utilities from the PostgreSQL distribution postgresql-server-9.2.b2 The most advanced open-source database available anywhere
Help me please :)
