[Mono-devel-list] libicu is required libicu to build on cygwin?

Bernie Solomon bernard at ugsolutions.com
Sun Oct 12 19:46:30 EDT 2003


I have just commited a change to use gint32 in the non HAVE_ICU
case so the windows build will work without ICU.

Currently configure doesn't really work with ICU if you download
the prebuilt ICU binaries for windows - and ICU doesn't build
-mno-cygwin straight off. So this will need some adjustments.

Bernie Solomon

----- Original Message ----- 
From: "Atsushi Eno" <ginga at kit.hi-ho.ne.jp>
To: <mono-devel-list at lists.ximian.com>
Sent: Saturday, October 11, 2003 7:19 PM
Subject: [Mono-devel-list] libicu is required libicu to build on cygwin?


> Hello,
> 
> I heard that currently libicu is optional to build mono. But when I
> tried to build mono on cygwin, I received this message:
> 
> `ves_icall_System_Globalization_CompareInfo_assign_sortkey':
> locales.c:588: error: `int32_t' undeclared (first use in this function)
> locales.c:588: error: (Each undeclared identifier is reported only once
> locales.c:588: error: for each function it appears in.)
> locales.c:588: error: parse error before "keylen"
> locales.c:592: error: `keylen' undeclared (first use in this function)
> locales.c:596: error: `i' undeclared (first use in this function)
> locales.c: At top level:
> 
> I found that /usr/include/inttypes.h does not contain the definition for
> int32_t, and in fact ICU looks to have it:
> http://oss.software.ibm.com/icu/apiref/pwin32_8h-source.html
> 
> So currently libicu looks to be required on cygwin.
> 
> Thanks,
> Atsushi Eno
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 



More information about the Mono-devel-list mailing list