[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 _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

