Hi<div><br></div><div><div class="im">&gt;&gt; In case of errors please change into the directory with error and run &#39;make&#39;.<br>&gt;Please do this.</div></div><div>I have done that and I got:</div><div><div>make -C r.example MODULE_TOPDIR=/c/osgeo4w/apps/grass/grass-6.4.0svn </div>
<div>make: Entering directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example&#39;</div><div>Makefile:10: /c/osgeo4w/apps/grass/grass-6.4.0svn/include/Make/Module.make: No such file or directory</div>
<div>make: *** No rule to make target `/c/osgeo4w/apps/grass/grass-6.4.0svn/include/Make/Module.make&#39;.  Stop.</div><div>make: Leaving directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example&#39;</div>
<div><br></div><div>But then I installed grass-dev lib (from OSGEO4W), following a tip from Antonio, and I got a bit different result:</div><div><div>make: Entering directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example&#39;</div>
<div>make: stat:/d/progs/c/grass64/bin.i686-pc-mingw32: no medium</div><div>mkdir -p /d/progs/c/grass64/bin.i686-pc-mingw32</div><div>mkdir: `/d/progs/c/grass64/bin.i686-pc-mingw32&#39;: no medium</div><div>make: *** [/d/progs/c/grass64/bin.i686-pc-mingw32] Error 1</div>
<div>make: Leaving directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example&#39;</div></div><div><br></div><div>1- Was it necessary to install gdal-dev lib? (because it was not listed in the Compiling in MS-Windows wiki)</div>
<div>2- I believe that the problem now is in include/Make/Platform definitions right?</div><div><br></div><div><br></div><br><div class="gmail_quote">2010/6/14 Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
Luisa Peña wrote:<br>
<br>
&gt; Errors in:<br>
&gt;<br>
&gt; /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.grid<br>
&gt; /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.where<br>
<br>
</div>This suggests a problem with PROJ.<br>
<div class="im"><br>
&gt; In case of errors please change into the directory with error and run<br>
&gt; &#39;make&#39;.<br>
<br>
</div>Please do this.<br>
<div class="im"><br>
&gt; And regarding the r.example I got this:<br>
&gt; `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.external&#39;<br>
&gt; r.example<br>
&gt; makefile:10: ../../../include/Make/Module.make: No such file or directory<br>
<br>
</div>You need to adjust MODULE_TOPDIR in r.example/Makefile. Normally,<br>
r.example is at docs/raster/r.example (3 levels deep). If you move it<br>
to raster/r.example (2 levels deep), the relative path to the top of<br>
the source tree has changed, so MODULE_TOPDIR (which is used to find<br>
other files within the source tree) has to be changed.<br>
<div class="im"><br>
&gt; - Shouldn&#39;t I have wxwidgets ON as well as python?<br>
<br>
</div>It&#39;s only needed for modules which use wxWidgets from C/C++, e.g. the<br>
wxGUI vdigit module. This doesn&#39;t work on Windows at present. It isn&#39;t<br>
needed for the wxPython GUI; that gets built and installed regardless<br>
of which configure switches are used (obviously, you need Python and<br>
wxPython in order to actually run the GUI).<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>