[GRASS-user] compilation problem on grass weekly 7.0

2008-12-23 Thread orkun
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

Re: [GRASS-user] compilation problem on grass weekly 7.0

2008-12-23 Thread Glynn Clements
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,

[GRASS-user] Qanimal's distribution and the altitude

2008-12-23 Thread SGW00412
Dear grass users: I am a beginner of grass. I wish to express my gratitude for past advices. I am researching relation between animal's distribution and the altitude. Animal's distribution is composed of the point vector data. In a word, this is a location information. The altitude data

Re: [GRASS-user] Finding Nearest Intersection (point) on Road Network

2008-12-23 Thread Ryan R. Rosario
GRASS simply returns the same point back, since the closest node to A is A. If I use patch first, then the from and to maps in v.distance must be the same, unless I am misunderstanding something. The vector map containing the intersections (the set of points B) contains both points (created