Re: Cannot start LO with --disable-gui build

2019-12-02 Thread Aleksandr Komakhin
I've tried several approaches. Anyway, problem is solved: some libs just hadn't been built properly, rebuild helped. На 2 дек. 2019 г., 13:21, в 13:21, Michael Stahl написал:п>On 29.11.19 17:35, Alex Kom wrote: >> then |make| it, but when I'm trying to run |./soffice.bin >--convert-to >> pdf

Re: Cannot start LO with --disable-gui build

2019-12-02 Thread Michael Stahl
On 29.11.19 17:35, Alex Kom wrote: then |make| it, but when I'm trying to run |./soffice.bin --convert-to pdf test.doc| or use |lok::lok_cpp_init| from LibreOfficeKit, an error occures: /LibreOffice - dialog 'LibreOfficeDev 6.1 - Fatal Error': 'The application cannot be started./ Little

Re: Cannot start LO with --disable-gui build

2019-12-02 Thread Miklos Vajna
Hi Alex, On Fri, Nov 29, 2019 at 07:35:36PM +0300, Alex Kom wrote: > I'm trying to build LO 6.1.6 (gcc 4.9 armv7hl) with no GUI. I need LO 6.1 is really old; master is now towards 6.5. Can you try master first? > ./autogen.sh --without-help --without-myspell-dicts --disable-gtk3 >

Cannot start LO with --disable-gui build

2019-11-29 Thread Alex Kom
I'm trying to build LO 6.1.6 (gcc 4.9 armv7hl) with no GUI. I need LO functionality of parsing different files (including text, tables and presentations) and rendering it to png. So, I've configured build ./autogen.sh --without-help --without-myspell-dicts --disable-gtk3 --disable-gtk