2008/8/28 Samuel Thibault:
> 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
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 fe
2008/8/27 Samuel Thibault:
> I had to disabled libicu usage in brltty because the following doesn't
> compile:
>
> #include
> #include
> #include
>
> because pwin32.h redefines int32_t, while it is already defined from
> stdint.h...
We need to define U_HAVE_INTTYPES_H, which would pull in #incl
Hello,
I had to disabled libicu usage in brltty because the following doesn't
compile:
#include
#include
#include
because pwin32.h redefines int32_t, while it is already defined from
stdint.h...
Samuel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
4 matches
Mail list logo