Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hello Issa,

7. 7. 2012 v 8:50, Issa Alkurtass:

My autogen.lastrun was:
--disable-mozilla
--disable-nss-module
--with-macosx-sdk=10.6
--with-max-jobs=8
--with-num-cpus=8
--without-java
--without-junit
--without-doxygen
--without-myspell-dicts

I think you need to explicitely build for i386, that is, to specify in the configure (or autogen) 
command this at the end, just like you specify --disable-mozilla etc.:

./configure ...other options... CC="gcc -arch i386" CXX="g++ -arch i386"

or if you wish to build with clang:

./configure ...other options... CC="clang -arch i386" CXX="clang++ -arch i386"

Both of the build errors you mention are from my experience because 64-bit binary gets built where
32-bit is expected (or vice versa). At least my experience with Xcode 4.3.3.

Also note that AFAIK LO is not 64-bit-capable on Mac ATM, so you *have* to build it for 32-bit
to get anything meaningful.

HTH,
Boris


Context


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.