Ok... I've done a fresh clobber and build and now I'm getting stuck at:

+++ make: export in Y:\mozilla\security\manager\pki\public
+++ make: exporting IDL files
    Installing .\nsIPKIParamBlock.idl into ..\..\..\..\dist\idl\nsIPKIParamBlock.idl

+++ make: Creating directory: .\_xpidlgen
nsIPKIParamBlock.idl:38: can't open included file nsIDialogParamBlock.idl for
reading

input callback returned failure


Help... I'm on week 2 with no success

Chip

Chip Clark wrote:

> However... I've got a problem with building debug builds....
>
> nsNSSCertificate.cpp
> +++ make: Creating DLL: .\WIN32_D.OBJ\pipnss.dll
>    Creating library .\WIN32_D.OBJ\pipnss.lib and object .\WIN32_D.OBJ\pipnss.exp
>
> nsNSSCallbacks.obj : error LNK2001: unresolved external symbol __imp__SSL_Securi
>
> tyStatus
> nsNSSComponent.obj : error LNK2001: unresolved external symbol __imp__SSL_Option
>
> SetDefault
> nsNSSComponent.obj : error LNK2001: unresolved external symbol __imp__NSS_SetDom
>
> esticPolicy
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_ResetHan
>
> dshake
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_OptionSe
>
> t
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_ForceHan
>
> dshake
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_DataPend
>
> ing
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_BadCertH
>
> ook
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_SetURL
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_GetClien
>
> tAuthDataHook
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__NSS_GetClien
>
> tAuthData
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_Handshak
>
> eCallback
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_SetPKCS1
>
> 1PinArg
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_ImportFD
>
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_PeerCert
>
> ificate
> nsNSSIOLayer.obj : error LNK2001: unresolved external symbol __imp__SSL_RevealUR
>
> L
> .\WIN32_D.OBJ\pipnss.dll : fatal error LNK1120: 16 unresolved externals
> NMAKE : fatal error U1077: 'link' : return code '0x460'
>
> Chip Clark wrote:
>
> > Ok... that did it.... Thanks!
> >
> > Javier Delgadillo wrote:
> >
> > > Try attaching this patch to see if that fixes it for you.
> > >
> > > --
> > > Javier Delgadillo            Sun / Netscape Alliance
> > > (408) 276-3977               Software Engineer
> > > mailto:[EMAIL PROTECTED]     http://people.netscape.com/javi
> > >
> > >   ------------------------------------------------------------------------
> > > Index: location.mk
> > > ===================================================================
> > > RCS file: /cvsroot/mozilla/security/coreconf/location.mk,v
> > > retrieving revision 1.2
> > > diff -u -r1.2 location.mk
> > > --- location.mk 2000/09/06 23:33:27     1.2
> > > +++ location.mk 2001/03/10 00:11:41
> > > @@ -43,9 +43,6 @@
> > >  OBJDIR        = $(PLATFORM)
> > >
> > >  DIST          = $(CORE_DEPTH)/../dist/$(PLATFORM)
> > > -ifdef MOZILLA_CLIENT
> > > -DIST          = $(CORE_DEPTH)/../mozilla/dist/$(PLATFORM)
> > > -endif
> > >
> > >  VPATH         = $(NSINSTALL_DIR)/$(PLATFORM)
> > >  DEPENDENCIES  = $(PLATFORM)/.md


Reply via email to