Javier Delgadillo wrote:
> Unix:
> 1) cvs co mozilla/client.mk
> 2) cd mozilla
> 3) gmake -f client.mk checkout
> 4) gmake -f client.mk checkout BUILD_MODULES=psm2
> 5) configure
> 6) gmake
> 7) configure --enable-modules=psm2
> 8) gmake BUILD_MODULES=psm2
Hrm, using objdir:
[...]
nsNSSComponent.cpp:703: `const class nsGetServiceByContractID' used
where a `int' was expected
nsNSSComponent.cpp:705: base operand of `->' is not a pointer
nsNSSComponent.cpp:696: warning: `nsresult rv' might be used
uninitialized in this function
make[3]: *** [nsNSSComponent.o] Error 1
make[3]: Leaving directory
`/usr/src/cvs/mozilla/mozilla/security/manager/ssl/src'
I tried the following [1]:
make -f client.mk checkout BUILD_MODULES=psm2 && \
make -f client.mk build && make -f client.mk build BUILD_MODULES=psm2
then I tried your instructions above [2]. With [1] instructions I get a
file not found message, with [2] I get the error above.
Any ideas? PSM1 worked fine.
James.