Stan, I recall having similar problems. Not exactly these ones but to do with the pgis_geometry_accum. I think in my case it was just I forgot to sh autogen.sh after synching with the latest svn.
So I guess just verify you did that too if you are pulling directly from subversion. Hope that helps, Regina -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Cave-Ayland Sent: Tuesday, May 12, 2009 9:57 AM To: PostGIS Users Discussion Subject: Re: [postgis-users] Compiling PostGIS SVN on Gentoo amd64 Sufficool, Stanley wrote: > I'm having issues compiling the recent PostGIS SVN with PostgreSQL 8.4. > Any clues would be appreciated. > > *postgis configure:* > ./configure --prefix=/usr --build=amd64 > *make:* > lwgeom_accum.c: In function 'pgis_geometry_accum_transfn': > lwgeom_accum.c:106: error: 'T_WindowAggState' undeclared (first use in > this function) > lwgeom_accum.c:106: error: (Each undeclared identifier is reported > only once > lwgeom_accum.c:106: error: for each function it appears in.) > lwgeom_accum.c:107: error: 'WindowAggState' undeclared (first use in > this function) > lwgeom_accum.c:107: error: expected expression before ')' token > lwgeom_accum.c: In function 'pgis_accum_finalfn': > lwgeom_accum.c:167: error: too many arguments to function > 'makeMdArrayResult' Hi Stanley, I did a fresh checkout of both PostGIS SVN and PostgreSQL 8.4 which works for me without any issues. One thing to bear in mind is that PostGIS SVN takes all of its installation paths from your PostgreSQL installation automatically, and so may be confused by the --prefix parameter (see http://postgis.refractions.net/documentation/manual-svn/ch02.html for the new configure parameters). If that doesn't help then you'll need to post the output of configure for us to look at. ATB, Mark. -- Mark Cave-Ayland - Senior Technical Architect PostgreSQL - PostGIS Sirius Corporation plc - control through freedom http://www.siriusit.co.uk t: +44 870 608 0063 _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users __________ Information from ESET NOD32 Antivirus, version of virus signature database 4067 (20090512) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
