<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 01-10-15 15:35, Vaclav Petras wrote:<br>
</div>
<blockquote
cite="mid:CABo5uVs2fpYknw1vrn9cDrAudLVWCcb2MhxGyDR2v8Rztcuv8Q@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
On Thu, Oct 1, 2015 at 9:29 AM, Markus Neteler <<a
moz-do-not-send="true" href="mailto:neteler@osgeo.org"><a class="moz-txt-link-abbreviated" href="mailto:neteler@osgeo.org">neteler@osgeo.org</a></a>>
wrote:<br>
><br>
> > In file included from geostat.c:1:0:<br>
> ><br>
> > local_proto.h:72:3: error: unknown type name
‘mat_struct’<br>
> ><br>
> > mat_struct *trend;<br>
> ><br>
> > ^<br>
><br>
> ok - next check:<br>
><br>
><br>
> cd /where/your/grass/is/lib<br>
><br>
> ldd libgrass_gmath.so | grep 'blas\|lapack'<br>
> liblapack.so.3 => /lib64/liblapack.so.3
(0x00007f640ac4f000)<br>
> libblas.so.3 => /lib64/libblas.so.3
(0x00007f640a9f5000)<br>
><br>
> Is your GMATH lib properly linked to BLAS/LAPACK? Here it
is and it compiles.<br>
<br>
"unknown type name ‘xy’" really looks like that GRASS is not
compiled with BLAS and LAPACK. I suggest to double check the
configuration. You can also try to compile i.spec.unmix which
always had an explicit check for BLAS and LAPACK
configuration. (v.kriging compiles for me.)<br>
</div>
</div>
</blockquote>
<br>
Did a completely clean install of GRASS, which did the trick..
v.kriging compiles now without problems. Thanks.<br>
<br>
<br>
</body>
</html>