X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-YMail-OSG: cRTx3o0VM1nEYgZ3TIFu_WHNC6QYrfyeiRqmIyG_JWE1IfK4I0nNx3S7LLhw4O2H8oToaPxtu.Ycxvgpo5QZg6cQCKGYFxOfTEXvO4ORd.B08oCqaaO3LUCQXYjvx0EZJvNkKN_yB80YRlA3MvXfkElmWeimuSfQl0XG..s- X-Yahoo-Newman-Property: ymail-3 Message-ID: <490B074C.3010507@sbcglobal.net> Date: Fri, 31 Oct 2008 06:25:32 -0700 From: Tim Prince Reply-To: tprince AT computer DOT org User-Agent: Thunderbird 2.0.0.17 (X11/20080922) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin g++ strictness References: <000201c93ac7$38265930$4001a8c0 AT mycomputer> <490A30C8 DOT 5000107 AT sh DOT cvut DOT cz> <001601c93b31$a961b940$4001a8c0 AT mycomputer> <003e01c93b42$e92a17a0$4001a8c0 AT mycomputer> <490AE8A0 DOT 8090009 AT sh DOT cvut DOT cz> <001a01c93b4d$617de150$4001a8c0 AT mycomputer> <490AF1E3 DOT 3020308 AT sh DOT cvut DOT cz> <007401c93b56$ebcfa510$4001a8c0 AT mycomputer> <490B0084 DOT 1070803 AT sh DOT cvut DOT cz> <008a01c93b5a$9338d300$4001a8c0 AT mycomputer> In-Reply-To: <008a01c93b5a$9338d300$4001a8c0@mycomputer> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/