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
"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
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
>
> 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
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
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
> 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
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
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,