I can't build PSM2/NSS at the moment. My previous M0.9 build of a week
or so ago worked fine. Now I'm failing because CORECONF_SOURCE isn't
defined. It looks like this gets defined by configure in security/nss,
but this never runs for me. When should it run???
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
and that failed when it got to PSM:
gmake[1]: Entering directory `/m09opt/security/manager'
/m09/mozilla/security/coreconf/OpenVMSV7.1-2.mk:22: /OpenVMS.mk: No such
file or directory
gmake[1]: *** No rule to make target `/OpenVMS.mk'. Stop.
gmake[1]: Leaving directory `/m09opt/security/manager'
gmake: *** [export] Error 2
Line 22 of OpenVMSV7.1-2.mk is:
include $(CORECONF_SOURCE)/OpenVMS.mk
so the problem is that CORECONF_SOURCE is not defined.
What am I doing wrong!!!