<div>Hi </div>
<div>Now I got this:</div>
<div><span lang="EN">/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning: overriding commands for target `install&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Rules.make:90: warning: ignoring old commands for target `install&#39;<br>
gcc -L/opt/grass642RC2/grass-6.4.2RC2/lib -Wl,--export-dynamic -Wl,-rpath-link,/opt/grass642RC2/grass-6.4.2RC2/lib -o /opt/grass642RC2/grass-6.4.2RC2/bin/r.example OBJ.x86_64-unknown-linux-gnu/main.o -lgrass_gis.6.4.2RC2 -lgrass_datetime.6.4.2RC2 -lz -lm -lz <br>
make htmlcmd<br>make[1]: Entering directory `/home/EOAPPKA/r.example&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning: overriding commands for target `install&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Rules.make:90: warning: ignoring old commands for target `install&#39;<br>
make /opt/grass642RC2/grass-6.4.2RC2/docs/html/r.example.html HTMLSRC=/opt/grass642RC2/grass-6.4.2RC2/bin/r.example<br>make[2]: Entering directory `/home/EOAPPKA/r.example&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning: overriding commands for target `install&#39;<br>
/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Rules.make:90: warning: ignoring old commands for target `install&#39;<br>if [ &quot;/opt/grass642RC2/grass-6.4.2RC2/bin/r.example&quot; != &quot;&quot; ] ; then GISRC=/opt/grass642RC2/grass-6.4.2RC2/demolocation/.grassrc64 GISBASE=/opt/grass642RC2/grass-6.4.2RC2 PATH=&quot;/opt/grass642RC2/grass-6.4.2RC2/bin:$PATH&quot; LD_LIBRARY_PATH=&quot;/opt/grass642RC2/grass-6.4.2RC2/bin:/opt/grass642RC2/grass-6.4.2RC2/lib:&quot; LC_ALL=C /opt/grass642RC2/grass-6.4.2RC2/bin/r.example --html-description &lt; /dev/null | grep -v &#39;&lt;/body&gt;\|&lt;/html&gt;&#39; &gt; r.example.tmp.html ; true ; fi<br>
ERROR: G_getenv(): Variable LOCATION_NAME not set<br>/home/opt/grass642RC2/grass-6.4.2RC2/tools/mkhtml.sh r.example ; mkdir -p /opt/grass642RC2/grass-6.4.2RC2/docs/html ; /usr/bin/install -c -m 644 r.example.tmp.html /opt/grass642RC2/grass-6.4.2RC2/docs/html/r.example.html ; for file in *.png *.jpg ; do head -n 1 $file | grep &#39;^#!&#39; &gt; /dev/null ; if [ $? -ne 0 ] ; then /usr/bin/install -c -m 644 $file /opt/grass642RC2/grass-6.4.2RC2/docs/html ; fi done 2&gt; /dev/null ; true<br>
make[2]: Leaving directory `/home/EOAPPKA/r.example&#39;<br>make[1]: Leaving directory `/home/EOAPPKA/r.example&#39;<br>make mancmd<br>make[1]: Entering directory `/home/EOAPPKA/r.example&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning: overriding commands for target `install&#39;<br>
/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Rules.make:90: warning: ignoring old commands for target `install&#39;<br>make /opt/grass642RC2/grass-6.4.2RC2/man/man1/r.example.1 MANSRC=/opt/grass642RC2/grass-6.4.2RC2/docs/html/r.example.html<br>
make[2]: Entering directory `/home/EOAPPKA/r.example&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning: overriding commands for target `install&#39;<br>/home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Rules.make:90: warning: ignoring old commands for target `install&#39;<br>
mkdir -p /opt/grass642RC2/grass-6.4.2RC2/man/man1<br>GRASS_PERL=/usr/bin/perl VERSION_NUMBER=6.4.2RC2 sh /home/opt/grass642RC2/grass-6.4.2RC2/tools/g.html2man /opt/grass642RC2/grass-6.4.2RC2/docs/html/r.example.html /opt/grass642RC2/grass-6.4.2RC2/man/man1/r.example.1 1<br>
/home/opt/grass642RC2/grass-6.4.2RC2/tools/g.html2man: /home/opt/grass642RC2/grass-6.4.2RC2/tools/g.html2man: is a directory<br>make[2]: *** [/opt/grass642RC2/grass-6.4.2RC2/man/man1/r.example.1] Error 126<br>make[2]: Leaving directory `/home/EOAPPKA/r.example&#39;<br>
make[1]: *** [mancmd] Error 2<br>make[1]: Leaving directory `/home/EOAPPKA/r.example&#39;<br>make: *** [cmd] Error 2</span></div>
<div><span lang="EN">
<p>It has created the bin in the folder. But my question is: what all does this mean? Any problem or something?</p>
<p>Thanks</p>
<p>Luisa</p></span></div>
<div class="gmail_quote">2012/2/6 Markus Neteler <span dir="ltr">&lt;<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>&gt;</span><br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div class="im">On Mon, Feb 6, 2012 at 4:23 PM, Luisa Peņa &lt;<a href="mailto:luisapena1979@gmail.com">luisapena1979@gmail.com</a>&gt; wrote:<br>&gt; Hi<br>&gt; Insider r.example I tried this :<br>&gt; make MODULE_TOPDIR=/home/opt/grass642RC2/grass-6.4.2RC2<br>
&gt;<br>&gt;<br>&gt; and:<br>&gt;<br>&gt; /home/opt/grass642RC2/grass-6.4.2RC2/include/Make/Module.make:25: warning:<br><br></div>...<br>
<div class="im">&gt; /home/EOAPPKA/r.example/main.c:114: undefined reference to `Rast_get_cellhd&#39;<br><br></div>Rast_*() indicates that you have taken r.example from GRASS 7 and try to<br>compile it against GRASS 6 - this won&#39;t work.<br>
<span class="HOEnZb"><font color="#888888"><br>Markus<br></font></span></blockquote></div><br>