Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Michael Meeks
Hi there, On Mon, 2012-01-30 at 14:56 +0200, andrzej.pacanow...@tieto.com wrote: > > Well - it remains to be seen :-) quite probably our Android work will > > end up giving us a nice backend to render documents incrementally to > > pixels, without having the native UI - at least, as a first cu

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Andrzej.Pacanowski
Hi, Michael > Well - it remains to be seen :-) quite probably our Android work will > end up giving us a nice backend to render documents incrementally to > pixels, without having the native UI - at least, as a first cut. Is this work available somewhere in repo ? It would be nice to look at

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Michael Meeks
Hi Andrzej, On Mon, 2012-01-30 at 13:31 +0200, andrzej.pacanow...@tieto.com wrote: > We need to display documents on custom display (no X11) arm linux. > Easiest way is to utilize existing PDF reader and just convert them > with LO. Am I wrong? Well - it remains to be seen :-) quite proba

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Andrzej.Pacanowski
> Of course, the cross-compilation work is going rather well; we're > managing to get most of the startup phase complete on Android/ARM now, > and even a little (busted) rendering going. I'm interested in why you'd > want to render to PDF on ARM though ... can you tell more ? Thanks for info

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Michael Meeks
Hi there, On Mon, 2012-01-30 at 11:25 +0200, andrzej.pacanow...@tieto.com wrote: > Thanks Riccardo. It's actually very interesting topic. Please keep > me informed if you get any results. I'll do the same if I get something. Of course, the cross-compilation work is going rather well; we'r

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Stephan Bergmann
On 01/30/2012 10:25 AM, andrzej.pacanow...@tieto.com wrote: 4) Are the libraries loaded on demand by soffice process or they need to be reachable at the start? If they would be demanded on load it would give us opportunity to remove unnecessary libs. Some are directly linked against while

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-30 Thread Andrzej.Pacanowski
Thanks Riccardo. It's actually very interesting topic. Please keep me informed if you get any results. I'll do the same if I get something. Anybody else on: 4) Are the libraries loaded on demand by soffice process or they need to be reachable at the start? If they would be demanded on load

Re: [Libreoffice] PDF converter cross compilation general questions

2012-01-26 Thread Riccardo Magliocchetti
Hi Andrzej, Il 26/01/2012 15:01, andrzej.pacanow...@tieto.com ha scritto: Hi guys, I've been investigating a possibility of LibreOffice cross-compilation for Linux X-less device(ARM) and use it as document(writer/calc/impress) to pdf converter. i'd like to do more or less the same :) 1)

[Libreoffice] PDF converter cross compilation general questions

2012-01-26 Thread Andrzej.Pacanowski
Hi guys, I've been investigating a possibility of LibreOffice cross-compilation for Linux X-less device(ARM) and use it as document(writer/calc/impress) to pdf converter. 1) Is it possible to compile LO without any graphic library (pure -headless)? Or how much work would that require?