Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
[PATCH] Doc : Build with MinGW
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
François" PERRAD  
View profile  
 More options Mar 18 2005, 9:34 am
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (François" PERRAD)
Date: Fri, 18 Mar 2005 06:34:14 -0800
Local: Fri, Mar 18 2005 9:34 am
Subject: [perl #34483] [PATCH] Doc : Build with MinGW

# New Ticket Created by  François PERRAD
# Please include the string:  [perl #34483]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34483 >

Following patch on mswin32.pl, I update documentation.

François.

[ README.win32.patch2 2K ]
--- README.win32.orig   2005-01-26 12:02:48.000000000 +0100
+++ README.win32        2005-03-17 18:49:50.000000000 +0100
@@ -38,8 +38,7 @@
 or
 ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe

-MinGW works with its GNU "make" port. It can be downloaded here:
-L<http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.exe>
+MinGW works with its GNU "make" (v 3.80) port and its name is 'mingw32-make.exe'.

 =item Command Shell

@@ -50,7 +49,7 @@
 Though Parrot comes with ICU, the build system is rather fragile, and
 will not work for most people.  Currently, the best way to use ICU is
 to download the binary distribution from
-L<http://oss.software.ibm.com/icu/download/2.8/index.html>, unpack
+L<ftp://ftp.software.ibm.com/software/globalization/icu/2.8/>, unpack
 it (say, into C:\usr\lib), add the bin directory to PATH, and tell
 Configure.pl to use it.

@@ -80,17 +79,15 @@

 =item MinGW32 with GCC

-The latest release of MSYS package at the time of writing is 1.0.10,
+The latest release of MinGW package at the time of writing is 3.1.0,
 which contains gcc-3.2.3. It can be downloaded here:
-L<http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe>
+L<http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe>

 The HomePage is on L<http://www.mingw.org/>.

-As Configure.pl extracts configuration from the perl program,
-first build/install perl with MinGW (no binary distribution available).
+With the ActiveState Perl distribution, tell Configure.pl to use gcc :

-See details on L<http://search.cpan.org/dist/perl/README.win32>,
-and source on L<http://www.cpan.org/src/stable.tar.gz>.
+    perl Configure.pl --cc=gcc --icushared="C:\usr\lib\icu\lib\icudata.lib C:\usr\lib\icu\lib\icuuc.lib" --icuheaders="C:\usr\lib\icu\include"

 Nota: Use only the ICU binary distribution.

@@ -129,6 +126,8 @@

 =over

+=item François Perrad  E<lt>francois.per...@gadz.orgE<gt>
+
 =item XXX Your Name Here XXX

 =back
@@ -144,6 +143,8 @@

 This document borrows heavily from perl's README.win32.

-Last updated: 23 Jan 2005
+GCC/mingw32 support was added in 0.1.2 (François Perrad).
+
+Last updated: 17 March 2005

 =cut

[ PLATFORMS.patch2 < 1K ]
--- PLATFORMS.orig      2005-02-04 10:24:44.000000000 +0100
+++ PLATFORMS   2005-03-17 17:26:02.000000000 +0100
@@ -32,8 +32,9 @@
 win32-bcc
 win32-cygwin_1.5.11_1        Y    Y    -     Y*5 Y   Y    Y        20041006
 win32-icl_8.0.48             -    Y    -     -   -   Y    Y/2
-win32-mingw
+win32-mingw-gcc3.2.3         Y    Y    Y     -   -   Y    Y/7      20050307
 win32-ms-cl_13.10.3077       -    Y    -     -   -   Y    Y/9      20041008
+win32-msys_1.0.10            Y    Y    Y     -   -   Y    Y/11     20050316

 -   ... no
 Y   ... yes


    Reply to author    Forward  
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.
Matt Diephouse  
View profile  
 More options Mar 22 2005, 11:12 pm
Newsgroups: perl.perl6.internals
From: mdd...@gmail.com (Matt Diephouse)
Date: Tue, 22 Mar 2005 23:12:41 -0500
Local: Tues, Mar 22 2005 11:12 pm
Subject: Re: [perl #34483] [PATCH] Doc : Build with MinGW
via RT François PERRAD <parrotbug-follo...@parrotcode.org> wrote:

> # New Ticket Created by  François PERRAD
> # Please include the string:  [perl #34483]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34483 >

> Following patch on mswin32.pl, I update documentation.

> François.

What is the status on this patch? Forgotten? Rejected? Someone with
authority (read: not me) ought to be commenting on these patches to
make sure they aren't warnock'd.

--
matt diephouse
http://matt.diephouse.com


    Reply to author    Forward  
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.
Leopold Toetsch  
View profile  
 More options Mar 23 2005, 10:24 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Wed, 23 Mar 2005 16:24:37 +0100
Local: Wed, Mar 23 2005 10:24 am
Subject: Re: [perl #34483] [PATCH] Doc : Build with MinGW

Matt Diephouse <mdd...@gmail.com> wrote:
> via RT François PERRAD <parrotbug-follo...@parrotcode.org> wrote:
>> # New Ticket Created by  François PERRAD
>> # Please include the string:  [perl #34483]
>> # in the subject line of all future correspondence about this issue.
>> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34483 >

>> Following patch on mswin32.pl, I update documentation.

>> François.
> What is the status on this patch? Forgotten? Rejected?

The README patch seems to be applied. WRT Platforms I already said that
it can't be quite ok if the failing test error count doesn't match
reality.

leo


    Reply to author    Forward  
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.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google