amonotod has asked for the wisdom of the Perl Monks concerning the following question:

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

Replies are listed 'Best First'.
Re: LanMan, and Jenda's Repository
by amonotod (Acolyte) on Dec 14, 2005 at 20:37 UTC
    Hello all...

    I'd still like an answer to the question of how to build the module (SP/SDK versions), but I just realized that the compiled module is included in the CPAN distribution of the source... So, yay, I'm up and running with LanMan...

    I emailed Jenda about this node, so still hope to get a reply on the PPM repository...

    Meanwhile, thanks for listening! ;-)

    Thanks, amonotod