Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Want a perl6 Binary?

by Rudif (Hermit)
on Jan 06, 2008 at 15:39 UTC ( [id://660664]=note: print w/replies, xml ) Need Help??


in reply to Want a perl6 Binary?

chromatic, thank you for the guidance. Is this process expected to work on Windows XP? I know, I could have tried it myself.

However, being a Windows programmer, I thought that this was as good an occasion as any for me to venture into the Linux world and try perl6 there.

It worked as advertized!

Here are details (yes, brethern in Windows, it was easy):

* downloaded the Ubuntu 7.10 iso image file, made the CD and installed it on an otherwise unused laptop

* downloaded the parrot tarball and extracted it

* ran

$ perl Configure.pl
but this failed with
Determining what C compiler and linker to use...Compilation failed with 'cc'

* googled, and followed advice found on some forum, to

sudo apt-get install build-essential

* re-ran

$ perl Configure.pl
: success

* followed the remaining parrot and perl6 build steps

* sanity test succeeded

And at last, ran my first script

# myfirst.p6 by rudif 6 Jan 2008 say "Hello world from perl6"
rudi@rudi-laptop:~/parrot/parrot$ ./languages/perl6/perl6 myfirst.p6 Hello world from perl6

Update:

OK, I tried the build process on WinXP + VC8, 32 bit machine, and I got stuck.

First, I had trouble with the old nmake 1.5 which was serving me the error

 NMAKE Fatal Error U1095
 expanded command line 'commandline' too long 
After some googling I found the solution - use the nmake 8 which comes with VC8

Now the first nmake step worked

The second nmake step

 $ nmake -C languages\perl6\
was failing, but it worked when I did
 
 cd languages\perl6\
 nmake
For now I am stuck on the third step,
 
 nmake pbc_to_exe 
- nmake does not know how to make pbc_to_exe.

It is getting late over here, I will need to dig into it tomorrow.

Update #2

Unstuck!

I compared the parrot\makefile generated on Linux with the one on Windows. Well, the Windows makefile does not contain build targets pbc_to_exe and perl6, so that explains my failure to build pbc_to_exe on Windows.

It looks like the feverish activity of parrot porters just before the end of 2007 was limited to the Linux build of perl6, as I guessed, correctly, it turns out.

Rudif

Replies are listed 'Best First'.
Re^2: Want a perl6 Binary?
by chromatic (Archbishop) on Jan 16, 2008 at 06:01 UTC

    I believe that the targets on Windows are make pbc_to_exe.exe and make perl6.exe, for reasons which are not clear to any of us.

      After lots of fiddling around in the makefiles and not-enough-reading-readme-files, I think I ended up running

      mingw32-make xmas

      to build perl6.exe . I thought that was funny.

      /J

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://660664]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-18 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found