[GRASS-user] compilation problem on grass weekly 7.0

Glynn Clements glynn at gclements.plus.com
Tue Dec 23 12:11:38 EST 2008


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 <glynn at gclements.plus.com>


More information about the grass-user mailing list