Re: Moose with AS1002/5.10.0
[email protected] ("spicy jack")
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
> On May 3, 2008, at 11:38 AM, [email protected] wrote: > > > Do you know if anyone has successfully built Moose on Win for use with AS > perl? > > > > (Or of a PPM?) On Sat, May 3, 2008 at 8:40 AM, Stevan Little <[email protected]> wrote: > I am not a windows user, but I think we have a few on the mailing list and > possibly on IRC (#moose irc.perl.org). > > - Stevan I have a Moose package built for Perl 5.10.0 on Win32 in my distro, called Camelbox, so I know it's possible to run Moose on Windows. Camelbox homepage here: http://code.google.com/p/camelbox/ Moose should also build on Strawberry Perl (http://strawberryperl.com/). Both distros use MinGW (GCC) and dmake for building modules (including compiling XS code). The Activestate package build status page lists the last build test of Moose as version 0.38, and that it failed to build. http://ppm.activestate.com/BuildStatus/5.10-M.html The ActiveState FAQ describes how to compile source for modules downloaded from CPAN on ActiveState, but I've not verified they work (Disclaimer: I'm the maintainer of Camelbox). The instructions are here: http://aspn.activestate.com/ASPN/docs/ActivePerl/5.10/faq/Windows/ActivePerl-Winfaq9.html Thanks, Brian