I am writing a c++ plugins for firefox, but I am getting this linking
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

In My Makefile.in, I already add

REQUIRES        = xpcom \
                  layout \

My code compiles find but fails to link.
I did not make any modification to nsPresContext, so can you please
tell how can I resolve my linking error? What am I missing in my
Makefile.in?

Thank you.

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

Reply via email to