Someone having a local Windows compile environment will need
to run "make" within the directory and check for the error. The
other errors will be mainly subsequent errors.
Sorry for my ignorance on the subject, but what do you mean by " run “make” within the directory and check for the error" ?
Meanwhile I tried reinstalling and uninstall/install Grass 7 and I still get the same error. If its a local problem shouldn’t that have solved the problem?
Thanks
Best regards
F.
On Mon, Oct 1, 2012 at 6:41 PM, Markus Neteler <neteler@osgeo.org> wrote:
Someone having a local Windows compile environment will need
to run “make” within the directory and check for the error. The
other errors will be mainly subsequent errors.
On Mon, Oct 1, 2012 at 10:41 PM, Filipe Dias <filipesdias@gmail.com> wrote:
Hi,
Sorry for my ignorance on the subject, but what do you mean by " run "make"
within the directory and check for the error" ?
It means that a person who is doing local winGRASS compilation
on his/her computer, may please check for the issue. That requires
a development environment (i.e. compiler and more) on the machine
as outlined here:
Meanwhile I tried reinstalling and uninstall/install Grass 7 and I still get
the same error. If its a local problem shouldn't that have solved the
problem?
Unfortunately not. We recently made some changes in the XDR
support (needed to get GRASS 7 compiled for Android) in the raster3D
library which apparently does not compile on Windows.
...
doubleio.c: In function `Rast3d_write_doubles':
doubleio.c:12: error: `u_int' undeclared (first use in this function)
doubleio.c:12: error: (Each undeclared identifier is reported only once
doubleio.c:12: error: for each function it appears in.)
doubleio.c:12: error: syntax error before "n"
doubleio.c:29: error: `n' undeclared (first use in this function)
doubleio.c: In function `Rast3d_read_doubles':
doubleio.c:54: error: `u_int' undeclared (first use in this function)
doubleio.c:54: error: syntax error before "n"
doubleio.c:71: error: `n' undeclared (first use in this function)
make[3]: *** [OBJ.i686-pc-mingw32/doubleio.o] Error 1
...