However, I can't seem to resolve
a problem building the nss module.
Hmm, in cross-compilation the nss module isn't built for the build
platform (and for Android, not for the host platform either), so is
this in a native Mac build tree I assume.
So not directly related to the Android work, but yeah, it is good to
have a native build, too. I guess you did your Easy Hack etc work on
some other platform than the Mac then? Build problems were really
supposed to be sorted out before GSoC coding start.
Anyway, I think your problem is that you are (accidentally) building
64-bit code, you need to include either the "-arch i386" or "-m32"
option in your CC and CXX. Also -mmacosx-version-min=10.6 . And you
probably didn't pass the --with-macosx-version-min-required=10.6
--with-macosx-sdk=10.6 options to autogen.sh.
(Yeah, all that should ideally be automated in configure.in, but then
support for a current tool-chain in the Mac build is a work in
progress.)
--tml
Context
- Re: GSoC Week 1 (continued)
Re: GSoC Week 1 · Iain Billett
- Re: GSoC Week 1 · Tor Lillqvist
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.