Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Eike Rathke
Hi, On Monday, 2011-08-22 14:46:57 +0200, Jan Holesovsky wrote: > > The cleanest solution (to me) is to have icu produce icui18n.lib > > instead of icuin.lib, but I'm guessing there is a reason why MSVC > > generates icuin.lib with the '18' stripped out? > > Even the up-stream icu produces icuin

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Jan Holesovsky
Hi Kohei, On 2011-08-20 at 10:33 -0400, Kohei Yoshida wrote: > The cleanest solution (to me) is to have icu produce icui18n.lib > instead of icuin.lib, but I'm guessing there is a reason why MSVC > generates icuin.lib with the '18' stripped out? Even the up-stream icu produces icuin.* when build

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Caolán McNamara
On Sat, 2011-08-20 at 10:33 -0400, Kohei Yoshida wrote: > After many hours of hair-pulling investigation, I've come to find out > that both icu and cui modules produce a static library named > "icuin.lib" Ah, excellent. I'd been baffled by that a load of times. I could never see what the problem i

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Tor Lillqvist
> After many hours of hair-pulling investigation, I've come to find out > that both icu and cui modules produce a static library named > "icuin.lib", Ah. Darn. > The cleanest solution (to me) is to have icu produce icui18n.lib > instead of icuin.lib, Yeah, I tend to think so, too, now. > but I

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Matúš Kukan
On 20 August 2011 16:33, Kohei Yoshida wrote: > So, I was looking into a mysterious build breakage in forms (on > WIndows).  It would fail at link time due to missing external symbols. >  It was expecting to find those symbols from icuin.lib, which is a > static library file generated from the icu

[Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Kohei Yoshida
So, I was looking into a mysterious build breakage in forms (on WIndows). It would fail at link time due to missing external symbols. It was expecting to find those symbols from icuin.lib, which is a static library file generated from the icu module. The funny thing is, when I do cd icu rm -rf