This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: error: unknown type name â_fpos64_tâ


On Aug 29 17:19, Rosen Penev wrote:
> I get this error when compiling either with GCC 4.8.3 or 4.9.0. Full
> error is: In file included from ../src/aacenc.c:11:0:
> /usr/include/stdio.h:55:1: error: unknown type name â_fpos64_tâ
>  typedef _fpos64_t fpos_t;
>  ^
> 
> This is on cygwin64.

Apparently your code is undefining __LARGE64_FILES or setting it to 0.
This is a system-defined variable it should stay away from.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgprwNQSWCX58.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]