Re: ICU Building On Win32 (was Re: [PATCH] Get string.c to compile in MS VC++)

2004-04-12 Thread Dan Sugalski
At 8:46 PM +0100 4/12/04, Jonathan Worthington wrote: I've attached the patches, and (fingers crossed) this will get Parrot going on Win32 again. Applied, thanks. -- Dan --"it's like this"--- Dan Sugalski

ICU Building On Win32 (was Re: [PATCH] Get string.c to compile in MS VC++)

2004-04-12 Thread Jonathan Worthington
"Jeff Clites" <[EMAIL PROTECTED]> wrote: > On Apr 12, 2004, at 5:33 AM, Jonathan Worthington wrote: > > >> > >> See if you have a ".dat" file (or a bunch of individual files) in > >> blib/lib/icu/2.6.1 (relative to your parrot source root). If not, then > >> that's what's going on. Right now, I ha

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-12 Thread Jeff Clites
On Apr 12, 2004, at 5:33 AM, Jonathan Worthington wrote: See if you have a ".dat" file (or a bunch of individual files) in blib/lib/icu/2.6.1 (relative to your parrot source root). If not, then that's what's going on. Right now, I have that path hard-coded--of course I need to pull that out into

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-12 Thread Jonathan Worthington
> > See if you have a ".dat" file (or a bunch of individual files) in > blib/lib/icu/2.6.1 (relative to your parrot source root). If not, then > that's what's going on. Right now, I have that path hard-coded--of > course I need to pull that out into a config--but it probably means > that either th

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-11 Thread Jeff Clites
On Apr 11, 2004, at 7:05 PM, Jeff Clites wrote: On Apr 11, 2004, at 4:52 PM, Jonathan Worthington wrote: On Apr 9, 2004, at 3:26 PM, Jonathan Worthington wrote: I'm having a crack at getting the ICU changes building on Win32. -- Failed Test Status Wstat Total Fail Failed List of Fail

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-11 Thread Jeff Clites
On Apr 11, 2004, at 4:52 PM, Jonathan Worthington wrote: On Apr 9, 2004, at 3:26 PM, Jonathan Worthington wrote: I'm having a crack at getting the ICU changes building on Win32. Great--thanks! Here's the next step. Now we actually get through the build process, building ICU along the way and li

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-11 Thread Jonathan Worthington
> On Apr 9, 2004, at 3:26 PM, Jonathan Worthington wrote: > > > I'm having a crack at getting the ICU changes building on Win32. > > Great--thanks! > Here's the next step. Now we actually get through the build process, building ICU along the way and linking the .lib files into the final Parrot exe

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-10 Thread Leopold Toetsch
Jonathan Worthington wrote: * Used uint8_t, uint16_t, uint32_t, which we don't exists in MS VC++ Thanks applied. C99ish decls were alredy fixed. Jonathan leo

Re: [PATCH] Get string.c to compile in MS VC++

2004-04-09 Thread Jeff Clites
On Apr 9, 2004, at 3:26 PM, Jonathan Worthington wrote: I'm having a crack at getting the ICU changes building on Win32. Great--thanks! Here's the first step. string.c did some C99 stuff:- * Declared variables at places other than the top of a block Sorry about that. * Used uint8_t, uint16_t,