Not helpful: I still think ViM For The Win
Helpful:
What Perl are you using?
When I try installing Perl::LanguageSever on my StrawberryPerl 5.38.0x64, it fails on the dependency IO::AIO.
Without digging too deep:
AIO.xs:778:30: error: incompatible types when assigning to type 'struct w32_stat' from type 'struct _stat64'
Pretty sure it's Perl and Win64 headers not playing nicely
So I tried Portable StrawberryPerl 5.32.1x32 (The newest x32 available) and IO::AIO installs.
Next, AnyEvent needs to be force installed
cpanm AnyEvent --force because Windows
But after that, Perl::LanguageServer installs.
Probably better to fix IO::AIO on x64, but I don't have time to dig in to that
Not the best, but if you don't mind developing in x32 then this'll get you going
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.