Is Configure.pl missing ICU ?

2005-08-16 Thread Adrian Lambeck
I got a problem concerning ICU. # /usr/lib/parrot-0.2.3/parrot parrot-config.imc ldflags returns: "-lpthread -lnsl -ldl -lm -lcrypt -lutil -lrt -lgmp" eventhough I compiled against icu (Configure find is) so I am missing "-licuuc" here. Anybody got an idea? I am using parrot-0.2.3 and did not

Re: Parrot <-> Java integration

2005-08-16 Thread Nattfodd
Tim Bunce wrote: Anyone given any thought to Parrot <-> Java integration? Possible? Practical? How much would would be involved? Tim. If I'm not mistaken, it's even one of the summer of code projects (see http://www.perlfoundation.org/gc/grants/2005-googlesoc.html and http://www.perlfound

Re: Parrot <-> Java integration

2005-08-16 Thread Matt Fowles
Tim~ On 8/15/05, Tim Bunce <[EMAIL PROTECTED]> wrote: > Anyone given any thought to Parrot <-> Java integration? > > Possible? Definitely. > Practical? You would likely lose some speed, but that is really all. > How much would would be involved? Not a whole lot more than making a java compil

Re: [perl #36916] [PATCH] TclArray get methods

2005-08-16 Thread Will Coleda
Thanks, applied! On Aug 16, 2005, at 7:56 AM, Amos Robinson (via RT) wrote: This patch should add a "get" sub into languages/tcl/lib/commands/array.pir and enable the tests for it. It should pass all of the Tcl tests.

[perl #36917] [PATCH] languages/bc on Win32

2005-08-16 Thread François
# New Ticket Created by François PERRAD # Please include the string: [perl #36917] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36917 > This patch allows to configure 'bc' and 'make test' on Win32. François Perrad bc_

[perl #36916] [PATCH] TclArray get methods

2005-08-16 Thread Amos Robinson
# New Ticket Created by "Amos Robinson" # Please include the string: [perl #36916] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36916 > This patch should add a "get" sub into languages/tcl/lib/commands/array.pir and en

Parrot <-> Java integration

2005-08-16 Thread Tim Bunce
Anyone given any thought to Parrot <-> Java integration? Possible? Practical? How much would would be involved? Tim.

t/dynclass/gdbmhash.t failures

2005-08-16 Thread Tim Bunce
Configure.pl said Determining if your platform supports gdbm.yes. But t/dynclass/gdbmhash.t fails completely: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/dynclass

Parrotcode.org faq is missing

2005-08-16 Thread Amias Channer
Hello Parrotfanciers , Firstly , thanks very much for all your good works :) The parrot FAQ from http://www.parrotcode.org/faq/ seems to have disappeared since yesterday evening. This was observed in both Firefox and Lynx with no caches or proxies, the rest of the site seems fine. Toodle-pip Am

Re: cygwin specific c files for parrot

2005-08-16 Thread Leopold Toetsch
Hill Stephen-STEHILL1 wrote: Hi, I have a custom matherr() function (matherr.c) I'm experimenting with to solve #36865 ( Test 17 of t/op/trans.t failing on Cygwin ). If I put it in platform/win32 it doesn't get picked up. Where should it go in order to to be picked up as cygwin-specific. (It m

Re: cygwin specific c files for parrot

2005-08-16 Thread Leopold Toetsch
Hill Stephen-STEHILL1 wrote: Hi, I have a custom matherr() function (matherr.c) I'm experimenting with to solve #36865 ( Test 17 of t/op/trans.t failing on Cygwin ). If I put it in platform/win32 it doesn't get picked up. Where should it go in order to to be picked up as cygwin-specific. (It m

cygwin specific c files for parrot

2005-08-16 Thread Hill Stephen-STEHILL1
Hi, I have a custom matherr() function (matherr.c) I'm experimenting with to solve #36865 ( Test 17 of t/op/trans.t failing on Cygwin ). If I put it in platform/win32 it doesn't get picked up. Where should it go in order to to be picked up as cygwin-specific. (It may be that it is needed for win