building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Jonathan Aquilina
Hey all I am trying to build master on my mac using clang. This is the autogen.sh switches that tml mentioned in his GSOC email to a GSOC participant that I wanted to test on mine, but I am getting a build failure on soltools. Tried to rebuild just the module and it still fails.

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Tor Lillqvist
only modification i made was to build for 64bit. Which means you are entering dragon territory and have to fight them yourself. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Christian Lohmaier
HI Jonathan, *, On Tue, May 22, 2012 at 11:39 AM, Jonathan Aquilina eagles051...@gmail.com wrote: I am trying to build master on my mac using clang. The topic doesn't make any sense, you cannot build explicitly for a newer version of Mac OSX using an older version of the SDK. you can try to

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Tor Lillqvist
* Neither is building against something else than the 10.4SDK something that has been tested It *has* been tested to build against the 10.6 SDK, using clang from Xcode 4.3, and it (now) works fine as far as I could see. Yes, I know that such a build is not to be distributed, at least not

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread d . ostrovsky
Hej Christian, Zitat von Christian Lohmaier lohmaier+libreoff...@googlemail.com: HI Jonathan, *, On Tue, May 22, 2012 at 11:39 AM, Jonathan Aquilina eagles051...@gmail.com wrote: I am trying to build master on my mac using clang. The topic doesn't make any sense, you cannot build

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Stephan Bergmann
On 05/22/2012 02:07 PM, d.ostrov...@idaia.de wrote: I could look at 64-bit MacOSX build, if i had mac resources ... Or may be you (or your thinderbox) can compile for me and I would try to do it without mac ;-)? Remember that support for Mac OS X x86_64 would require a dedicated C++ UNO

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Christian Lohmaier
Hi David, *, On Tue, May 22, 2012 at 2:07 PM, d.ostrov...@idaia.de wrote: Zitat von Christian Lohmaier lohmaier+libreoff...@googlemail.com: On Tue, May 22, 2012 at 11:39 AM, Jonathan Aquilina eagles051...@gmail.com wrote: I am trying to build master on my mac using clang. only

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Jonathan Aquilina
I noticed this just now at the start of make. cd packimages unset MAKEFLAGS \ /Users/eagles051387/core/solenv/bin/build.pl -P4 --all -- -P4 \ make -j 4 -rs Seeing as Mac 10.7.4 is running make 3.81 could i be getting bitten by the -j4 switch above? i changed

Re: building master against mac 10.7.4 using the 10.6 SDK

2012-05-22 Thread Christian Lohmaier
Hi Jonathan, *, On Tue, May 22, 2012 at 3:22 PM, Jonathan Aquilina eagles051...@gmail.com wrote: Seeing as Mac 10.7.4 is running make 3.81 could i be getting bitten by the -j4 switch above? No - the make error has different symptoms (typically segfaults or similar) it doesn't have any impact