Can Parrot and Perl6 run on z/OS UNIX?

2006-01-27 Thread Sastry
Hi

The Parrot documet says that Parrot compiles and runs on a large
number of platforms, including all common ones. The Parrot team is
committed to supporting the following combinations as core
platforms: Linux (x86), Cygwin, Win32, Tru64, OpenVMS (Alpha),
Solaris (Sparc), FreeBSD (x86).

a)Can Parrot and Perl6 run on z/OS UNIX as well?  If so what is the
support currently available?
b)Are the features currently available will also be present for z/OS UNIX?
c)Are there any architecture dependency issues?

Thanks in advance

regards
Ravi Sastry


Re: Configuration error in parrot-0.4.0

2006-01-02 Thread Sastry
Hi
I could install parrot with the earlier one itself. Thanks for the help.

regards
Ravi Sastry


On 12/30/05, Joshua Hoblitt [EMAIL PROTECTED] wrote:
 Does this issue still occur with recent svn sources?

 -J

 --
 On Wed, Dec 28, 2005 at 06:54:18AM -0800, jerry gay wrote:
  On 12/28/05, Sastry [EMAIL PROTECTED] wrote:
   Hi
   I tried building parrot on  Linux 2.4.20 and I get the following error
   during gmake process. I have  the default perl-5.8.6 built on my
   system. Can anybody suggest me what this error is and how to overcome
   this?
  
  [snip extra build error info]
 
   /usr/local/bin/perl -e 'chdir shift @ARGV; system q{gmake}, @ARGV;
   exit $?  8;' dynclasses
   gmake[1]: Entering directory `/home/sastry/parrot-0.4.0/dynclasses'
   /usr/local/bin/perl /home/sastry/parrot-0.4.0/build_tools/pmc2c.pl
   --dump gdbmhash.pmc
   Can't write 'classes/default.dump': No such file or directory at
   /home/sastry/parrot-0.4.0/build_tools/pmc2c.pl line 687.
   pmc2c dump failed (512)
   gmake[1]: *** [all] Error 2
   gmake[1]: Leaving directory `/home/sastry/parrot-0.4.0/dynclasses'
   gmake: *** [dynclasses.dummy] Error 2
   [EMAIL PROTECTED] parrot-0.4.0]$
  
  i assume you have the 0.4.0 release tarball. i don't know why it's not
  working with that configuration, sorry--perhaps there's somebody with
  linux and gmake that can chime in. in the meantime, perhaps an updated
  tarball, or a fresh checkout from svn will prove successful. see
  http://www.parrotcode.org/source.html for instructions on downloading
  either.
 
  hope that helps.
  ~jerry




--


Configuration error in parrot-0.4.0

2005-12-28 Thread Sastry
Hi
I tried building parrot on  Linux 2.4.20 and I get the following error
during gmake process. I have  the default perl-5.8.6 built on my
system. Can anybody suggest me what this error is and how to overcome
this?

regards
Ravi Sastry

./parrot -o runtime/parrot/library/Stream/ParrotIO.pbc
runtime/parrot/library/Stream/ParrotIO.imc
./parrot -o runtime/parrot/library/Stream/Replay.pbc
runtime/parrot/library/Stream/Replay.imc
./parrot -o runtime/parrot/library/Stream/Sub.pbc
runtime/parrot/library/Stream/Sub.imc
./parrot -o runtime/parrot/library/Stream/Writer.pbc
runtime/parrot/library/Stream/Writer.imc
./parrot -o runtime/parrot/library/YAML/Parser/Syck.pbc
runtime/parrot/library/YAML/Parser/Syck.imc
/usr/local/bin/perl -e 'chdir shift @ARGV; system q{gmake}, @ARGV;
exit $?  8;' dynclasses
gmake[1]: Entering directory `/home/sastry/parrot-0.4.0/dynclasses'
/usr/local/bin/perl /home/sastry/parrot-0.4.0/build_tools/pmc2c.pl
--dump gdbmhash.pmc
Can't write 'classes/default.dump': No such file or directory at
/home/sastry/parrot-0.4.0/build_tools/pmc2c.pl line 687.
pmc2c dump failed (512)
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/sastry/parrot-0.4.0/dynclasses'
gmake: *** [dynclasses.dummy] Error 2
[EMAIL PROTECTED] parrot-0.4.0]$

--


Perl6

2005-12-27 Thread Sastry
Hi

I am looking for the latest Perl6 source code. Could somebody give me
a link to the same?
Do we need to install parrot before we install perl6?

Thanks in advance
Ravi Sastry