orkun wrote:
> when I try to compile grass weekly 7.0, I get this error
> message:
> "undefined reference to 'GS_write_tif'.
>
> how can I solve this problem ?
Did you configure --without-tiff?
That function is only defined if TIFF is enabled, but nviz_cmd tries
to use it unconditionally.
For now, you can remove the lines:
else if (format == FORMAT_TIF)
GS_write_tif(name);
from visualization/nviz2/cmd/write_img.c.
--
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user