I got this erro

make[2]: Entering directory `/cygdrive/c/mozilla/security/nss/lib/util'
cl -FoWINNT5.1_DBG.OBJ/utf8.obj -c -Od -Z7 -MD -W3 -nologo -GT -DXP_PC -DDEBUG -D_DEBUG -UNDEBUG -DDEB
UG_jeff -DWIN32 -D_WINDOWS -D_X86_ -DWINNT -I../../../../dist/WINNT5.1_DBG.OBJ/include -I../../../../
dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/dbm c:/mozilla/security/nss/
lib/util/utf8.c
utf8.c
c:/mozilla\security\nss\lib\util\utf8.c(35) : error C2059: syntax error : '<<'
c:/mozilla\security\nss\lib\util\utf8.c(37) : error C2059: syntax error : '=='
c:/mozilla\security\nss\lib\util\utf8.c(39) : error C2059: syntax error : '>>'
make[2]: *** [WINNT5.1_DBG.OBJ/utf8.obj] Error 2
make[2]: Leaving directory `/cygdrive/c/mozilla/security/nss/lib/util'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/cygdrive/c/mozilla/security/nss/lib'
make: *** [libs] Error 2


I just commented out the lines 35 - 39. I was just wanted to get it to compile all the way at least once... I was getting sick of compile errors on everything for the last few days.

I've been working on getting an -X option for signtool to make an XPI compatible archive. I've also eliminated the need for running manifesto twice. Basically after the zip file is opened and the create_pk7 has been run the do a simple if then. If the xpi_arc variable returns true then add the rsa/dsa file first and run manifesto second. If it's not set then run manifesto first and add the rsa/dsa file second.

Right now I'm working on getting the -X argument added and tested. (doing it between 
things here at work...).

Jeff Klawiter

Nelson B wrote:
Jeff Klawiter wrote:

Sucess I have now been able to compile signtool.exe on windows. I just disabled debugging in the utf8.c and it all compiled great.


Please explain about disabling debugging in utf8.c.
what was necessary, and why?


_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to