cygwin g++ strictness
Tim Prince
TimothyPrince@sbcglobal.net
Fri Oct 31 13:27:00 GMT 2008
John Emmas wrote:
> On Cygwin, '/usr/include/stdint.h' typedefs int32_t as long. The same file
> on my Linux partition typedefs it to int. I must admit, I don't know what
> to do now..... :-(
>
> Is there a simple solution to this?
>
Change your include file, if you disagree with it being more aligned with
Windows tradition than with linux. Or, change your source code, so that
it doesn't mix int32_t with int.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list