Muhammad Umar Janjua wrote: > I am building nss on windows. > I have downlaoded winziptools > set the OS_TARGET=WINNT > and issued > gmake //without build_nss_all > command > > But i receive a build error > ---------- > gmake[2]: Entering directory > `D:/PKCS/nss-3.1.1/mozilla/security/nss/lib/pkcs7' > cl -FoWINNT5.0_DBG.OBJ/p7common.obj -c -Od -Z7 -MD -W3 -nologo -D_X86_ -GT - > DWIN > NT -DXP_PC -DDEBUG -D_DEBUG -UNDEBUG -DDEBUG_janjua -DWIN32 -D_WINDOWS -I../ > ../. > ./../dist/WINNT5.0_DBG.OBJ/include -I../../../../dist/include -I../../../../ > dist > /public/security -I../../../../dist/private/security -I../../../../dist/publ > ic/s > ecurity -I../../../../dist/public/dbm p7common.c > p7common.c > ../../../../dist/public/security\seccomon.h(47) : fatal error C1083: Cannot > open > include file: 'prtypes.h': No such file or directory > gmake[2]: *** [WINNT5.0_DBG.OBJ/p7common.obj] Error 2 > ------------- > > need ugent help
1. Make sure you checked out the NSPR and DBM sources as well. 2. You need to say "gmake build_nss_all". Wan-Teh
