Hi<br>I just tried to load the latest version and got a different error. Print screen attached<br><br>Best regards<br><br><div class="gmail_quote">On Wed, Oct 3, 2012 at 1:30 PM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
Markus Neteler wrote:<br>
<br>
> > doubleio.c: In function `Rast3d_write_doubles':<br>
> > doubleio.c:12: error: `u_int' undeclared (first use in this function)<br>
><br>
> Apparently MinGW does not define:<br>
><br>
> typedef unsigned long int ulong;<br>
> typedef unsigned short int ushort;<br>
> typedef unsigned int uint;<br>
><br>
> <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2922311&group_id=2435&atid=102435" target="_blank">http://sourceforge.net/tracker/index.php?func=detail&aid=2922311&group_id=2435&atid=102435</a><br>

><br>
> In R, I see<br>
> <a href="http://svn.r-project.org/R/trunk/src/extra/xdr/rpc/types.h" target="_blank">http://svn.r-project.org/R/trunk/src/extra/xdr/rpc/types.h</a><br>
> #ifndef _GNU_H_WINDOWS32_SOCKETS<br>
> typedef unsigned int u_int;<br>
> typedef unsigned long u_long;<br>
> typedef unsigned short u_short;<br>
> #endif<br>
><br>
> The latter I have submitted in r53301.<br>
<br>
</div>There's no need for typedefs. Fixed in r53304.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</font></span></blockquote></div><br>