HTTP::Server::Simple now works on Win32

2009-08-17 Thread kmx
Hi, it might sound unbelievably but currently released HTTP::Server::Simple 0.39 installs on Win32 without failing tests (at least on my strawberry). -- kmx

Re: Tk problem building / installing using Perl 5.12.0.1 on x64

2010-07-27 Thread kmx
-portable) to handle this is: 43: #ifdef _DWIN64 44: typedef unsigned long long XID; 45: #else 46: typedef unsigned long XID; 47: #endif Anyway, as mentioned by Curtis in his post, this should be patched in Tk module. -- kmx

Re: Which way is the true way, and what not? -lssleay32 -llibeay32 Way? Or -lssl -lcrypto Way? Fw: HowTo: Strawberry Perl v5.12.3 x64 upgrade to OpenSSL v1.0.0d from OpenSSL 1.0.0-beta4

2011-06-02 Thread kmx
with openssl included in strawberry perl however not with *.a mingw libraries that are part of the openssl Win32 binaries distribution). -- kmx

Re: Which way is the true way, and what not? -lssleay32 -llibeay32 Way? Or -lssl -lcrypto Way? Fw: HowTo: Strawberry Perl v5.12.3 x64 upgrade to OpenSSL v1.0.0d from OpenSSL 1.0.0-beta4

2011-06-02 Thread kmx
surewareeay32.dll ubseceay32.dll ? Here you are: http://strawberryperl.com/package/kmx/tmp-for-victor/ -- kmx

Re: Config{libpth} substitution problem

2011-10-31 Thread kmx
It is a bug in strawberry portable perl - probably the same as https://rt.cpan.org/Ticket/Display.html?id=68937 According to my testing the enclosed portable_libpth_ugly_hack.diff should fix it -- kmx On 31.10.2011 12:30, chm wrote: For reference, this problem was for the portable edition

Re: Config{libpth} substitution problem

2011-10-31 Thread kmx
(but it is just my guess). -- kmx On 31.10.2011 21:12, chm wrote: Thanks, kmx. With the patch applied, I was able to build and install Prima and Prima::OpenGL on strawberry perl portable 5.12.3.0. Any chance of releasing an updated spp with the patch for 5.12? --Chris On 10/31/2011 8:13 AM

Re: gcc for building Perl on WinXP

2011-11-02 Thread kmx
For the strawberry perl we have both gcc + fortran packs 32bit: http://strawberryperl.com/package/kmx/32_gcctoolchain/mingw64-w32-gcc4.4.7-pre_2001.zip http://strawberryperl.com/package/kmx/32_gcctoolchain/mingw64-w32-gfortran4.4.7-pre_2001.zip 64bit: http://strawberryperl.com/package

Re: gcc for building Perl on WinXP

2011-11-02 Thread kmx
) - so with gcc-4.6.x we loose all comfort we have now with his gcc-4.4.x/4.5.x builds -- kmx On 2.11.2011 18:04, Mark Dootson wrote: Hi, At mingw-w64 Oskan Sezer (sezero) has updated his release of gcc 4.5.4 including latest patches. This solves my wxWidgets (c++) issues ( and general c

Re: gcc for building Perl on WinXP

2011-11-06 Thread kmx
Chris and/or Rob, could you please try the following: 1/ take http://strawberryperl.com/package/kmx/p5.14.2.1-RC/strawberry-perl-5.14.2.1-portable-32bit-beta-1.zip 2/ take http://strawberryperl.com/package/kmx/32_libs/5.14-extras/32bit_pthreads-2.9.0-bin_2001.zip (unzip into the same

Re: gcc for building Perl on WinXP

2011-11-07 Thread kmx
Yes, dmake clean did the trick. Thanks. -- kmx On 7.11.2011 22:32, Chris Marshall wrote: I just realized what might have happened. You'll need to do a dmake clean and then a complete build from scratch to ensure that old copies of the various files are not being used (some

Re: gcc for building Perl on WinXP

2011-11-12 Thread kmx
that :) Apart from: http://strawberryperl.com/package/kmx/p5.14.2.1-RC/strawberry-perl-5.14.2.1-portable-32bit-beta-1.zip http://strawberryperl.com/package/kmx/32_libs/5.14-extras/32bit_pthreads-2.9.0-bin_2001.zip We have also prepared other PDL handy stuff - like: http://strawberryperl.com/package

Re: CPAN::Reporter and strawberry perl portable

2011-11-21 Thread kmx
with Strawberry Portable Perl (SPP) 2/ bugs in CPAN::Reporter As for 1/ there were a lot of changes during the last week(s) in SPP; please take the latest beta from http://strawberryperl.com/package/kmx/p5.14.2.1-RC/ for your testing (I know that you prefer to have 5.12.x but we are currently

Re: 5.12.3 portable / Tk installation

2011-11-23 Thread kmx
-archive.com/win32-vanilla@perl.org/msg00343.html 2/ for 5.14.2 try the latest portable beta/RC from here http://strawberryperl.com/package/kmx/p5.14.2.1-RC/ -- kmx

Re: Vanilla Perl and 5.16.0

2012-02-26 Thread kmx
from integer of different size [-Wint-to-pointer-cast] During perl build on 64bit Windows there are many warnings of these kind (by many I mean approx 500) -- kmx

Re: Vanilla Perl and 5.16.0

2012-02-26 Thread kmx
RT https://rt.perl.org/rt3/Ticket/Display.html?id=71680 (please consider including them in 5.16.0) -- kmx

Re: problems with strawberry perl portable and cpan

2012-04-26 Thread kmx
many things so i do not want to start from clean installation Any hints? Please try strawberry perl portable 5.14.2.1 from release page http://strawberryperl.com/releases.html - portable 5.12.3 is buggy. -- kmx

Re: problems with strawberry perl portable and cpan

2012-04-27 Thread kmx
BTW, it would be useful if the release notes on the web site also included the output from 'perl -V' OK, I will consider it (FYI: I have already on my TODO list missing checksums for released ZIPs) or is there already somewhere to get that (without having to install SP first)? You can ask

Re: strawberry perl - bug in wrapper batch files

2012-04-27 Thread kmx
instead simply use perl.exe in site sub dir there is no perl.exe of course. this seems to be a bug. Yes it is a known bug in portable 5.12.x try portable 5.14.x which does not suffer from this issue. -- kmx

Re: problems with strawberry perl portable and cpan

2012-04-28 Thread kmx
kmx, have you already been working on building a 32-bit SP with -Duse64bitint ? Not yet but we already have some hackery applied on win32/config_H.gc and win32/config.gc - I expect that couple of more hacking in these two files can make use64bitint possible. I can do more on this after I

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

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

Strawberry Perl 5.16.1.1 released

2012-08-10 Thread kmx
Strawberry Perl 5.16.1.1 is available at http://strawberryperl.com (all editions: MSI, ZIP, PortableZIP for both: 32/64bit MS Windows) More details in Release Notes: http://strawberryperl.com/release-notes/5.16.1.1-32bit.html http://strawberryperl.com/release-notes/5.16.1.1-64bit.html -- kmx

Re: Strawberry Perl 5.16.1.1 released

2012-08-10 Thread kmx
On 10.8.2012 14:28, Ricardo Signes wrote: * kmx k...@atlas.cz [2012-08-10T08:01:08] Strawberry Perl 5.16.1.1 is available at http://strawberryperl.com (all editions: MSI, ZIP, PortableZIP for both: 32/64bit MS Windows) Fantastic, I'll upgrade immediately! :-) Thanks for your work

Strawberry Perl 5.16 kaspersky antivirus

2012-08-14 Thread kmx
Does anybody experienced any troubles when installing Strawberry Perl 5.16.0.1 or 5.16.1.1 on a Windows box with kaspersy AV? I mean a trouble like this: https://rt.cpan.org/Ticket/Display.html?id=78457 -- kmx

Re: Strawberry Perl dies on Vista after August 2012 Windows Update

2012-08-25 Thread kmx
trying to use 32 or 64 bit strawberry perl? Are you running any antivirus sw? -- kmx

Strawberry Perl 5.16.2.1 released

2012-11-03 Thread kmx
Strawberry Perl 5.16.2.1 is available at http://strawberryperl.com (all editions: MSI, ZIP, PortableZIP for both: 32/64bit MS Windows) More details in Release Notes: http://strawberryperl.com/release-notes/5.16.2.1-32bit.html http://strawberryperl.com/release-notes/5.16.2.1-64bit.html -- kmx

Re: DBD::Oracle

2013-01-20 Thread kmx
have prepared pre-build distributions - for Strawberry Perl 5.16.2.x (32/64bit), linked with Oracle Instant Client 11.2.0.3.0: http://strawberryperl.com/package/kmx/perl-modules-par/DBD-Oracle-1.56-MSWin32-x86-multi-thread-5.16.2.par http://strawberryperl.com/package/kmx/perl-modules-par/DBD

Strawberry Perl 5.16.2.2 released

2013-02-24 Thread kmx
Strawberry Perl 5.16.2.2 is available at http://strawberryperl.com (all editions: MSI, ZIP, PortableZIP for both: 32/64bit MS Windows) More details in Release Notes: http://strawberryperl.com/release-notes/5.16.2.2-32bit.html http://strawberryperl.com/release-notes/5.16.2.2-64bit.html -- kmx

Call for opinion: strawberry perl 5.18.x/32bit with USE_64_BIT_INT

2013-03-13 Thread kmx
have 64_BIT_INT and 32bit strawberry not?) -- kmx

Call for opinion: strawberry perl 5.18.x/32bit with USE_64_BIT_INT

2013-03-13 Thread kmx
have 64_BIT_INT and 32bit strawberry not?) -- kmx

Re: Call for opinion: strawberry perl 5.18.x/32bit with USE_64_BIT_INT

2013-03-14 Thread kmx
On 13.3.2013 23:14, sisyph...@optusnet.com.au wrote: -Original Message- From: kmx Hi, is anybody against turning on USE_64_BIT_INT in coming 32bit Strawberry Perl 5.18.x series ? I have done some testing with PDL guys approx a year ago on 5.16.0 (I guess Rob is also subscribed

Re: Call for opinion: strawberry perl 5.18.x/32bit with USE_64_BIT_INT

2013-04-04 Thread kmx
On 4.4.2013 16:46, Michiel Beijen wrote: Hi kmx, On Wed, Apr 3, 2013 at 10:25 PM, kmx k...@atlas.cz wrote: So, 32bit strawberry perl 5.18.x will be built with USE_64_BIT_INT You can test 5.17.10 beta (32bit+USE_64_BIT_INT) from: http://strawberryperl.com/beta/ (MSI+ZIP+Portable) Great! I'm

Strawberry Perl 5.18.0.1 released

2013-05-19 Thread kmx
Strawberry Perl 5.18.0.1 is available at http://strawberryperl.com (all editions: MSI, ZIP, PortableZIP for both: 32/64bit MS Windows) More details in Release Notes: http://strawberryperl.com/release-notes/5.18.0.1-32bit.html http://strawberryperl.com/release-notes/5.18.0.1-64bit.html -- kmx

Strawberry Perl 5.18.1.1 released

2013-08-16 Thread kmx
: http://strawberryperl.com/release-notes/5.18.1.1-32bit.html http://strawberryperl.com/release-notes/5.18.1.1-64bit.html -- kmx

Re: FYI: quadmath.h's expq() crashes at runtime

2013-11-24 Thread kmx
like this: libpth='C:\strawberry\c\lib C:\strawberry\c\x86_64-w64-mingw32\lib C:\strawberry\c\lib\gcc\x86_64-w64-mingw32\4.7.3' right? -- kmx

Re: StrawberryPerl and the OpenSSL heartbleed bug

2014-04-14 Thread kmx
Hi, you can get updated openssl binaries from: - http://strawberryperl.com/package/kmx/64_libs/gcc47-2014Q1/ - http://strawberryperl.com/package/kmx/32_libs/gcc47-2014Q1/ I am considering releasing strawberry perl 5.18.2.2 (with new openssl) before the end of April. -- kmx On 12.4.2014 20

Re: StrawberryPerl and the OpenSSL heartbleed bug

2014-04-16 Thread kmx
. -- kmx On 16.4.2014 22:07, matthew.pers...@lazard.com wrote: Any reason why 5.18.2.2 excludes Math::Pari? Math::Pari is used (a couple of levels down) by Net::SFTP. Net::SFTP is the reason I converted TO Strawberry about three weeks ago. Please advise... -- Matthew O. Persico Lazard 30

Re: StrawberryPerl and the OpenSSL heartbleed bug

2014-04-16 Thread kmx
Excellent, I have put patched version at http://strawberryperl.com/package/kmx/perl-modules-patched/Math-Pari-2.01080605_patched.tar.gz Simply run: cpanm http://strawberryperl.com/package/kmx/perl-modules-patched/Math-Pari-2.01080605_patched.tar.gz -v -- kmx On 16.4.2014 22:50, Jan Dubois

Strawberry Perl 5.20.2.1 released

2015-02-23 Thread kmx
like to thank our sponsor Enlightened Perl Organisation http://www.enlightenedperl.org for resources provided to our project. -- kmx

Re: Installing Alien::ffmpeg, missing pr

2015-02-22 Thread kmx
/Display.html?Name=Perl-Dist-Strawberry just for future reference (note that there are already some bugs with subject [Extension Request] ...). -- kmx On 22.2.2015 16:12, Timm Murray wrote: I'm trying to install Alien::ffmpeg on Strawberry Perl 5.20.1.1 x64. It ends with the output below about missing

Re: source code for the 5.16.1.1 release

2015-08-16 Thread kmx
Yes, that's it. -- kmx On 15.8.2015 0:19, Joe Malcolm wrote: Right, but can I expect that: svn co http://svn.code.sf.net/p/mingw-w64/code/trunk@4936 Would get me the right version? Joe On Aug 14, 2015, at 15:59 , kmx k...@atlas.cz mailto:k...@atlas.cz wrote: Hi, 4936 is SVN revision

Re: source code for the 5.16.1.1 release

2015-08-14 Thread kmx
Hi, 4936 is SVN revision number. After mingw-w64 project had migrated to git I am not quite sure what is the corresponding git commit. -- kmx On 14.8.2015 20:01, Joe Malcolm wrote: First, thanks a lot for your work on Strawberry Perl - it’s made my life quite a bit easier. I am wondering

Strawberry Perl 5.20.3.1 released

2015-09-17 Thread kmx
ttp://www.enlightenedperl.org> for resources provided to our project. -- kmx

Strawberry Perl 5.22.1.1 released

2015-12-18 Thread kmx
ttp://www.enlightenedperl.org> for resources provided to our project. -- kmx

Re: Strawberry Perl 5.22.1.1 released

2015-12-18 Thread kmx
On 18.12.2015 18:37, John Maag via win32-vanilla wrote: How does one request a module to be added to Stawberry perl? I would like to request Filesys::DfPortable be added Simply open a "bug" via https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Dist-Strawberry -- kmx

Strawberry Perl 5.22.1.3 + 5.20.3.3 released

2016-03-10 Thread kmx
-5.22.1.3-64bit-PDL.zip <http://strawberryperl.com/download/5.22.1.3/strawberry-perl-ld-5.22.1.3-64bit-PDL.zip> I would like to thank our sponsor Enlightened Perl Organisation <http://www.enlightenedperl.org> for resources provided to our project. -- kmx

Strawberry Perl 5.24.2.1 released

2017-07-20 Thread kmx
://www.enlightenedperl.org] for resources provided to our project. -- kmx