Hello all<div><br></div><div><br></div><div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
in ~/.bashrc I have:<br>export GRASS_ADDON_PATH=/usr/local/src/grass/addons<br> </blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
most GRASS_* enviro variables I set in .grass.bashrc, but that one has<br>to be set before init.sh is run.</blockquote></div><div><br></div><div>Ok after your email I decided to change my ADDON_PATH To:</div><div>/usr/local/src/grass/addons</div>
<div><br></div><div>So my grass64 file (suppose is ~/.bashrc ?) is like this:</div><div><br></div><div><div>#! /bin/sh</div><div>trap &quot;echo &#39;User break!&#39; ; exit&quot; 2 3 9 15</div><div><br></div><div>GRASS_ADDON_PATH=/usr/local/src/grass/addons</div>
<div>export GRASS_ADDON_PATH</div><div><br></div><div># Set the GISBASE variable</div><div>GISBASE=/usr/local/grass-6.4.0svn</div><div>export GISBASE</div><div><br></div><div>exec &quot;$GISBASE/etc/Init.sh&quot; &quot;$@&quot;</div>
</div><div><br></div><div><br></div><div>Sounds good? so everytime I run grass64 in my terminal it runs this file</div><div><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">wxGUI right? </div></blockquote><div>Yes...</div><div><br></div><div>Ok if I insert r.out.gmt at Command line I get the same error-windows and error.</div><div>If I insert the command: r.out.gmt input=ndvi00 it seems to work</div>
<div>Exporting raster as integer values (bytes=2)</div><div>Writing GMT integer format ID=2</div><div>Using the current region settings...</div><div>north=228513.000000</div><div>south=214975.500000</div><div>east=645012.000000</div>
<div>west=629992.500000</div><div>r=475</div><div>c=527</div><div>cat: : No such file or directory</div><div>grep: : No such file or directory</div><div>r.out.gmt complete. </div><div><br></div><div>If I do r.out.gmt --ui and insert, in GUi frame, the name of the file it processes. But the process doesn&#39;t end...</div>
<div><br></div><div>Does anyone had similar problems with defining/using ADDON_PATH in GRASSsvn6.4.0?</div><div><br></div><div>Thank you</div><div><br></div><div>Kim</div></div></div></div>