[Libreoffice-bugs] [Bug 38246] Change visibility of comments / notes via Notes Ruler Control [UI] [VIEWING] (OOoNotes2)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 26 12:43:42 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=38246

--- Comment #7 from Tor Lillqvist <tlillqvist at suse.com> 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.



More information about the Libreoffice-bugs mailing list