Re: Error while compiling my component

Christian Biesinger <[email protected]> Fri, 16 Jul 2004 16:22:05 +0200
Newsgroups gmane.comp.mozilla.devel.seamonkey,gmane.comp.mozilla.devel.dom,gmane.comp.mozilla.builds
Message-ID <[email protected]>
On Fri, Jul 16, 2004 at 05:30:27PM +0530, karthikeyan.R wrote:
> &nbsp;member of 'nsDerivedSafe&lt;class nsIDOMNSEvent&gt;'<br>
> make[1]: *** [nsRecorderImpl.obj] Error 2<br>
> make[1]: Leaving directory `/cygdrive/d/mozilla/xpcom/sample/qecomp'<br>
> make: *** [all] Error 2<br>

It's a bit hard to say anything without seeing your nsRecorderImpl.cpp
and possibly the .h file. I suspect some header you are including 
#define's a name that nsIDOMNSEvent wants to use as an identifier. I'd
suggest including nsIDOMNSEvent.h as the first header... 

--