Skip to main content

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


Hi,

The XULRunner that swt's xulrunner library is compiled against is actually compiled from source, which is required in order to link its static glue code.  Compiling XULRunner from source requires the installation of various package dependencies that you're not likely to already have.  If your changes are not in the area of Mozilla integration then it's much easier to just not compile swt's xulrunner library, by commenting out the $(XULRUNNER_LIB) target invocation in make_macosx.mak.

Grant

Back to the top