GSoC Week 1
Tor Lillqvist
tml at iki.fi
Tue May 22 05:34:59 PDT 2012
> I did the easy hack on Ubuntu for simplicity. I wanted to switch to the mac as it's a much more
> powerful machine, but I can retreat if need be.
Ah OK. No problem, more powerful is good.
> I thought I had, autogen.lastrun:
>
> CC_FOR_BUILD=ccache clang -arch i386 -mmacosx-version-min=10.6
> CXX_FOR_BUILD=ccache clang++ -arch i386 -mmacosx-version-min=10.6
> --with-build-platform-configure-options=--with-macosx-version-min-required=10.6
The CC_FOR_BUILD and CXX_FOR_BUILD environment variables and the
--with-build-platform-configure-options switch are meaningful only in
a cross-compilation. Set CC and CXX instead.
> --disable-nss-module #I've tried with / without this
I don't see any mention of a nss-module enable/disable switch in
configure.in any more; I guess building nss is mandatory now (for the
desktop OSes). If you see a mention of --dsable-nss-module still in
the wiki somewhere, please fix that.
--tml
More information about the LibreOffice
mailing list