[GRASS-user] compilation problem on grass weekly 7.0

hello

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 ?

regards

--
Ahmet Temiz
Jeo. Müh.
Afet İşleri Gen. Md.lüğü
Deprem Ar. D.

Ahmet Temiz
Geo. Eng.
General Dir. of
Disaster Affairs
TURKEY

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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