Ahmad Noori wrote:
 > Hello,
 >
 > I am trying to build JSS 3.1 and i get the following error message:
 >
 > cd util; gmake libs
 > gmake[4]: Entering directory `D:\JSS3.1Source\jss-3.1-src\mozilla\secu
 > rity\jss\org\mozilla\jss\util'
 > cl -FoWINNT5.0_OPT.OBJ/jssutil.obj -c -O2 -MD -W3 -nologo -GT -DXP_PC
 > -UDEBUG -U_DEBUG -DNDEBUG -DWIN32 -D_WINDOWS -D_X86_ -DWINNT -I../../.
 > ./../../../dist/WINNT5.0_OPT.OBJ/include  -I../../../../../../dist/pub
 > lic/jss -I../../../../../../dist/private/jss -I_jni -Ic:/jdk13/include
 >  -Ic:/jdk13/include/win32 -I../../../../../../dist/public/nspr20 -I../
 > ../../../../../dist/public/security  jssutil.c
 > jssutil.c
 > jssutil.c(35) : fatal error C1083: Cannot open include file: 'nspr.h':
 >  No such file or directory

 >
 > I am pointing to where nspr.h file is in my system path but it is not
 > finding it.
 >

The compiler is looking for nspr.h in
c:\JSS3.1Source\jss-3.1-src\mozilla\dist\WINNT5.0_OPT.OBJ/include. Is it
there?

You need to download NSPR 4.1.2 from 
ftp://ftp.mozilla.org/pub/nspr/releases/v4.1.2/src/nspr-4.1.2.tar.gz. It 
needs to be installed into the same directory hierarchy as JSS and NSS.



Reply via email to