John P Baker wrote: > > I am suddenly unable to build Mozilla for OS/2 using IBM C++ v3.6.5. > The messages issued are: > > ..\..\dist\include\xpcom\nsCppSharedAllocator.h(6:10) : error EDC3008: > Source file <new> cannot be opened.
<snip> > The compiler is receiving a command line option of "-DNEW_H=\<new\>" > > Any help would be appreciated. I don't see a <new> in ibmcxxo/include, just <new.h>, so you need "-DNEW_H=\<new.h\>". You might want to take a look at what's happening during configure that's setting it to <new>. h~
