2009/3/10 marcelino jr esguerra <marcelinoesguerr...@gmail.com>:
> i have these:
>  mozilla/nsprpub
>  mozilla/dbm
>  mozilla/security/nss
>  mozilla/security/coreconf
>  mozilla/security/dbm
> i downloaded the MozillaBuildSetup-1.3.exe and installed it.
> i use the start-msvc9.bat and went to mozilla/security/nss
> then i entered: gmake nss_build_all
> but then, i have this error:
> ...
> creating pr/src/threads/combined/Makefile
> cd ../../nsprpub/WINNT5.1_DBG.OBJ ; c:/mozilla-build/moztools/bin/gmake.exe
> c:\mozilla-build\moztools\bin\gmake.exe[1]: Entering directory `d:/Documents
> and
>  Settings/Marjun/Desktop/mozilla-pkcs tool/mozilla/nsprpub/WINNT5.1_DBG.OBJ'
> cd config; c:/mozilla-build/moztools/bin/gmake.exe -j1 export
> c:\mozilla-build\moztools\bin\gmake.exe[2]: Entering directory `d:/Documents
> and
>  Settings/Marjun/Desktop/mozilla-pkcs
> tool/mozilla/nsprpub/WINNT5.1_DBG.OBJ/conf
> ig'
> cl -Fonow.obj -c      -W3 -nologo -GF -Gy -Od -MD -GT -Z7   -UNDEBUG
> -DDEBUG_Mar
> jun  -DDEBUG=1 -DXP_PC=1 -DWIN32=1 -D_DEBUG=1 -DWINNT=1 -D_X86_=1
>  -DFORCE_PR_LO
> G   /d/Documents and Settings/Marjun/Desktop/mozilla-pkcs
> tool/mozilla/nsprpub/W
> INNT5.1_DBG.OBJ/config/../../config/now.c
> cl : Command line warning D9002 : ignoring unknown option '/d/Documents'
> cl : Command line warning D9024 : unrecognized source file type 'and',
> object fi
> le assumed
> cl : Command line warning D9027 : source file 'and' ignored
> cl : Command line warning D9024 : unrecognized source file type
> 'Settings/Marjun
> /Desktop/mozilla-pkcs', object file assumed
> cl : Command line warning D9027 : source file
> 'Settings/Marjun/Desktop/mozilla-p
> kcs' ignored
> now.c

Our build system can't handle a pathname with spaces in it yet.
Please work around this by moving your directory to C:\ and
replace the space by '-', that is, C:\mozilla-pkcs-tool.

You should also type 'make' instead of 'gmake' when you
use MozillaBuild.  MozillaBuild doesn't have 'gmake'.  Is
your 'gmake' just a copy of the 'make' from MozillaBuild?

Wan-Teh
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to