[GRASS5] PROJ_INFO and pj_get_kv() and r.in.gdal

Markus Neteler neteler at itc.it
Thu Oct 11 06:08:54 EDT 2001


On Thu, Oct 11, 2001 at 11:03:22AM +0100, Glynn Clements wrote:
> 
> Markus Neteler wrote:
> 
> > Perhaps it is a pointers task since gcc -Wall reports:
> > 
> > main.c:373: warning: passing arg 2 of 'pj_get_kv' from incompatible pointer type
> > main.c:373: warning: passing arg 3 of 'pj_get_kv' from incompatible pointer type
> 
> Yep; You're passing "struct Key_Value **" for the second and third
> arguments, but it should be "struct Key_Value *".
> 
> Try removing the ampersands.

Thanks for the hint!
However, I tried already -> core dump...


Best regards

 Markus



More information about the grass-dev mailing list