Re: Source of icu library

2008-09-04 Thread Mark Geisert
Rodrigo Medina writes:
 How can I get the source of icu library?
 In setup there are the binaries but not the source.

On the same row inside the setup.exe chooser where you see the Bin? checkbox 
already checked for that package, simply click the Src? checkbox next to it.  
The package defaults to binary-only installation so you have to explicitly ask 
for source if you need it.

..mark


--
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/



Re: Source of icu library

2008-09-04 Thread Angelo Graziosi

Rodrigo Medina wrote:


How can I get the source of icu library?


Here:

ftp://mirrors.kernel.org/sourceware/cygwin/release/icu/icu-3.8-4-src.tar.bz2

On tlbuild list Rodrigo Medina wrote:


About the library  libsicudata.a


Well, the above tarball contains 4 file-patches, when applied to
icu-xetex and when workaround are adopted to avoid the Feature.h
problems and for SWAP [1], then the library is built with the right
name, libsicudata.a etc., but the XeTeX build fails as you describe:

   undefined for '__imp___ZN7icu_3_87UMemorydlEPv'

and friends.


Cheers,
   Angelo.

---
[1]

-#ifdef XETEX_MAC
+#if defined(XETEX_MAC) || defined(U_CYGWIN)

--
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/