Ok then there is no other option than to run in Linux.. right!<br>I have downloaded the full source code (grass-6.2.1.tar.gz) from the site <a href="http://grass.itc.it/download/index.php">http://grass.itc.it/download/index.php
</a>.<br>I have also installed Cygwin as directed in <a href="http://grass.itc.it/grass62/binary/mswindows/">http://grass.itc.it/grass62/binary/mswindows/</a><br>After decompression the file I am trying to compile the make file in Linux but it is showing compilation errors.
<br>if [ 1 -eq 1 ] ; then make -C locale; fi<br>make[1]: Entering directory `/home/a/ax/axn8170/grass-6.2.1/locale&#39;<br>../include/Make/Module.make:31: warning: overriding commands for target `@GRASS_HOME@/dist.@host@/bin&#39;
<br>../include/Make/Grass.make:397: warning: ignoring old commands for target `@GRASS_HOME@/dist.@host@/bin&#39;<br>../include/Make/Module.make:36: warning: overriding commands for target `@GRASS_HOME@/dist.@host@/etc&#39;
<br>../include/Make/Grass.make:400: warning: ignoring old commands for target `@GRASS_HOME@/dist.@host@/etc&#39;<br>/bin/sh: line 1: CC@: command not found<br>make[1]: *** [@GRASS_HOME@/dist.@host@/bin] Error 127<br>make[1]: Leaving directory `/home/a/ax/axn8170/grass-
6.2.1/locale&#39;<br>make: *** [default] Error 2<br><br>I am not able to understand the error message.<br>Moreover,<br>When I start Cygwin and then start x-windows and the typing grass62,&nbsp; then it is unable to display the data. Please note that I&nbsp; have downloaded the sample dataset
<br>slovakia and slovakia3D in the grass data folder.<br>Can you please give me a detailed step by step instruction for running grass from source code in Linux. I want to run the operations separately (like the raster3D, raster operations) so that I can make use of the existing functionality and add to those.
<br>It will be appriciated if you can give me a step by step guide as to how this is possible. Expecting your cooperation.<br>Regards<br>Arindam<br>&nbsp;<br>Hi Brad,<br>I am trying to compile the code available at&nbsp; <a href="http://grass.itc.it/download/index.php" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://grass.itc.it/download/index.php</a> in Linux<br>But there is an error in&nbsp; compiling the makefile. <br><br><div>
<span class="gmail_quote">On 3/14/07, <b class="gmail_sendername">Brad Douglas</b> &lt;<a href="mailto:rez@touchofmadness.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rez@touchofmadness.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 2007-03-13 at 18:24 -0500, Arindam Nath wrote:<br>&gt; Hi,<br>&gt; I am trying if I can use the source code for GRASS and compile in VC++<br>&gt; (Windows.) so that I can run from Windows platfrom without Cygwin. The
<br>&gt; desire is to run it just as a VC++ workspace.<br>&gt; Can any one please help me in ths regard.<br><br>GRASS uses a number of UNIX conventions that are not present in Windows.<br>Cygwin provides the majority of missing functionality.
<br><br>Unfortunately, a native[1] Windows port would involve a rewrite of most<br>of the code.&nbsp;&nbsp;IMO, the only realistic approach is to emulate object<br>orientation so that each OS could provide low level hooks to generalize
<br>the code sanely (this approach will not cluttering the code with<br>preprocessor macros, long branches, etc.).<br><br>It would be nice to provide a native Windows port, but I don&#39;t see this<br>happening anytime soon.&nbsp;&nbsp;There is too much code and not enough
<br>entrenched developers to provide such Whiz-Bang features.<br><br>[1] Cygwin is *not* native Windows.&nbsp;&nbsp;WIN32 API *is*.<br><br><br>--<br>Brad Douglas &lt;rez touchofmadness com&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;KB8UYR/6<br>Address: 
37.493,-121.924 / WGS84&nbsp;&nbsp;&nbsp;&nbsp;National Map Corps #TNMC-3785<br><br></blockquote></div><br>