Re: Error under Solaris 9

2005-01-05 Thread Christian Aperghis-Tramoni
This is how we did solve the problem : First start configure as : # perl Configure.pl  --ask  --icuplatform=SOLARISGCC Each answer to questions must be gcc or g++ depending. then we start gmake : # gmake before test we must export the perl5lib as : # export PERL5LIB=/usr/local/lib/perl5/5.8.0/ and

Key question

2005-01-05 Thread Simon Glover
Or rather, a question about keys: what should the following two code snippets do? 1) new P0, .Key set P0, "1" set N0, P0 print N0 end 2) new P0, .Key set P0, "1" set I0, P0 print I0 end At the moment, the first one throws an exception ('Key not a n

Re: cvs commit: parrot/t/pmc perlarray.t

2005-01-05 Thread Nicholas Clark
On Wed, Jan 05, 2005 at 03:33:19PM -, Simon Glover wrote: > cvsuser 05/01/05 07:33:19 > > Modified:t/pmcperlarray.t > Log: >gcov now reports 100% of lines in perlarray.pmc have test coverage Nice work. Nicholas Clark

question about TODO improve parrot-config.imc

2005-01-05 Thread Peter Christopher
Hi there, I have a question on the todo item #32365 "TODO improve parrot-config.imc". I include the text of the TODO at the bottom of this message. My understanding of this request is this: a) There is a frozen pmc hash of configuration data which comes from the build system (after a goo

Re: Error under Solaris 9

2005-01-05 Thread Andrew Dougherty
On Wed, 5 Jan 2005, Nicholas Clark wrote: > On Wed, Jan 05, 2005 at 03:58:34PM -0500, Andy Dougherty wrote: > > On Wed, 5 Jan 2005, Nicholas Clark wrote: > > > > Aha. I have this error under Solaris 10. I tracked it down to gmake auto- > > > generating dependency files (as it is supposed to do) an

Re: Error under Solaris 9

2005-01-05 Thread Nicholas Clark
On Wed, Jan 05, 2005 at 03:58:34PM -0500, Andy Dougherty wrote: > On Wed, 5 Jan 2005, Nicholas Clark wrote: > > Aha. I have this error under Solaris 10. I tracked it down to gmake auto- > > generating dependency files (as it is supposed to do) and using g++ specific > > command options. I'm not su

Re: Error under Solaris 9

2005-01-05 Thread Andy Dougherty
On Wed, 5 Jan 2005, Nicholas Clark wrote: > On Tue, Nov 02, 2004 at 01:39:25PM +0100, Christian Aperghis-Tramoni wrote: > > I have this error when installing under Solaris 9 : > > > make[1]: Entering directory > > `/export/profs/aperghis/parrot/icu/source/common' > > generating dependency informat

Re: Error under Solaris 9

2005-01-05 Thread Nicholas Clark
On Tue, Nov 02, 2004 at 01:39:25PM +0100, Christian Aperghis-Tramoni wrote: > I have this error when installing under Solaris 9 : > make[1]: Entering directory > `/export/profs/aperghis/parrot/icu/source/common' > generating dependency information for strprep.cpp > c++: language M not recognized