strawberry perl 5.16 BETA available for testing

2012-05-15 Thread kmx
Check http://strawberryperl.com/beta/

Any feedback welcome.

--
kmx


32bit strawberry perl with -Duse64bitint

2012-05-15 Thread kmx
On 28.4.2012 5:13, Sisyphus wrote:
 ...
 kmx, have you already been working on building a 32-bit SP with
 -Duse64bitint ?

Now available at http://strawberryperl.com/beta/ (only Portable edition
based on perl-5.16.0-RC1)

Applied patches to config.gc and config_H.gc are here:
http://svn.ali.as/cpan/trunk/Perl-Dist-Strawberry/share/perl-5.16-x86-64int/diffs_for_info_only/

--
kmx


Re: 32bit strawberry perl with -Duse64bitint

2012-05-15 Thread Sisyphus


- Original Message - 
From: kmx k...@atlas.cz

To: win32-vanilla@perl.org
Sent: Wednesday, May 16, 2012 7:37 AM
Subject: 32bit strawberry perl with -Duse64bitint



On 28.4.2012 5:13, Sisyphus wrote:

...
kmx, have you already been working on building a 32-bit SP with
-Duse64bitint ?


Now available at http://strawberryperl.com/beta/ (only Portable edition
based on perl-5.16.0-RC1)

Applied patches to config.gc and config_H.gc are here:
http://svn.ali.as/cpan/trunk/Perl-Dist-Strawberry/share/perl-5.16-x86-64int/diffs_for_info_only/


Excellent !!
I'll try this out as soon as I get a chance.

Is the dbm/gdbm/ndbm stuff critical to the build of a -Duse64bitint perl ?
(I'll probably wait until 5.16.0 is released, whereupon I intend to try 
building such a perl myself, using the mingw.org compiler (gcc-4.5.2). It 
doesn't have any of  the dbm/gdbm/ndbm stuff, afaik.)


Cheers,
Rob 



Re: 32bit strawberry perl with -Duse64bitint

2012-05-15 Thread kmx
On 16.5.2012 5:00, Sisyphus wrote:
 - Original Message - From: kmx k...@atlas.cz
 To: win32-vanilla@perl.org
 Sent: Wednesday, May 16, 2012 7:37 AM
 Subject: 32bit strawberry perl with -Duse64bitint

 On 28.4.2012 5:13, Sisyphus wrote:
 ...
 kmx, have you already been working on building a 32-bit SP with
 -Duse64bitint ?

 Now available at http://strawberryperl.com/beta/ (only Portable edition
 based on perl-5.16.0-RC1)

 Applied patches to config.gc and config_H.gc are here:
 http://svn.ali.as/cpan/trunk/Perl-Dist-Strawberry/share/perl-5.16-x86-64int/diffs_for_info_only/


 Excellent !!
 I'll try this out as soon as I get a chance.

 Is the dbm/gdbm/ndbm stuff critical to the build of a -Duse64bitint perl ?
 (I'll probably wait until 5.16.0 is released, whereupon I intend to try
 building such a perl myself, using the mingw.org compiler (gcc-4.5.2). It
 doesn't have any of  the dbm/gdbm/ndbm stuff, afaik.)

Of course *dbm thinks are absolutely unrelated to -Duse64bitint. I have
just taken the changes we do in standard strawberry perl + applied
additional changes related to -Duse64bitint.

In
http://svn.ali.as/cpan/trunk/Perl-Dist-Strawberry/share/perl-5.16/diffs_for_info_only/
you can see what changes are standard in strawberry perl. I think you can
easily distinguish what has to be patched for -Duse64bitint.

--
kmx