Re: Crash when running app built in 10.3.7 on 10.2.8
"drumminj" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Thanks for the reply, Javier. No, I did not build against that. I was not aware that I needed to (no mention in the Mac build instructions found here: http://www.mozilla.org/build/mac.html) I assume I then need to add: "ac_add_options --with-macos-sdk=<dir>" to my .mozconfig file, where <dir> is the location of the sdk? I'm trying to track down the SDK at the moment, so I'll give this a try. Thanks. J Javier Pedemonte wrote: > Did you build against the 10.2.8 SDK? If not, take a look at the > references to MACOS_SDK_DIR in > http://lxr.mozilla.org/mozilla/source/configure.in. Those are the > instances that are used when building Mozilla. > > javier