I kicked off a Windows build that's been sitting on my machine for weeks it fails when trying to compile nsDependentString.cpp with the following error:

"c:\mozilla\objdir-opt-xulrunner-small\dist\include\string\nsString.h(55) : fatal error C1083: Cannot open include file: '': No such file or directory"

That line (this is the same file/line I believe, just in it's original location: http://lxr.mozilla.org/mozilla1.8/source/xpcom/string/public/nsString.h#55) fails because NEW_H is undefined - it looks like NEW_H ought to be set to '<new>' or '<new.h>' at some point in the build.

Nothing relevant has changed on my machine from the last time I built 
successfully from scratch.

Has anyone seen this before and knows what's going on - before I start to dig into the build logs and see if I can see why NEW_H isn't being set properly?

Cal.


_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to