Ok, I added the sources to my project and placed the xulrunner where it needs to be. I'm having problems building the app due to macro
- Code: Select all
NS_DEFINE_STATIC_IID_ACCESSOR(...)
For instance this line
- Code: Select all
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISUPPORTS_IID)
- Code: Select all
macro "NS_DECLARE_STATIC_IID_ACCESSOR" passed 11 arguments, but takes just 1|
Other errors are similar, only the argument is different.
Any help is appreciated!