Agustin
I started grass with
[jdgiraldo@labitf08 ~]$ grass62
and the prompt shows
GRASS 6.2.1 (SENEGAL):~ >
I'm working in a Mapset called SENEGAL.
From here I access to r.example's directory:
GRASS 6.2.1 (SENEGAL):~ > cd grass-6.2.1/dist.x86_64-unknown-linux-gnu/bin
GRASS 6.2.1 (SENEGAL):~/grass-6.2.1/dist.x86_64-unknown-linux-gnu/bin >
and here I try to execute r.example:
GRASS 6.2.1 (SENEGAL):~/grass-6.2.1/dist.x86_64-unknown-linux-gnu/bin >
./r.example
sh: wish: command not found
"ERROR"
Again, I think that grass doesn't call the suitable command (wish8.4
instead wish) but I don't know how (or where) redir the code.
Thanks
Juan
Juan,
You need to start grass before, something like ./grass.sh or simply
grass6, and once grass is started , you will see the following
GRASS 6.3.cvs (Projecte):/your path/ >
There is where you need to put r.example
Best
n May 30, 2007, at 1:06 PM, Juan Diego Giraldo Osorio wrote:> Hi coworkers
>
> Now I have compiledand installed the grass-6.2.1 package with the
> following instruction:
>
> ./configure --with-postgres-includes=/usr/local/pgsql/include
> --with-postgres-libs=/usr/local/pgsql/lib --enable-64bit
> --with-libs=/usr/lib64
>
> the procedure don't show problems. However, when I try to execute
> ./r.example in /dist.x86_64-unknown-linux-gnu/bin the prompt shows:
>
> sh: wish: command not found
>
> I have tcl8.4 and tk8.4. when I execute "wish8.4" tk runs without
> problems. I think that the problem is the grass isn't executing the
> correct command, but I don'k know how to redir to wish8.4 instead
> wish.
>
> Thanks
>
> Juan
>
>
>
>> On Wed, May 30, 2007 at 05:39:19AM +0100, Glynn Clements wrote:
>>>
>>> Markus Neteler wrote:
>>>
>>>> you have to run GRASS commands *inside* GRASS, means, that
>>>> you have to launch GRASS first. Then all paths will be
>>>> defined.
>>>
>>> To start the version of GRASS which has just been compiled, without
>>> having to install it, run "bin.i486-pc-linux-gnu/grass62".
>>
>> Hi Juan,
>>
>> once you have it all working for you - please let us know where
>> and how to better document it!
>>
>> Markus
>>
>> ------------------
>> ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
>> ITC -> since 1 March 2007 Fondazione Bruno Kessler
>> ------------------
>>
>>
>
>
>
> _______________________________________________
> grass-dev mailing list
> grass-dev@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass-dev
>