Yes of course, after updating the source code to the 42 566 version I ran
"make clean", "./configure ...", "make", "rm-rf / usr/local/grass-7.0.svn "
and "make install". In this situation is that I get the error mentioned in
my previous email.
If you have suggestions or an example that works please send me. I need to
make a decision about the language used to develop the application (I want
to use Python!). Thank you very much. Greetings. Fernando.

Ing. Fernando Pacheco M.S.L.

Ingesur srl
Dirección: Requena 1062 ap.302, Montevideo, Uruguay.
Teléfonos: (+598 2) 408 90 48, (+598 9) 962 79 32
Web: http://ingesur.com.uy/



On Tue, Jun 15, 2010 at 7:45 PM, Glynn Clements <[email protected]>wrote:

>
> Fernando Pacheco wrote:
>
> > I modified the code as you have suggested. But I encounter a new problem.
> If
> > I run a simple program from the command line like this:
> > http://osgeo.pastebin.com/pPqkcvk3 get the following error:
>
> > "python: malloc.c:4628: _int_malloc: Assertion `(unsigned long)(size) >=
> > (unsigned long)(nb)' failed."
>
> That's the error which I saw before fixing the wrappers.
>
> > I updated the code to the 42566 version but I still have the same
> problem. Any
> > suggestions?. I will keep trying!. Thank you. Fernando.
>
> Did you run "make clean" after updating? Makefiles aren't treated as
> prerequisites, so an incremental build won't cause the wrappers to be
> regenerated.
>
> It should suffice to run:
>
>        make -C lib/python/ctypes clean
>        make -C lib/python/ctypes
>
> --
> Glynn Clements <[email protected]>
>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to