Re: Install Truly Random from CPAN when not listed in the ppm search
Re: Install Truly Random from CPAN when not listed in the ppm search
am 09.04.2009 06:20:40 von Mathieu Longtin
--===============0560497119==
Content-Type: multipart/alternative; boundary=001636c5b3140d1ea704671793cd
--001636c5b3140d1ea704671793cd
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Got this from Jeff Hobbs @ Activestate a couple of days ago:
ppm install MinGW
Then untar your package, and compile it as if you were in unix:
dmake
dmake test
dmake install
See this blog post for details:
http://www.openkomodo.com/blogs/troyt/ppm-install-mingw
--
Mathieu Longtin
1-514-803-8977
--001636c5b3140d1ea704671793cd
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Got this from Jeff Hobbs @ Activestate a couple of days ago:
ppm install MinGW
Then untar your package, and compile it as if you were in unix:
dmake
dmake test
dmake install
See this blog post for details:
--
Mathieu Longtin
1-514-803-8977
--001636c5b3140d1ea704671793cd--
--===============0560497119==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0560497119==--
RE: Install Truly Random from CPAN when not listed in the ppm search
am 09.04.2009 19:10:30 von Curtis Leach
This is a multi-part message in MIME format.
--===============0416906569==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C9B936.16BCD594"
This is a multi-part message in MIME format.
------_=_NextPart_001_01C9B936.16BCD594
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Sounds good, but is it available for Perl 5.8 ?
=20
I can't seem to find it there.
________________________________
From: activeperl-bounces@listserv.ActiveState.com
[mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of
Mathieu Longtin
Sent: Wednesday, April 08, 2009 11:21 PM
To: activeperl@listserv.activestate.com; Fish, David
Subject: Re: Install Truly Random from CPAN when not listed in the ppm
search
Got this from Jeff Hobbs @ Activestate a couple of days ago:
ppm install MinGW
Then untar your package, and compile it as if you were in unix:
dmake
dmake test
dmake install
See this blog post for details:
http://www.openkomodo.com/blogs/troyt/ppm-install-mingw
--
Mathieu Longtin
1-514-803-8977
------_=_NextPart_001_01C9B936.16BCD594
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
charset=3Dus-ascii">
class=3D929415915-09042009>
face=3DArial>S
class=3D929415915-09042009>ounds good, but is it available for Perl 5.8=20
?
class=3D929415915-09042009>
class=3D929415915-09042009>I can't seem to find it=20
there.
Got this from Jeff Hobbs @ Activestate a couple of days =
ago:
ppm install MinGW
Then =
untar your=20
package, and compile it as if you were in unix:
dmake
dmake test
dmake=20
install
See this blog post for details:
href=3D"http://www.openkomodo.com/blogs/troyt/ppm-install-mi ngw"=20
target=3D_blank>http://www.openkomodo.com/blogs/troyt/ppm-in stall-mingw=
A>
clear=3Dall>--
Mathieu Longtin
1-514-803-8977
------_=_NextPart_001_01C9B936.16BCD594--
--===============0416906569==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0416906569==--
Re: Install Truly Random from CPAN when not listed in the ppm search
am 09.04.2009 20:30:31 von Randy Kobes
On Thu, Apr 9, 2009 at 12:10 PM, Curtis Leach wrote:
> Sounds good, but is it available for Perl 5.8 ?
>
> I can't seem to find it there.
> ________________________________
> From: activeperl-bounces@listserv.ActiveState.com
> [mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of Mathieu
> Longtin
> Sent: Wednesday, April 08, 2009 11:21 PM
> To: activeperl@listserv.activestate.com; Fish, David
> Subject: Re: Install Truly Random from CPAN when not listed in the ppm
> search
>
> Got this from Jeff Hobbs @ Activestate a couple of days ago:
>
> ppm install MinGW
>
> Then untar your package, and compile it as if you were in unix:
>
> dmake
> dmake test
> dmake install
>
> See this blog post for details:
>
> http://www.openkomodo.com/blogs/troyt/ppm-install-mingw
I tried "ppm install MinGW" with ActivePerl 822 (perl-5.8.8), and it
was available there. However, as Gaurav pointed out earlier, this
won't help installing Math-TrulyRandom, which hasn't been ported to
this Win32 environment yet (it also doesn't build with VC++).
--
best regards,
Randy
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Install Truly Random from CPAN when not listed in the ppm search
am 09.04.2009 20:43:13 von Curtis Leach
Could you tell me what repository you were pointing to? I can't find it
via PPM.
ppm> repository
Repositories:
[1] ActiveState Package Repository
ppm>
ppm> s MinGW
Searching in Active Repositories
No matches for 'MinGW'; see 'help search'.
ppm>
ppm> version
PPM - Programmer's Package Manager version 3.4
ppm>
My Perl
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 25 registered patches, see perl -V for more detail)
-----Original Message-----
From: Randy Kobes [mailto:randy.kobes@gmail.com]
Sent: Thursday, April 09, 2009 1:31 PM
To: Curtis Leach
Cc: activeperl@listserv.activestate.com
Subject: Re: Install Truly Random from CPAN when not listed in the ppm
search
On Thu, Apr 9, 2009 at 12:10 PM, Curtis Leach
wrote:
> Sounds good, but is it available for Perl 5.8 ?
>
> I can't seem to find it there.
> ________________________________
> From: activeperl-bounces@listserv.ActiveState.com
> [mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of
> Mathieu Longtin
> Sent: Wednesday, April 08, 2009 11:21 PM
> To: activeperl@listserv.activestate.com; Fish, David
> Subject: Re: Install Truly Random from CPAN when not listed in the ppm
> search
>
> Got this from Jeff Hobbs @ Activestate a couple of days ago:
>
> ppm install MinGW
>
> Then untar your package, and compile it as if you were in unix:
>
> dmake
> dmake test
> dmake install
>
> See this blog post for details:
>
> http://www.openkomodo.com/blogs/troyt/ppm-install-mingw
I tried "ppm install MinGW" with ActivePerl 822 (perl-5.8.8), and it was
available there. However, as Gaurav pointed out earlier, this won't help
installing Math-TrulyRandom, which hasn't been ported to this Win32
environment yet (it also doesn't build with VC++).
--
best regards,
Randy
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Install Truly Random from CPAN when not listed in the ppm search
am 09.04.2009 21:18:36 von Bill Luebkert
Curtis Leach wrote:
> Could you tell me what repository you were pointing to? I can't find it
> via PPM.
It's in the AS package repo.
Mine shows: http://ppm4.activestate.com/MSWin32-x86/5.8/820/package.xml
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs