0

I'm working on a XPCOM interface for Firefox. To compile my .idl file using 64-bit Ubuntu based system, I couldn't find the specific Gecko SDK version. I tired to download "Linux x86_64" version of Gecko SDK from link in which I couldn't find "xpidl" file inside bin folder. This is the tutorial I followed. It would be great to hear where I'm missing.

rharishan
  • 970
  • 7
  • 11

1 Answers1

0

The build system uses new xpidl written in python since quite some time.

See: https://developer.mozilla.org/en-US/docs/XPIDL/pyxpidl

nmaier
  • 32,336
  • 5
  • 63
  • 78