Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Mac OS X Carbon Mac OS X compiling native libraries

I want to add some more Mac functionality (namely SetWindowModified and
sheets) to the OS class.

I have figured out how to add the new native method, cast the arguments in
the C code, and the build process will compile os.c without complaining
about the call to SetWindowModified.

However, the build fails with the following message:

cc1plus: error:
/Users/Shared/xulrunner/1.8.0.1/mozilla/dist/i386/dist/sdk/include/mozilla-config.h:
No such file or directory

I tried download XULRunner 1.8.0.1 as an OS X disk image, but it just
installs /Library/Frameworks/XUL.framework, and has no mozilla-config .h
file.

Where does this SDK come from?



Back to the top