dbaccess build error

2012-06-04 Thread Riccardo Magliocchetti
Hello, latest dbaccess commits (master is at a88f54f53a370e61bedd868c65233723f816775a) break the build here: /home/rm/src/libo/dbaccess/source/core/api/KeySet.cxx: In member function ‘sal_Bool dbaccess::OKeySet::fetchRow()’: /home/rm/src/libo/dbaccess/source/core/api/KeySet.cxx:1461:101: erro

Re: dbaccess build error

2012-06-04 Thread Riccardo Magliocchetti
Il 04/06/2012 20:10, Michael Stahl ha scritto: On 04/06/12 19:59, Riccardo Magliocchetti wrote: Hello, latest dbaccess commits (master is at a88f54f53a370e61bedd868c65233723f816775a) break the build here: /home/rm/src/libo/dbaccess/source/core/api/KeySet.cxx: In member function ‘sal_Bool

Re: [Patch] Make new About dialogue a little nicer

2012-06-05 Thread Riccardo Magliocchetti
Hi Stefan, Il 05/06/2012 11:58, Stefan Knorr (Astron) ha scritto: [snip] Screenshot links from below still work. On 4 June 2012 16:32, Stefan Knorr (Astron) wrote: Requisite screenshots: Before: https://wiki.documentfoundation.org/File:Libreoffice-new-about-dialog.png After: https://wiki.doc

Re: Build light weight conversion binary

2012-07-20 Thread Riccardo Magliocchetti
Jerry, Michael, Il 20/07/2012 18:04, Michael Stahl ha scritto: On Thu, 2012-07-19 at 22:26 -0700, Jerry Tan wrote: So my boss asked me to fix these 2 issues. I managed to build the source code on Mac OS X Lion and then try to see what's going on (unfortunately specifying --headless fail to bu

Re: Build light weight conversion binary

2012-07-20 Thread Riccardo Magliocchetti
Hello, Il 20/07/2012 07:26, Jerry Tan ha scritto: Hi, The company that I work for use LibreOffice as the main word processor. We convert a lot of client letters from doc/docx to open document format. We are on Mac OS X Lion (10.7) btw. We use: soffice --headless --convert-to odt …. to do the

libo_git_from_tar.sh: use curl if wget is not found

2012-07-23 Thread Riccardo Magliocchetti
os x and tomorrow will know if it worked fine. Anyway the patch looks simple enough to be correct. Please review. thanks, riccardo >From ccbe3e4e0a28e2b8587daa1c4ad6732e9c608286 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 23 Jul 2012 20:14:27 +0200 Subject: [PATCH

Re: libo_git_from_tar.sh: use curl if wget is not found

2012-07-23 Thread Riccardo Magliocchetti
Il 23/07/2012 20:33, Norbert Thiebaud ha scritto: On Mon, Jul 23, 2012 at 1:20 PM, Riccardo Magliocchetti wrote: Hello, tried libo_git_from_tar.sh on mac os x and failed because of missing wget, since we have curl which should do it let's try tp use it. This has been lightly tested,

Re: libo_git_from_tar.sh: use curl if wget is not found

2012-07-24 Thread Riccardo Magliocchetti
Norbert, Il 23/07/2012 20:33, Norbert Thiebaud ha scritto: On Mon, Jul 23, 2012 at 1:20 PM, Riccardo Magliocchetti wrote: Hello, tried libo_git_from_tar.sh on mac os x and failed because of missing wget, since we have curl which should do it let's try tp use it. This has been li

Re: How to compile "headless" LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-11 Thread Riccardo Magliocchetti
Hello, Il 11/06/2012 08:13, Thomas Gries ha scritto: Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + i.e. without uneeded "Desktop" modules + for mere

using syslog instead of console for messages

2012-08-26 Thread Riccardo Magliocchetti
Hello Stephan, all, while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looking at the SAL_* implementation it looks like what i want is to substitute the std::fputs in osl/all/log.cxx::log() with syslog() plus some map between these levels and syslog

Re: using syslog instead of console for messages

2012-08-27 Thread Riccardo Magliocchetti
Hello Stephan, Il 27/08/2012 09:13, Stephan Bergmann ha scritto: On 08/26/2012 12:34 PM, Riccardo Magliocchetti wrote: while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looking at the SAL_* implementation it looks like what i want is to subst

not delivering cairo on mac os x build

2012-08-27 Thread Riccardo Magliocchetti
Hello, i'm trying to sort out building with --enable-headless on mac os x, with the attached patch it does not try to build cairo and pixman anymore but somewhere cairo is still expected: /Users/stage/Documents/riccardo/libo/solenv/gbuild/Library.mk:54: *** gb_Deliver_deliver: file does not

Re: using syslog instead of console for messages

2012-08-27 Thread Riccardo Magliocchetti
Hello, Il 27/08/2012 09:41, Riccardo Magliocchetti ha scritto: Hello Stephan, Il 27/08/2012 09:13, Stephan Bergmann ha scritto: On 08/26/2012 12:34 PM, Riccardo Magliocchetti wrote: while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looki

Re: not delivering cairo on mac os x build

2012-08-27 Thread Riccardo Magliocchetti
Il 27/08/2012 18:27, Riccardo Magliocchetti ha scritto: Hello, i'm trying to sort out building with --enable-headless on mac os x, with the attached patch it does not try to build cairo and pixman anymore but somewhere cairo is still expected: /Users/stage/Documents/riccardo/libo/solenv/g

Re: not delivering cairo on mac os x build

2012-09-05 Thread Riccardo Magliocchetti
Hello, Il 05/09/2012 15:55, Stephan Bergmann ha scritto: On 09/05/2012 03:50 PM, Michael Stahl wrote: On 05/09/12 15:40, Alexander Thurgood wrote: I'm getting cairo build failure on the Mac, and even when I specifically use --disable-cairo-canvas in my configure line, it still gets built ? t

Re: not delivering cairo on mac os x build

2012-09-05 Thread Riccardo Magliocchetti
Il 05/09/2012 16:03, Riccardo Magliocchetti ha scritto: Hello, Il 05/09/2012 15:55, Stephan Bergmann ha scritto: On 09/05/2012 03:50 PM, Michael Stahl wrote: On 05/09/12 15:40, Alexander Thurgood wrote: I'm getting cairo build failure on the Mac, and even when I specifically use --di

Re: not delivering cairo on mac os x build

2012-09-05 Thread Riccardo Magliocchetti
Il 05/09/2012 20:24, Michael Meeks ha scritto: Hi Riccardo, Hi Michael, On Wed, 2012-09-05 at 19:20 +0200, Riccardo Magliocchetti wrote: So this are the minimum switches i need to be able to compile latest master with --enable-headless, i don't think --without-java is needed but i

--headless broken with --enable-headless

2012-09-07 Thread Riccardo Magliocchetti
Hello, i have libreoffice crashing early when running unoconv [1] test suite (cd tests && make). Attached gdbtrace.log Libreoffice from yesterday master configured: ./autogen.sh --without-java --enable-headless and started: /usr/local/lib/libreoffice/program/soffice --backtrace "--accept=so

Re: not delivering cairo on mac os x build

2012-09-08 Thread Riccardo Magliocchetti
Hello, Il 05/09/2012 19:20, Riccardo Magliocchetti ha scritto: Il 05/09/2012 16:03, Riccardo Magliocchetti ha scritto: Hello, Il 05/09/2012 15:55, Stephan Bergmann ha scritto: On 09/05/2012 03:50 PM, Michael Stahl wrote: On 05/09/12 15:40, Alexander Thurgood wrote: I'm getting cairo

Re: not delivering cairo on mac os x build

2012-09-09 Thread Riccardo Magliocchetti
Hello, Il 09/09/2012 08:44, Tor Lillqvist ha scritto: Not sure what we are doing specifically on MacOSX that can break headless. So there may be more breakage. Fun guaranteed! Wait, wait. Isn't your motive for this --enable-headless work to be able to run LO in a headless fashion (document con

Re: [Libreoffice-commits] desktop: use soffice.bin instead of oosplash if build with --enable-headless

2012-09-10 Thread Riccardo Magliocchetti
Hello Stephan, Il 10/09/2012 14:01, Stephan Bergmann ha scritto: On 09/07/2012 08:15 PM, Libreoffice Gerrit user wrote: commit dae66b7b1df89d824017c7afb52f66ebfd2b8fe2 Author: Riccardo Magliocchetti Date: Fri Sep 7 20:11:41 2012 +0200 desktop: use soffice.bin instead of oosplash if build

Re: [Libreoffice-commits] desktop: use soffice.bin instead of oosplash if build with --enable-headless

2012-09-10 Thread Riccardo Magliocchetti
Hello Stephan, Il 10/09/2012 14:01, Stephan Bergmann ha scritto: Ach, the logic to restart soffice.bin when it exists with the special exit codes (79, 81, cf. desktop/source7inc/exithelper.hxx) had been moved from soffice script to oosplash completely; so short-circuiting oosplash completely won

Re: --headless broken with --enable-headless

2012-09-13 Thread Riccardo Magliocchetti
Hello Dag, Il 12/09/2012 21:59, Dag Wieers ha scritto: On Fri, 7 Sep 2012, Riccardo Magliocchetti wrote: i have libreoffice crashing early when running unoconv [1] test suite (cd tests && make). Attached gdbtrace.log [snip] I would recommend using the master branch (which was

Re: --headless broken with --enable-headless

2012-10-01 Thread Riccardo Magliocchetti
Hi Michael, Il 01/10/2012 18:11, Michael Meeks ha scritto: Hi Riccardo, On Fri, 2012-09-28 at 20:26 +0200, Riccardo Magliocchetti wrote: Here you go, you'll find the valgrind output sans all the zlib / python related errors. Thanks a lot! update t

Re: Constraining LibreOffice as called in LibreOfficeKit to improve stability

2018-02-21 Thread Riccardo Magliocchetti
process. <https://wiki.documentfoundation.org/Development/Environment_variables> I'd take a look at what libreoffice online is doing: https://github.com/LibreOffice/online/ There may be hints in the docker directory. -- Riccardo Magliocchetti @rmistaken http://me

Re: Crash reporting for TDF builds

2016-05-29 Thread Riccardo Magliocchetti
Hello Markus, Il 29/05/2016 13:11, Markus Mohrhard ha scritto: ** Server (code at https://github.com/mmohrhard/crash ) automated a few workflows (currently the processing is async and needs to be done manually) Do you have more details for this item? -- Riccardo Magliocchetti @rmistaken

Re: Crash reporting for TDF builds

2016-05-30 Thread Riccardo Magliocchetti
Il 30/05/2016 02:50, Markus Mohrhard ha scritto: Hey Riccardo, On Sun, May 29, 2016 at 4:38 PM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: Hello Markus, Il 29/05/2016 13:11, Markus Mohrhard ha scritto: ** Server (code at https://gith

[PATCH] desktop: add --pidfile switch

2013-03-23 Thread Riccardo Magliocchetti (via Code Review)
pidfile file\n"\ +" Store soffice.bin pid to file.\n"\ "\nRemaining arguments will be treated as filenames or URLs of documents to open.\n\n"; rtl::OUString ReplaceStringHookProc(const rtl::OUString& rStr); -- To view, visit https://gerrit

[PATCH] Add ability to send SAL_* messages to syslog

2012-12-19 Thread Riccardo Magliocchetti (via Code Review)
-MessageType: newchange Gerrit-Change-Id: I0c260ca69fbeefb0c2e8cc46ca6955e92791c05b Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Riccardo Magliocchetti ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

[PATCH] vcl/headless: remove rtl namespace prefix from OUstring meth...

2012-12-19 Thread Riccardo Magliocchetti (via Code Review)
://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3948384bc1709d648507c41542c34437abea468 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Riccardo Magliocchetti ___ LibreOffice mailing list LibreOffice

Change in core[master]: configure: accept building without themes

2013-01-28 Thread Riccardo Magliocchetti (via Code Review)
_MSG_RESULT([$WITH_THEMES]) AC_SUBST([WITH_THEMES]) -- To view, visit https://gerrit.libreoffice.org/1879 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I45d2872145f3bd15e17beac4f69f8

[PATCH libreoffice-4-0] configure: don't enable ENABLE_NPAPI_FROM_BROWSER with --ena...

2013-05-04 Thread Riccardo Magliocchetti (via Code Review)
libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba718969dca90563ba9e60aa16944e6de67c7141 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-4-0 Gerrit-Owner: Riccardo Magliocchetti ___ LibreOff

[PATCH] configure: reguire libjpeg 8

2013-05-06 Thread Riccardo Magliocchetti (via Code Review)
Gerrit-Change-Id: I19e4287b0c1a9ddc0baaa70ab61364f99571682c Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Riccardo Magliocchetti ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH libreoffice-4-0] configure: with --enable-headless disable opengl by default

2013-05-06 Thread Riccardo Magliocchetti (via Code Review)
To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I28bd271ca1121070a331cd0a9b1d1ce823ce7c63 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-4-0 Gerrit-Owner: Riccardo Magliocchetti

[PATCH libreoffice-4-0] fdo#61092: force ENABLE_QUICKSTART_LIBPNG to None with --ena...

2013-05-06 Thread Riccardo Magliocchetti (via Code Review)
e Gerrit-Change-Id: Ia16b38ae61f485ba62cd2b802a2e1239697be088 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-4-0 Gerrit-Owner: Riccardo Magliocchetti ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

<    1   2   3