xpidl compiler is not being found after xulrunner2.0
Vikas Pushkar <[email protected]> Tue, 16 Jun 2015 22:34:54 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
i have a module with uses nshttpauthmanager.idl service. so far i was using an old xulrunner-sdk(i guess 2.0) to create nshttpauthmanager.idl.h and use it. but in the latest sdks i do not find xlidl compiler. in latest gecko-sdk i am able to find xlidl but nshttpauthmanager is not found. if i copy xlidl from gecko-dk it does not work it says "Bad CPU Type In Executable". is there a xulrunner-sdk which has both nshttpauthmanager and xlidl? how do we get .h files from .idl files in the latest xulrunner-sdks? am i missing some changes that has gone through xulrunner-sdk lately?