I wrote a component which uses the ProxyObjectManager in order to allow a listener to interact with the UI. It compiles well but it fails at link time (registration) : Load FAILED with error: ./cmExample.so: undefined symbol: nsProxyObject type_info function It happens even if I remove all the code but #include "nsIProxyObjectManager.h" I tried different components, builds, machines but it didn't do anything. I looked at the mozilla nsISupports Proxies' doc and XPInstall also, but I surely missed something. Does anyone have a clue ?
