Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Jonathan Aquilina
On 27/10/2011 07:37, Tor Lillqvist wrote: Please show us your complete autogen.lastrun. --tml my autogen.lastrun is as follows --with-macosx-sdk=10.6 --with-max-jobs=4 --enable-symbols --disable-nss-module --disable-mozilla

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Tor Lillqvist
--with-macosx-version-min=10.5 I think this might be the problem. As our code doesn't use any 10.5 or later API anyway, you currently don't win anything by using this. Use --with-macosx-version-min=10.4. Also, you I think you need to use CC=gcc-4.2 and CXX=g++-4.2. Possibly add -arch i386

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Stephan Bergmann
On 10/27/2011 08:36 AM, Jonathan Aquilina wrote: I will give these a shot i have symbols enabled and at a certain point its complaining about missing 64bit symbols. How come for users on 10.7 we dont have a native 64bit build as 10.7 runs as 64bit out of the box? Jonathan, just for

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Tor Lillqvist
I will give these a shot i have symbols enabled and at a certain point its complaining about missing 64bit symbols. How come for users on 10.7 we dont have a native 64bit build as 10.7 runs as 64bit out of the box? Because we don't have the required 64-bit C++/UNO bridge code. Because nobody

Re: [Libreoffice] compilation issues of apple_remote

2011-10-27 Thread Tor Lillqvist
What work would need to be done to make apple_remote something that can be disabled via autogen.sh? There is nothing much special with apple_remote, it just happens to be the first place where you encountered problems because you were using an untested experimental setup. --tml

[Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Jonathan Aquilina
Hey guys I am trying to build LO against the 10.6 SDK which i know is highly experimental. I have enabled symbols as I have a build issue in apple_remote. Below is the command line output that i get when building this given module on its own. (1/1) Building

Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Tor Lillqvist
Please show us your complete autogen.lastrun. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice