Colin Blake wrote:
> I pulled code as follows:
>
> - mozilla/security/manager, mozilla/security/psm. and
> mozilla/security/Makefile.in from MOZILLA_0_9_BRANCH
> - mozilla/security/nss and mozilla/security/coreconf from
> NSS_CLIENT_BRANCH
>
> Then I did:
>
> configure --enable-modules=psm2
> gmake BUILD_MODULES=psm2
That's some bad voodoo you're mixing up there. You should be pulling
nss & coreconf from the MOZILLA_0_9_BRANCH as well.
The NSS_CLIENT_BRANCH only works with the tip (afaik) and isn't quite
live for all platforms yet. You'll notice that nss/configure.in is
missing the relevant openvms section. See bug 77240 for further details.
- cls