When compiling Seamonkey I received an error:

../../accessible/atk/Platform.o: In function
`mozilla::a11y::PlatformInit()':
Platform.cpp:(.text._ZN7mozilla4a11y12PlatformInitEv+0x155): undefined
reference to `atk_bridge_adaptor_init'

What development library would I expect to find that in?

I have removed the code and made it default to the gtk 2 code. But I am
not sure what effect that has. Does anyone know what this code is doing
or what part of the browser it relates to?

https://dxr.mozilla.org/mozilla-central/source/accessible/atk/Platform.cpp

This code I have removed:

#if (MOZ_WIDGET_GTK == 3)
  if (atk_bridge_adaptor_init) {
    atk_bridge_adaptor_init(nullptr, nullptr);
  } else
#endif
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to