> [EMAIL PROTECTED] wrote: >>> I've built and compiled a C++ XPCOM component for use with my FF / TB >>> extension. When testing in Linux the component will not be registered >>> if I >>> place it in a platform specific directory as described here: >>> http://developer.mozilla.org/en/docs/Bundles#Platform-specific_Subdirectories > > How do you know that platform/ABI are correct? You should probably check > the > values in nsIXULAppInfo to make sure they are what you expect. In > particular, we have a known issues where those values may be wrong > (different) when cross-compiling. >
This is occurring on my desktop machine. I'm checking the ABI and OS from nsIXULRuntime. I guess this is the method you're warning me could be inaccurate? I'm not sure I follow your suggestion on how I can use nsIXULAppInfo to determine a plaform specific directory to install my binary component in. I'm trying to follow the recommendations for extension installation found at the bottom of this page: http://developer.mozilla.org/en/docs/XPCOM_ABI Thanks, A. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
