X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 28 Aug 2008 01:46:27 +0100 From: Samuel Thibault To: cygwin AT cygwin DOT com Subject: Re: libicu: conflict on int32_t definition Message-ID: <20080828004627.GA3540@implementation> Mail-Followup-To: cygwin AT cygwin DOT com References: <20080826233950 DOT GA4318 AT implementation> <6910a60808270133we6b7ff7y340c21f9d50037b1 AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6910a60808270133we6b7ff7y340c21f9d50037b1@mail.gmail.com> User-Agent: Mutt/1.5.12-2006-07-14 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Reini Urban, le Wed 27 Aug 2008 10:33:09 +0200, a écrit : > You can also patch /usr/include/unicode/pwin32.h until I get out a new release. > > Add: > #ifdef __CYGWIN__ > #define U_HAVE_INTTYPES_H > #endif > > at the beginning of the file, below the _MSC_VER check for example. > Please give feedback if this works ok for #include , > I'll prepare an update then. Defining U_HAVE_INTTYPES_H to 1 that way does work indeed. Samuel -- 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/