[GRASS-user] xganim tools

Hi,

I tried use xganim for animating a raster files. http://grass.itc.it/grass62/manuals/html62_user/xganim.html

when I typed xganim, the answer is command not found

GRASS 6.4.0RC2 (superficie_aguacate):~ > xganim
bash: xganim: command not found

Im working with grass 6.4.0RC2 in Ubuntu 8.04.

But, I have in the same machine grass 63 too, and in this version this tool is working very good.

My question is:
This tools is available in grass 6.4.ORC2, o maybe is a wrong in my compiled file?

Some advice?

Regards,

Jhon Ortiz Trujillo
Bioestratigrafia - ICP
Bogotá - Colombia


Tienes un nuevo Messenger por descubrir. ¡Descárgatelo!

Jhon Ortiz wrote:

I tried use xganim for animating a raster files.
http://grass.itc.it/grass62/manuals/html62_user/xganim.html

when I typed xganim, the answer is command not found

It is present in 6.4, but GRASS needs to be built with motif/lesstif
support for xganim to be there.

Install the lesstif2-dev package and "./configure --with-motif"

Hamish