[Catalyst] C::P::UploadProgress

2008-05-14 Thread Octavian Rasnita

Hi,

Can C::P::UploadProgress be made to work under Windows?
I've seen that it requires C::P::Cache::FastMmap and this module can't be 
installed under Windows, even after installing Cache::FastMmap::WithWin32.


Thank you.

Octavian


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Ash Berlin

On 14 May 2008, at 15:32, Octavian Rasnita wrote:


Hi,

Can C::P::UploadProgress be made to work under Windows?
I've seen that it requires C::P::Cache::FastMmap and this module  
can't be installed under Windows, even after installing  
Cache::FastMmap::WithWin32.


Thank you.

Octavian



Doesn't work how? Build errors? Just plain doesn't work?

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Andy Grundman


On May 14, 2008, at 10:32 AM, Octavian Rasnita wrote:


Hi,

Can C::P::UploadProgress be made to work under Windows?
I've seen that it requires C::P::Cache::FastMmap and this module  
can't be installed under Windows, even after installing  
Cache::FastMmap::WithWin32.


It will work with any cache plugin.

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Octavian Rasnita

From: Ash Berlin [EMAIL PROTECTED]

Can C::P::UploadProgress be made to work under Windows?
I've seen that it requires C::P::Cache::FastMmap and this module  can't 
be installed under Windows, even after installing 
Cache::FastMmap::WithWin32.


Thank you.

Octavian



Doesn't work how? Build errors? Just plain doesn't work?


I enclosed below the errors I've seen when doing:
cpan install Catalyst::Plugin::Cache::FastMmap

I think this module require Cache::FastMmap and it gives errors if it is not 
found. It might need to try require-ing Cache::FastMmap but if it is not 
found, try require-ing Cache::FastMmap::WithWin32.


The errors:
E:\usr\bin\perl.exe Build --makefile_env_macros 1
Copying lib\Catalyst\Plugin\Cache\FastMmap.pm - 
blib\lib\Catalyst\Plugin\Cache\FastMmap.pm
Manifying blib\lib/Catalyst/Plugin/Cache/FastMmap.pm - 
blib\libdoc\Catalyst.Plugin.Cache.FastMmap.3
HTMLifying blib\lib\Catalyst\Plugin\Cache\FastMmap.pm - 
blib\libhtml\site\lib\Catalyst\Plugin\Cache\FastMmap.html
Build: blib\lib\Catalyst\Plugin\Cache\FastMmap.pm: cannot resolve 
LCatalyst in paragraph 24.
Build: blib\lib\Catalyst\Plugin\Cache\FastMmap.pm: cannot resolve 
LCatalyst in paragraph 32.

nmake  -- OK
Running make test
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
E:\usr\bin\perl.exe Build --makefile_env_macros 1 test
t\01use
t\01useNOK 1#   Failed test 'use 
Catalyst::Plugin::Cache::FastMmap;'

#   at t\01use.t line 3.
# Tried to use 'Catalyst::Plugin::Cache::FastMmap'.
# Error:  Can't locate Cache/FastMmap.pm in @INC (@INC contains: 
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib 
E:\usr\cpan\build\Catalyst-Plugin-
Cache-FastMmap-0.6\blib\arch _build\lib E:/usr/site/lib E:/usr/lib .) at 
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib/Catalyst/Plugin/Cache/FastMmap

.pm line 6.
# BEGIN failed--compilation aborted at 
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib/Catalyst/Plugin/Cache/FastMmap.pm 
line 6.

# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
# Looks like you failed 1 test of 1.
t\01usedubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t\02podskipped
all skipped: set TEST_POD to enable this test
t\03podcoverageskipped
all skipped: Test::Pod::Coverage 1.04 required
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t\01use.t  1   256 11 100.00%  1
2 tests skipped.
Failed 1/3 test scripts, 66.67% okay. 1/1 subtests failed, 0.00% okay.
NMAKE : fatal error U1077: 'E:\usr\bin\perl.exe' : return code '0xff'
Stop.
nmake test -- NOT OK
Running make install
make test had returned bad status, won't install without force
cpan


Octavian


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/