"Nye, Brent A (Brent)" <[EMAIL PROTECTED]> writes:
> Jason,
>
> Here are the lines around line 81 of types.h.
>
> # ifndef _FPOS64_T
>
> # define _FPOS64_T
>
> # if !defined(__STDC_32_MODE__)
>
> typedef int64_t fpos64_t; /* 64bit position inside a file */
>
> # endif
>
> # endif /* _FPOS64_T */
>
>
>
> # ifndef _FPOS_T
>
> # define _FPOS_T
>
> # ifdef _APP32_64BIT_OFF_T
>
> typedef int64_t fpos_t; /*position inside a file*/ <------- this is line 81
Urrmmm.... It looks like it has no idea what a int64_t is. I know that
doesn't help much, but I can't be much more useful just yet.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]