[postgis-users] Error running the make command during installation
strk at refractions.net
strk at refractions.net
Wed Nov 3 02:15:20 PST 2004
On Wed, Nov 03, 2004 at 11:13:32AM +0100, amartinez at idom.es wrote:
> Hello:
>
> I have a problem during the installation of PostGIS v. 0.9.0 with
> PostgreSQL 8 beta 3. When I run the "make" command as root, I obtain the
> next error message:
>
> [root at linux-gt postgis-0.9.0]# make
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations -g -fexceptions -I. -DFRONTEND -DSYSCONFDIR
> ='"/usr/local/pgsql/etc"' -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"0.9.0"'
> -DPOSTGIS_SCRIPTS_VERSION='"0.0.1"' -DUSE_STATS -fpic -I../../src/include
> -D_GNU_SOURCE -c -o postgis_estimate.o postgis_estimate.c
> postgis_estimate.c: En la función `build_histogram2d':
> postgis_estimate.c:515: muy pocos argumentos para la función
I do not speak spanish, but I think it's missed support for 8.0.0beta3.
I'm not sure but 0.9.2 should have that fixed.
In alternative change all SPI_cursor_open calls adding a last argument
with a 0 value.
--strk;
> `SPI_cursor_open'
> make: *** [postgis_estimate.o] Error 1
>
>
> Could anybody help me?
>
> Thank you very much in advance,
>
> Antonio
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list