<span id="result_box" class="long_text"><span style="" title="">Yes of 
course, after updating the source code to the 42 566 version I ran &quot;make
 clean&quot;, &quot;./configure ...&quot;, &quot;make&quot;, &quot;rm-rf / usr/local/grass-7.0.svn 
&quot; and &quot;</span><span title="">make install&quot;. </span><span style="background-color: rgb(255, 255, 255);" title="">In this situation
 is that I get the error mentioned in my previous email.<br></span><span style="background-color: rgb(255, 255, 255);" title="">If you have 
suggestions or an example that works please send me. </span><span style="background-color: rgb(255, 255, 255);" title="">I need to make a 
decision about the language used to develop the application (I want to 
use Python!). </span><span title="">Thank you very much. </span><span title="">Greetings. </span><span title="">Fernando.</span></span><br><br clear="all">Ing. Fernando Pacheco M.S.L.<br><br>Ingesur srl<br>Dirección: Requena 1062 ap.302, Montevideo, Uruguay.<br>
Teléfonos: (+598 2) 408 90 48, (+598 9) 962 79 32<br>Web: <a href="http://ingesur.com.uy/">http://ingesur.com.uy/</a><br><br>
<br><br><div class="gmail_quote">On Tue, Jun 15, 2010 at 7:45 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
Fernando Pacheco wrote:<br>
<br>
&gt; I modified the code as you have suggested. But I encounter a new problem. If<br>
&gt; I run a simple program from the command line like this:<br>
&gt; <a href="http://osgeo.pastebin.com/pPqkcvk3" target="_blank">http://osgeo.pastebin.com/pPqkcvk3</a> get the following error:<br>
<br>
&gt; &quot;python: malloc.c:4628: _int_malloc: Assertion `(unsigned long)(size) &gt;=<br>
&gt; (unsigned long)(nb)&#39; failed.&quot;<br>
<br>
</div>That&#39;s the error which I saw before fixing the wrappers.<br>
<div class="im"><br>
&gt; I updated the code to the 42566 version but I still have the same problem. Any<br>
&gt; suggestions?. I will keep trying!. Thank you. Fernando.<br>
<br>
</div>Did you run &quot;make clean&quot; after updating? Makefiles aren&#39;t treated as<br>
prerequisites, so an incremental build won&#39;t cause the wrappers to be<br>
regenerated.<br>
<br>
It should suffice to run:<br>
<br>
        make -C lib/python/ctypes clean<br>
        make -C lib/python/ctypes<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</div></div></blockquote></div><br>