Re: Build LO for Android on Mac OS 10.8

2012-08-16 Thread Michael Meeks
On Thu, 2012-08-16 at 10:51 +0800, James Chen wrote: > > Cool - I assume you noticed you need to follow a build from the > >top-level with something like: > > > > cd android/experimental/LibreOffice4Android/ > > make clean all install ... > Michael, Thanks for the advice. Thank you!

Re: Build LO for Android on Mac OS 10.8

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 22:38 +0800, James Chen wrote: > Thanks, tml and all of you! It builds successfully. Cool - I assume you noticed you need to follow a build from the top-level with something like: cd android/experimental/LibreOffice4Android/ make clean all install

Re: Build LO for Android on Mac OS 10.8

2012-08-14 Thread James Chen
>> There are several "undefined reference" errors according to >>vcl:PDEFWriter >> and PDFWriterImpl during tail_build. > >Should be fixed since yesterday evening, git pull -r and try again. > >--tml Thanks, tml and all of you! It builds successfully. ___

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Tor Lillqvist
> There are several "undefined reference" errors according to vcl:PDEFWriter > and PDFWriterImpl during tail_build. Should be fixed since yesterday evening, git pull -r and try again. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
There are several "undefined reference" errors according to vcl:PDEFWriter and PDFWriterImpl during tail_build. Complete log can be found at http://pastebin.com/9zhVBvf2 Any advice? Thanks. James ___ LibreOffice mailing list LibreOffice@lists.freedes

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
>On 13/08/12 12:04, James Chen wrote: >> Encounter another error while building freetype >> >> log for /Users/jamchen/Developer/Android/libreoffice_core/freetype >> dmake: >> >>/Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: >> line 55: Error: -- Include file >> >>/

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Michael Meeks
On Mon, 2012-08-13 at 12:53 +0200, Michael Stahl wrote: > this indicates freetype is missing a dependency on the "solenv" module, > have fixed that on master now, please try again Oooh - I've seen that for ages and not seen how to fix it - and just worked around it by re-running make ;-)

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Michael Stahl
On 13/08/12 12:04, James Chen wrote: > Encounter another error while building freetype > > log for /Users/jamchen/Developer/Android/libreoffice_core/freetype > dmake: > /Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: > line 55: Error: -- Include file > /Users/jamchen/D

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
Encounter another error while building freetype log for /Users/jamchen/Developer/Android/libreoffice_core/freetype dmake: /Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: line 55: Error: -- Include file /Users/jamchen/Developer/Android/libreoffice_core/solver/unxandr.pr

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
Hi, Stephan, >> >> Thanks for pointing out and the hints. >> Removing /opt/local/bin from PATH does not work for me. > >Even not with a clean rebuild from scratch afterwards? I'd assume some >mis-configuration (likely caused by picking up MacPort's >/opt/local/bin/pkg-check) was still manifest i

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Stephan Bergmann
On 08/13/2012 08:38 AM, James Chen wrote: ld: warning: ignoring file /opt/local/lib/libiconv.dylib, file was built for unsupported file forma ld: warning: ignoring file /opt/local/lib/libz.dylib, file was built for unsupported file format ld: in /opt/local/lib/libiconv.2.dylib, file was built for

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
>>ld: warning: ignoring file /opt/local/lib/libiconv.dylib, file was built >> for unsupported file forma >> ld: warning: ignoring file /opt/local/lib/libz.dylib, file was built for >> unsupported file format >> ld: in /opt/local/lib/libiconv.2.dylib, file was built for unsupported >> file format >

Re: Build LO for Android on Mac OS 10.8

2012-08-12 Thread Tor Lillqvist
> ld: warning: ignoring file /opt/local/lib/libiconv.dylib, file was built > for unsupported file forma > ld: warning: ignoring file /opt/local/lib/libz.dylib, file was built for > unsupported file format > ld: in /opt/local/lib/libiconv.2.dylib, file was built for unsupported > file format Hmm, w

Re: Build LO for Android on Mac OS 10.8

2012-08-12 Thread James Chen
>I don't think that's a good idea, it mixes up options for the build >and host platforms. (Consider the case of cross-compiling from an >Intel Mac to PowerPC-based Mac, in theory it should be possible to use >a current Xcode and SDK for the build platform code, and Xcode 3 + >10.4 SDK for the host

Re: Build LO for Android on Mac OS 10.8

2012-08-12 Thread Tor Lillqvist
> In my environment, Mac OS 10.8 and Xcode 4.4.1, without specifying Mac OS > X SDK version, it picks 10.6 as Mac OS X SDK. > And then it failed since it can't find gcc-4.2. Ah, OK. Was there some Xcode that came with both a 10.6 SDK *and* a gcc 4.2 then? Making this SDK and compiler selection wor

Re: Build LO for Android on Mac OS 10.8

2012-08-12 Thread James Chen
In my environment, Mac OS 10.8 and Xcode 4.4.1, without specifying Mac OS X SDK version, it picks 10.6 as Mac OS X SDK. And then it failed since it can't find gcc-4.2. So I tried to use option --with-macosx-sdk with 10.8. It's building now! During applying --with-macosx-sdk option, I found some ty

Re: Build LO for Android on Mac OS 10.8

2012-08-12 Thread James Chen
Thank you, tml! I've pulled latest code and I'm trying to build it. According to the location of Xcode.app, I recall it's kind of personal preference. :P I thought it was misplaced so I move it back. Luckily, xcode-select and xcrun are still in /usr/bin. Thanks, again. I'll report in the result

Re: Build LO for Android on Mac OS 10.8

2012-08-10 Thread Tor Lillqvist
The root cause to your problem is that you are building the MacOSX build-time software as 64-bit code, and LO (including the build-time tools that it builds in order to use them later during the build) needs to be built as 32-bit code on the Mac. (And Windows, BTW. It's only for Linux that LO can b

Build LO for Android on Mac OS 10.8

2012-08-10 Thread James Chen
Hello, I'm currently building LO for Android on Mac OS 10.8 Here's my autogen.lastrun:http://pastebin.com/2kyiRBFf And it encounters errors while building module jurt and ucbhelper. The build_error.log is: http://pastebin.com/jZT9L7in I didn't find anything useful on internet according to the issue