I'm attempting to build the vorbis libraries under Cygwin 1.1 and I'm running into a few problems with data types. Namely: ../include/vorbis/os_types.h:36: parse error before `ogg_uint32_t' ../include/vorbis/os_types.h:36: warning: data definition has no type or storage class The offending line is: typedef unsigned _G_int32_t ogg_uint32_t; _G_config.h defines _G_uint32_t as the complimentry unsigned type. Replacing "unsigned _G_int32_t" with "_G_uint32_t" seems to fix the problem. Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.