[GRASS-dev] off_t question

Martin Landa landa.martin at gmail.com
Mon Apr 1 09:40:03 PDT 2013


2013/4/1 Martin Landa <landa.martin at gmail.com>

[...]

> 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


More information about the grass-dev mailing list