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: libicu: conflict on int32_t definition


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 <windows.h>,
> 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/


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