Re: Config{libpth} substitution problem

2011-10-31 Thread chm
8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='g++.exe', ldflags ='-s -L"C:\chm\strawberry\perl_512_

Re: Config{libpth} substitution problem

2011-10-31 Thread chm
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 at http://strawberryperl.com/download/5.12.3.0/strawberry

Re: Config{libpth} substitution problem

2011-10-31 Thread chm
5.12.-portable (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/

Re: gcc for building Perl on WinXP

2011-11-06 Thread chm
READS => undef, POSIX_THREADS_LIBS => '-LC:/chm/strawberry/pthreads/lib -lpthreadGC2', POSIX_THREADS_INC => '-IC:/chm/strawberry/pthreads/include', and the C:/chm/strawberry/pthreads contained the pthreads install location. I'm actually working on the detection

Re: gcc for building Perl on WinXP

2011-11-06 Thread chm
t is building away as I type. Will let you know how dmake test comes out.... --Chris On 11/6/2011 4:31 PM, chm wrote: Hi kmx- The detection for the pthread library is currently broken. To build PDL with pthreads you'll need to explicitly set the values of WITH_POSIX_THREADS, POSIX_T

Re: gcc for building Perl on WinXP

2011-11-06 Thread chm
dmake test passed all except the known problem with t/pthreadBarf.t. Also, I think we can fix the breakage in pthread.h by doing the undef in our pdlmagic file that is including pthread.h. Cheers, Chris On 11/6/2011 5:40 PM, chm wrote: I got it to work with the following: Add after the POSIX

CPAN::Reporter and strawberry perl portable

2011-11-20 Thread chm
It would be very convenient if Strawberry Perl (portable and regular editions) included modules needed for CPAN Testers submissions. Whenever I set up a new strawberry perl portable (SPP) sandbox for testing, I always have to redo the install and update to support the new metabase and CPAN::Repor

Re: CPAN::Reporter and strawberry perl portable

2011-11-21 Thread chm
11 19:58, chm wrote: It would be very convenient if Strawberry Perl (portable and regular editions) included modules needed for CPAN Testers submissions. Whenever I set up a new strawberry perl portable (SPP) sandbox for testing, I always have to redo the install and update to support the new met

Re: problems with strawberry perl portable and cpan

2012-04-28 Thread chm
On 4/26/2012 11:55 AM, "René Staffen" wrote: Hi, Please try strawberry perl portable 5.14.2.1 from release page - portable 5.12.3 is buggy. Thank you for this information. Is there a way to upgrade without the need to reinstall all the modules i ins

MSYS package for Strawberry Perl

2012-09-05 Thread chm
Hi Rob and kmx- I finally got around to setting up an MSYS install for my windows/SPP work and it was really nice to finally be able to build a bunch of those autoconf libraries for SPP and PDL. The catch was that the MSYS was builts with on version of the MinGW toolchain from the one in Strawbe

Re: MSYS package for Strawberry Perl

2012-09-06 Thread chm
PDL+SP on win32. --Chris On 05/09/2012 20:22, Sisyphus wrote: - Original Message - From: "chm" To: "kmx" ; "Sisyphus" Cc: Sent: Thursday, September 06, 2012 3:52 AM Subject: MSYS package for Strawberry Perl Hi Rob and kmx- I finally got around to setti