[Catalyst] Installing on Windows XP

Carl Franks fireartist at gmail.com
Fri Feb 10 10:10:57 CET 2006


If you have a compiler, Scalar-Utils's Makefile.PL also supports an
"-xs" flag to force xs
(it's compiler detection seems to be broken on win/gcc)

perl Makefile.PL -xs
make test
make install


On 09/02/06, Karl.Moens at marsh.com <Karl.Moens at marsh.com> wrote:
>
>
>
>
> Robert wrote:
>
> > I used the Task::Catalyst bundle to install Catalyst on my XP box. I got
> > a "weak references" error afterwards when I tried to create a site. I
> > seem to remember hearing about that at some point (I think).
> >
> > Robert
>
> I had the same problem some time ago. It seems IMHO that it is due to the
> newest version (1.18 ?) of Scalar::List::Utils being installed. If you
> install it through CPAN you get the non XS-version which does not support
> weak references and if you then install it through ppm, it still does not
> support weak references.
>
> To solve this I had to install ActiveState Perl again (in a different
> folder) and copy all Scalar::List::Utils related files from the fresh
> install over the existing Perl install (don't forget the files in the
> auto-folder, it is here that the XS-files are!). IIRC the latest AS Perl
> uses Scalar::List::Utils 1.17 and that seems to work.
>
> Karl
> aka CountZero on Perlmonks
>
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> This message and any attachments are confidential. If you have received
> this message in error please delete it from your system. If you require any
> assistance please notify the sender. Thank You.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



More information about the Catalyst mailing list