Re: 64bit NSS build on windows 7 x64

2010-09-16 Thread Kaspar Brand
On 16.09.2010 15:28, David Stutzman wrote: > I've installed the latest mozilla-build, VS2008 Express SP1, the latest > windows SDK (7.1) and I'm just not getting too far in this process. > Linux is so much easier! > > I start up the shell with the start-msvc8-x64.bat script, which doesn't >

Re: 64bit NSS build on windows 7 x64

2010-09-16 Thread Marsh Ray
On 09/16/2010 11:38 AM, Benjamin Smedberg wrote: On 9/16/10 6:28 AM, David Stutzman wrote: I start up the shell with the start-msvc8-x64.bat script, which doesn't seem to do/be anything different from start-msvc8.bat. The 64-bit compiler seems to be installed from the SDK. If possible I'd lik

Re: 64bit NSS build on windows 7 x64

2010-09-16 Thread Benjamin Smedberg
On 9/16/10 6:28 AM, David Stutzman wrote: I start up the shell with the start-msvc8-x64.bat script, which doesn't seem to do/be anything different from start-msvc8.bat. The 64-bit compiler seems to be installed from the SDK. If possible I'd like to target from XP 64 on up as far as compatibilit

Re: 64bit NSS build on windows 7 x64

2010-09-16 Thread Matej Kurpel
On 16. 9. 2010 15:28, David Stutzman wrote: configure: error: installation or configuration problem: C compiler cannot creat e executables. Just guessing here... could this be a problem with UAC? (User Account Control) M. Kurpel -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla

64bit NSS build on windows 7 x64

2010-09-16 Thread David Stutzman
I give up...can you guys point me to some directions for this? I've installed the latest mozilla-build, VS2008 Express SP1, the latest windows SDK (7.1) and I'm just not getting too far in this process. Linux is so much easier! I start up the shell with the start-msvc8-x64.bat script, whi

Can a ssl3.ca_list be configured on a model file descriptor?

2010-09-16 Thread Wolter Eldering
Hi, I have configured a model file descriptor using SSL_SetTrustAnchors(PRFileDesc *fd, CERTCertList *list) The ssl3.ca_list information set in the model is not copied into the new file descriptor when calling PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd); Could it be that th