[Libreoffice] Mac OS 10.4 Support
Christian Lohmaier
lohmaier+libreoffice at googlemail.com
Sun Jul 24 13:11:58 PDT 2011
Hi Norbert,
On Fri, Jul 22, 2011 at 7:18 PM, Norbert Thiebaud <nthiebaud at gmail.com> wrote:
> Ok it is easier to discuss based on actual code... so:
>
> the attaches patch, allow for --with-mac-sdk=10.x to be specified
> the default is the lowest SDK available in /Developer/SDKs
regarding the default see the other posts.
just regarding
-MACDEVSDK*=/Developer/SDKs/MacOSX10.4u.sdk
+MACDEVSDK*=$(MACSDK_PATH)
time to get rid of that from the external modules. That is basically a
hack for Hamburg's non-configure based environment.
(same for the .IF "$(SYSBASE)"!="" checks in various makefiles)
get rid of that special treatment in the individual modules' makefiles.
And probably a switch --with-macosx-deployment-target would be more
appropriate/consistent
> The patch does not check that your CC anc CCX make sens based on the
> SDK selected (ToDO list)
Well, but it should/must....
Either by simple version check as it is currently done, or by a
compile/link test.
Configure must not pass when the combination of SDK and compiler is
not suitable.
ciao
Christain
More information about the LibreOffice
mailing list