I did a fresh install of everything yesterday. I downloaded the nightly source from wednesday and ran an cvs update this morning. I just checked the mozilla-source.tar.gz I used and the problems aren't in there. Looks like it was a mess up from CVS then.
Jeff
Nelson Bolyard wrote:
Jeff Klawiter wrote:
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 : '>>'
<<<<<<<
then some code, then a line with 7 ='a, e.g.
=======
then some other code, then a line with 7 >'s.
>>>>>>>
That's a CVS update coonflict error that left your source file in a bad way. Did you get the file with CVS ? Or did you get it from a tarball. We have to fix the tarball if so.
If you used CVS, then Just rm'ing the file and updating again will fix it.
/Nelson
_______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
