I have been trying to compile gstat 2.5.1 (standalone version) with GRASS support for GRASS 6.4/6.5 and I get a compile error. gstat 2.5.1 compiles for GRASS 6.3 and seems to work OK, but I am having a problem with universal kriging (which I had not had previously); ordinary kriging works fine. Has anyone on this list successfully used gstat 2.5.1 with GRASS 6.3 and greater?
Thanks,
Tom
--
Thomas E Adams
National Weather Service
Ohio River Forecast Center
1901 South State Route 134
Wilmington, OH 45177
I wasn't able to compile it either. The problems went away when I put
these lines after the other includes in src/utils.c
#if HAVE_LIBGIS #include "grass/gis.h" #endif
I haven't tested it yet, but hope that this helps you get forward.
--Wolf
On 27.03.2009 14:03, Thomas Adams wrote:
List:
I have been trying to compile gstat 2.5.1 (standalone version) with
GRASS support for GRASS 6.4/6.5 and I get a compile error. gstat 2.5.1
compiles for GRASS 6.3 and seems to work OK, but I am having a problem
with universal kriging (which I had not had previously); ordinary
kriging works fine. Has anyone on this list successfully used gstat
2.5.1 with GRASS 6.3 and greater?