Re: JSS/NSS library dependencies on Windows XP

2010-07-20 Thread Caden.smith Smith
Hope my feedback helps you solve similar problems in the future Cheers Cad On Mon, Jul 19, 2010 at 7:24 PM, Nelson B Bolyard wrote: > On 2010-07-19 10:56 PDT, Caden.smith Smith wrote: > >> Just for your information, here is the tree: >> >> JSS4.DLL >>   NSPR4.DLL >

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
I'll look into this tomorrow. Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL SECUR32.DLL NETAPI32.DLL DNSAPI.DLL MPRAPI.DLL SETUPAPI.DLL SHELL32.DLL SHDOCVW.DLL

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
Hello Sorry to revive the thread but I find the same problem. I went to see why the referred libs don't exist in Windows XP and the explanation is quite simple. for instance: http://stackoverflow.com/questions/2465111/dependency-walker-reports-ieshims-dll-and-wer-dll-missing However, I used a Wi

Re: Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Caden.smith Smith
Thank you for the help Wan. That was definitely a step forward. Now I have the following error: <--start of error--> c:\nss\cvs\mozilla\security\nss\lib\util\secasn1.h(49) : fatal error C1083: Cannot open include file: 'plarena.h': Invalid argument make[2]: *** [WIN954.0_DBG.OBJ/quickder.obj] Er

Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Caden.smith Smith
Hello I'm trying to build NSS on windows. It's a clean WIN XP SP2 machine with only Java (for JSS later) and VS 2005 installed. I'm using the following tools: Netscape's wintools download from: http://www-archive.mozilla.org/build/win32-nmake.html (wintools.zip) mozilla-build fr