On Jul 2, 5:39 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > include/layout/nsPresContext.h:339: undefined reference to > > `nsPresContext::GetContainerInternal()' > > That means that you're defining _IMPL_NS_LAYOUT in your code for some reason > but > not linking your code as part of the layout library. You don't want to > define that. > > -Boris
Thanks. I have remove _IMPL_NS_LAYOUT in my Makefile.in, but I still get the same error: ../../../../dist/lib/libbase_s.a(MyIDOMEventListener.o): In function `nsPresContext::GetContainer()': /home/schultz/mozilla/firefox-objdir/dom/src/blocks/../../../dist/ include/layout/nsPresContext.h:339: undefined reference to `nsPresContext::GetContainerInternal()' collect2: ld returned 1 exit status Can you please tell me what else I should do? Thank you. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

