Javier Delgadillo <[EMAIL PROTECTED]> 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
> 
Doing exactly this with a clean pull, I get a break at:

make[4]: Entering directory `/export/hyd-g/spool/obj2/security/nss/lib/crmf'
gcc -o Linux2.4_x86_glibc_PTH_DBG.OBJ/crmfenc.o -c -g -fPIC -DLINUX1_2 -Di386 -
D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_
BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_mark -D_REENTRANT
 -I../../../../dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/include  -I/export/hyd-g/spo
ol/obj2/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/public/security -I/export/hyd-g/spo
ol/obj2/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/private/security -I/export/hyd-g/sp
ool/obj2/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/public/dbm  crmfenc.c
In file included from crmf.h:39,
                 from crmfenc.c:36:
/export/hyd-g/spool/obj2/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/public/security/se
ccomon.h:47: prtypes.h: No such file or directory

It seems not to know where to find the nspr headers. This was configured
outside of the source tree, is it still necessary to add 
--enable-nspr-autoconf? Hmmm .. I just did that and nothing changed.

-- 
mark

Reply via email to