Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support #2

Open
c9s opened this issue Feb 5, 2010 · 4 comments
Open

Windows Support #2

c9s opened this issue Feb 5, 2010 · 4 comments
Labels

Comments

@c9s
Copy link
Owner

c9s commented Feb 5, 2010

I've tested some plugin in Vimana on windows (with strawberry perl installed)

gist.vim could be installed . but at the first time, the directory "plugin" will be created as a file. so that gist.vim can not be copied into plugin directory. I manully removed directory and create plugin directory , and it works.

C:\Documents and Settings\c9s\Desktop\Vimana-2010.03419\Vimana-2010.03419>perl - Ilib bin/vimana install fuzzyfinder
Plugin will be installed to vim runtime path: C:\Documents and Settings\c9s\vimfiles

Canonical name: fuzzyfinder
Downloading from: http://www.vim.org/scripts/download_script.php?src_id=11852
Saving file to C:\DOCUME~1\c9s\LOCALS~1\Temp\vimana-teimnp\vim-fuzzyfinder.zip
Extracting to C:\DOCUME~1\c9s\LOCALS~1\Temp/vimana-yhyeln.
Extracting to: C:\DOCUME~1\c9s\LOCALS~1\Temp/vimana-yhyeln
format error: bad signature: 0x14031402 at offset 55175 in file C:\DOCUME~1\c9s\
    LOCALS~1\Temp\vimana-teimnp\vim-fuzzyfinder.zip at lib/Vimana/PackageFile.pm line 195
    Can't call method "extractTree" on an undefined value at 
    C:/strawberry/perl/site/lib/Archive/Any/Plugin/Zip.pm line 47.

here is my log:

C:\Documents and Settings\c9s\Desktop\Vimana-2010.03419\Vimana-2010.03419>
    perl -Ilib bin/vimana install autocomplpop

Plugin will be installed to vim runtime path: C:\Documents and Settings\c9s\vimf
iles
Canonical name: autocomplpop
Downloading from: http://www.vim.org/scripts/download_script.php?src_id=11894
Saving file to C:\DOCUME~1\c9s\LOCALS~1\Temp\vimana-agigaj\vim-autocomplpop.zip

Extracting to C:\DOCUME~1\c9s\LOCALS~1\Temp/vimana-rwcefm.
Extracting to: C:\DOCUME~1\c9s\LOCALS~1\Temp/vimana-rwcefm
format error: bad signature: 0x1402014b at offset 13705 in file C:\DOCUME~1\c9s\
LOCALS~1\Temp\vimana-agigaj\vim-autocomplpop.zip
    at lib/Vimana/PackageFile.pm line 195
    Can't call method "extractTree" on an undefined value 
    at C:/strawberry/perl/site/lib/Archive/Any/Plugin/Zip.pm line 47.

C:\Documents and Settings\c9s\Desktop\Vimana-2010.03419\Vimana-2010.03419>
@c9s
Copy link
Owner Author

c9s commented Feb 5, 2010

I think Any::Archive is buggy. so maybe we need a better solution for archive files.

things still work for mac and linux, seems good.

@mattn
Copy link
Collaborator

mattn commented Feb 6, 2010

Hmm. strange. I'll look into it layer on my windows.

@mattn
Copy link
Collaborator

mattn commented Mar 31, 2010

@c9s, Yet are you getting this problem?

@c9s
Copy link
Owner Author

c9s commented Mar 31, 2010

I will try it in later days. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants