Hey all,

So, let's go with second things first: Is Jenda's PPM repository still alive? I see that Jenda was here recently, so hopefully I'll get a personal reply, but I get a 403 when trying to access /perl/ on http://jenda.krynicky.cz/...

Okay, now first things second: LanMan. Who has built it, and what service pack and SDK version/install level did you use with the MS VC++? I've tried to compile it (since I can't PPM it from Jenda's site), and I'm getting the below error...

cl.exe /nologo /G4 /MT /W3 /GX /O1 /D WIN32 /D _WINDOWS /D MSW +IN32 /YX /FD /c /I "c:\perl\lib\core" /I "C:\Program Files\Microso +ft Visual Studio\VC98\Lib\include" /D NDEBUG /Fp.\perl.8xx.release\la +nman.pch /Fo.\perl.8xx.release/ /Fd.\perl.8xx.release/ /D PERL_5_8_0 +.\lanman.cpp lanman.cpp .\lanman.cpp(331) : error C2065: 'MSV1_0_DERIVECRED_TYPE_SHA1' : undec +lared identifier .\lanman.cpp(460) : error C2065: 'PolicyDomainQualityOfServiceInformat +ion' : undeclared identifier .\lanman.cpp(696) : error C2065: 'TRUST_ATTRIBUTE_TREE_PARENT' : undec +lared identifier .\lanman.cpp(699) : error C2065: 'TRUST_ATTRIBUTE_TREE_ROOT' : undecla +red identifier NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop.
Thanks all, amonotod

In reply to LanMan, and Jenda's Repository by amonotod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.