2013/4/1 Martin Landa <[email protected]>

[...]

> gcc -E sizes.c -D_FILE_OFFSET_BITS=64 | grep off_t
> typedef __off64_t off_t;

the reason is that __off64_t is defined on my machine (shouldn't be
long long int?) also as

typedef long int __off64_t;

So PRI_OFF_T in gis.h should be probably fixed.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to