[postgis-users] MORE Newbie: Windows Install Help

Hankley, Chip Chip.Hankley at GASAI.Com
Tue Jun 25 10:33:04 PDT 2002


Thanks to everyone for the help... I am making progress, but still having
some troubles. I got past the PostgreSQL configure statement in Norman's
instructions -see

http://postgis.refractions.net/pipermail/postgis-users/2001-June/000025.html

Now, when I run make on PostGIS, I get the following warnings, and one
error:

Is this normal (probably not). Does anything stand out to somebody?

PS, for the archives sake, I think my previous problem *might* have been
that I had not set up PostgreSQL yet. Now, PostgreSQL is running OK (i.e. I
can create and delete databases and tables). 

TIA!

Chip Hankley

------------------------------------------
output of 'make' from /usr/src/postgresql-7.2.1-2/contrib/postgis-0.7.1

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  -g  -I.
-I../../src/include -I/usr/local/include -DFRONTEND
-DSYSCONFDIR='"/etc/postgresql"'   -c -o postgis_gist.o postgis_gist.c
postgis_gist.c: In function `ggeometry_compress':
postgis_gist.c:104: structure has no member named `pred'
postgis_gist.c:114: structure has no member named `pred'
postgis_gist.c:120: structure has no member named `pred'
postgis_gist.c:126: warning: assignment makes integer from pointer without a
cast
postgis_gist.c:130: warning: assignment makes integer from pointer without a
cast
postgis_gist.c: In function `ggeometry_consistent':
postgis_gist.c:155: structure has no member named `pred'
postgis_gist.c:160: structure has no member named `pred'
postgis_gist.c:166: structure has no member named `pred'
postgis_gist.c: In function `rtree_union':
postgis_gist.c:338: structure has no member named `pred'
postgis_gist.c:343: structure has no member named `pred'
postgis_gist.c:331: warning: `tmp' might be used uninitialized in this
function
postgis_gist.c: In function `rtree_penalty':
postgis_gist.c:364: structure has no member named `pred'
postgis_gist.c:364: structure has no member named `pred'
postgis_gist.c:368: structure has no member named `pred'
postgis_gist.c: In function `rtree_picksplit':
postgis_gist.c:406: structure has no member named `pred'
postgis_gist.c:408: structure has no member named `pred'
postgis_gist.c:453: structure has no member named `pred'
postgis_gist.c:455: structure has no member named `pred'
postgis_gist.c:459: structure has no member named `pred'
postgis_gist.c:461: structure has no member named `pred'
postgis_gist.c:499: structure has no member named `pred'
postgis_gist.c:524: warning: assignment makes integer from pointer without a
cast
postgis_gist.c:525: warning: assignment makes integer from pointer without a
cast
postgis_gist.c:379: warning: `datum_alpha' might be used uninitialized in
this function
postgis_gist.c:379: warning: `datum_beta' might be used uninitialized in
this function
make: *** [postgis_gist.o] Error 1




More information about the postgis-users mailing list