Yes, I did. The error is this:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute 
-Wformat-security -fno-strict-aliasing -fwrapv -g -fpic 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
 -I/usr/include/libxml2 -I../liblwgeom -I. -I. 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/server
 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/internal
 -D_GNU_SOURCE -I/usr/include/libxml2   -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'
make[1]: *** [lwgeom_estimate.o] Error 1

Radu

From: postgis-users-boun...@postgis.refractions.net 
[mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Jeff Lake
Sent: Monday, October 29, 2012 9:59 AM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

Did you specify the path to pg_config ??
eg:
./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config

Jeff Lake
MichiganWxSystem<http://www.michiganwxsystem.com>
AllisonHouse<http://www.allisonhouse.com>
GRLevelXStuff<http://www.grlevelxstuff.com>
On 10/29/2012 9:49, Ilie, Radu wrote:
Hi,

I am getting build errors when trying to build PostGIS 1.5.5 against PostgreSQL 
9.2.1. Is this a known problem? If yes, do you know when it will be fixed?

Thank you,

Radu Ilie





_______________________________________________

postgis-users mailing list

postgis-users@postgis.refractions.net<mailto:postgis-users@postgis.refractions.net>

http://postgis.refractions.net/mailman/listinfo/postgis-users

_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to