Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion [PATCH] Update required build tools in README
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Dougherty  
View profile  
 More options Jun 7 2004, 4:45 pm
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Andy Dougherty)
Date: Mon, 07 Jun 2004 13:45:28 -0700
Local: Mon, Jun 7 2004 4:45 pm
Subject: [perl #30095] [PATCH] Update required build tools in README
# New Ticket Created by  Andy Dougherty
# Please include the string:  [perl #30095]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30095 >

This patch updates some of the build requirements for parrot.
The C++ stuff is obvious and self-explanatory, I hope.

The version bump for perl from 5.005 to 5.6 is for at least two
reasons I have encountered so far:

    1.  build_tools/c2str.pl uses features of Math::BigInt that didn't
    appear until version 5.6.  (Yes, I know I could work around them,
    and I started to until I encountered the next item.)

    2.  Parrot::IO::Path and Parrot::Test both use
    File::Spec->rel2abs(), which didn't appear until perl-5.6.

There may well be other version issues lurking; I haven't gotten parrot to
build yet to actually test anything.  If there are no other major issues,
it may be worthwhile to work around these two and bringing the requirement
back down to 5.005.  In the meantime, however, this patch summarizes the
current state of affairs.

--- parrot-current/README       Sun Feb 29 11:00:04 2004
+++ parrot-andy/README  Mon Jun  7 16:33:54 2004
@@ -21,9 +21,13 @@
 PREREQUISITES
 -------------

-You'll need a compiler a linker and a make program of course.
+You'll need a C compiler, a linker and a make program of course.  If you
+will be building the ICU library as part of parrot (this is the
+default), you will also need a C++ compiler and GNU make installed in
+your PATH as either 'gmake', 'make', or 'gnumake'.

-You'll also need Perl 5.005 or above to run the config scripts.
+You'll also need Perl 5.6 or above to run various configure and
+build scripts.

 For most of the platforms that we are supporting initially,
 Parrot should build out of the box.

--
    Andy Dougherty              dough...@lafayette.edu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.