[GRASS5] GRASS 5.7 release
Funkmeister
funkmeister at lynxseismicdata.com
Fri May 21 11:18:37 EDT 2004
Hi Radim, Could this be possibly causing some compile problems. I have
fresh source and I am getting compile errors in Vlib like:
close_post.c: In function `V1_close_post':
close_post.c:51: warning: implicit declaration of function `PQfinish'
close_post.c:51: error: structure has no member named `post'
and
build_shp.c: In function `Vect_build_shp':
build_shp.c:57: error: structure has no member named `shp'
build_shp.c:64: error: structure has no member named `shp'
build_shp.c:65: error: structure has no member named `shp'
build_shp.c:66: error: structure has no member named `shp'
build_shp.c:74: warning: implicit declaration of function
`V1_read_next_line_shp'
build_shp.c:80: warning: implicit declaration of function
`Vect_last_line_offset_shp'
build_shp.c:97: warning: passing arg 1 of `G_malloc' as signed due to
prototype
build_shp.c:98: warning: passing arg 1 of `G_malloc' as signed due to
prototype
build_shp.c:99: warning: passing arg 1 of `G_malloc' as signed due to
prototype
build_shp.c:107: error: structure has no member named `shp'
build_shp.c:111: warning: passing arg 2 of `G_realloc' as signed due to
prototype
build_shp.c:112: warning: passing arg 2 of `G_realloc' as signed due to
prototype
build_shp.c:113: warning: passing arg 2 of `G_realloc' as signed due to
prototype
build_shp.c:132: warning: passing arg 4 of `Vect_append_point' as
floating rather than integer due to prototype
build_shp.c:232: warning: passing arg 4 of `Vect_append_point' as
floating rather than integer due to prototype
It seems to be related to:
struct Format_info {
int i;
#ifdef HAVE_OGR
struct Format_info_ogr ogr;
#endif
} ;
which has no members shp or post, etc.
How do I fix this?
Thanx
Craig
On 21-May-04, at 8:46 AM, Radim Blazek wrote:
> I have removed Shapefile/PostGIS support from vector library
> and enabled multi sessions. Please test!
> I want to release 5.7.0 7.-11. June.
>
> Radim
>
> _______________________________________________
> grass5 mailing list
> grass5 at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass5
>
More information about the grass-dev
mailing list