https://bugs.freedesktop.org/show_bug.cgi?id=38246
--- Comment #7 from Tor Lillqvist <[email protected]> 2011-10-26 03:43:42 PDT --- LO is buildable on Lion, sure, but the more interesting question is against what SDK. Building against the 10.6 SDK (comes with the latest Xcode in addition to the 10.7 one) should work, but you need to use the non-LLVM compiler(s), gcc-4.2 and g++-4.2. At least, I think that was the conclusion I arrived at when trying last. You might want to use an autogen.lastrun something like this: CC=ccache gcc-4.2 -arch i386 -mmacosx-version-min=10.4 CXX=ccache g++-4.2 -arch i386 -mmacosx-version-min=10.4 --disable-binfilter --disable-build-mozilla --disable-mozilla --disable-online-update --enable-epm --with-java-target-version=1.5 --with-macosx-version-min-required=10.4 --with-macosx-sdk=10.6 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
