[postgis-users] compiling error--postgis_transform.c; structure has no member named `is_latlong'
Jaakko Kähkönen
jaakko.kahkonen at fgi.fi
Tue Nov 12 06:19:47 PST 2002
Hector wrote:
>Some information--Postgresql 7.2.3 source is used with Postgis-cvs; Red
>Hat 8
>
>The error is the following...
>postgis_transform.c: In function `pj_transform_nodatum':
>postgis_transform.c:54: structure has no member named `is_latlong'
>postgis_transform.c:73: structure has no member named `is_latlong'
>postgis_transform.c: In function `transform_geom':
>postgis_transform.c:251: structure has no member named `is_latlong'
>postgis_transform.c:257: warning: implicit declaration of function
>`pj_transform'
>postgis_transform.c:278: structure has no member named `is_latlong'
>postgis_transform.c:293: structure has no member named `is_latlong'
>postgis_transform.c:319: structure has no member named `is_latlong'
>postgis_transform.c:325: structure has no member named `is_latlong'
>postgis_transform.c:353: structure has no member named `is_latlong'
>postgis_transform.c:366: structure has no member named `is_latlong'
>postgis_transform.c:396: structure has no member named `is_latlong'
>make: *** [postgis_transform.o] Error 1
>
>Might anyone know why I might be getting this error? Thanks for any
>information you might be able to provide me with.
>
>-hector
>
>_______________________________________________
>postgis-users mailing list
>postgis-users at postgis.refractions.net
>http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
>
I got the same error, also with RH8 platform and PROJ.4 support enabled.
No any help, sorry.
[root at jaakko postgis-0.7.3]# make
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_debug.o postgis_debug.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_ops.o postgis_ops.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_fn.o postgis_fn.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_inout.o postgis_inout.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_proj.o postgis_proj.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_chip.o postgis_chip.c
gcc -O2 -march=i686 -Wall -Wmissing-prototypes -Wmissing-declarations
-fpic -g -I. -I../../src/include -I/usr/kerberos/include
-DFRONTEND -DSYSCONFDIR='"/etc/p gsql"' -DUSE_PROJ -c -o
postgis_transform.o postgis_transform.c
postgis_transform.c: In function `pj_transform_nodatum':
postgis_transform.c:54: structure has no member named `is_latlong'
postgis_transform.c:73: structure has no member named `is_latlong'
postgis_transform.c: In function `transform_geom':
postgis_transform.c:251: structure has no member named `is_latlong'
postgis_transform.c:257: warning: implicit declaration of function
`pj_transform '
postgis_transform.c:278: structure has no member named `is_latlong'
postgis_transform.c:293: structure has no member named `is_latlong'
postgis_transform.c:319: structure has no member named `is_latlong'
postgis_transform.c:325: structure has no member named `is_latlong'
postgis_transform.c:353: structure has no member named `is_latlong'
postgis_transform.c:366: structure has no member named `is_latlong'
postgis_transform.c:396: structure has no member named `is_latlong'
make: *** [postgis_transform.o] Error 1
[root at jaakko postgis-0.7.3]#
--
Jaska K.
More information about the postgis-users
mailing list