[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sal/osl

2016-06-07 Thread Richard PALO
sal/osl/unx/process.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b09eb27b7a52d2abd9bdbf01b4532f23279c6edc Author: Richard PALO Date: Sun May 29 08:16:28 2016 +0200 tdf#100021 - format argument issue in process.cxx avoid warning whether pid_t

[Libreoffice-commits] core.git: sal/osl

2016-05-30 Thread Richard PALO
sal/osl/unx/process.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit acbbb01940588604de965c4fcef64b2e17473fe6 Author: Richard PALO Date: Sun May 29 08:16:28 2016 +0200 tdf#100021 - format argument issue in process.cxx avoid warning whether pid_t

Re: [libreoffice-l10n] Invalid Entry in Po Files

2016-05-24 Thread Richard PALO
and correctly, there is nothing to be done outside of intervention by the translation teams (or individuals) about these errors/warnings.. okay. thanks anyway for taking the time to explain. BTW, also noticed the following during the build: > Warning : Can't open > /tmp/pkgsrc/mis

Re: [libreoffice-l10n] Invalid Entry in Po Files

2016-05-24 Thread Richard PALO
#x27;Language' missing in header >8 warning: header field 'Language' still has the initial default value > 3745 warning: header field 'Last-Translator' still has the initial default > value > 3748 warning: header field 'PO-Revisi

Re: Py_hash_t on python27

2016-01-22 Thread Richard PALO
Le 22/01/16 17:35, Rene Engelhard a écrit : > On Fri, Jan 22, 2016 at 05:26:05PM +0100, Richard PALO wrote: >>>>> -#if PY_VERSION_HEX < 0x0207 >>>>> +#if PY_VERSION_HEX < 0x0302 >>> >>> We need python >= 3.3 when using pytho

Re: Py_hash_t on python27

2016-01-22 Thread Richard PALO
Le 22/01/16 16:47, Rene Engelhard a écrit : > Hi, > > On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote: >> Le 21/01/16 20:11, Richard PALO a écrit : >>>> Isn't this a python3 feature? >>>> >> >> looks like it was 3.2 according

Re: Py_hash_t on python27

2016-01-22 Thread Richard PALO
Le 21/01/16 20:11, Richard PALO a écrit : >> Isn't this a python3 feature? >> looks like it was 3.2 according to the python website (in the release notes for 3.2) so I use instead: > -#if PY_VERSION_HEX < 0x0207 > +#if PY_VERSION_HEX <

Re: Py_hash_t on python27

2016-01-21 Thread Richard PALO
Le 21/01/16 19:18, Richard PALO a écrit : > HI, came across some issues on SunOS with python2.7. > >> [build LNK] Library/libbasegfxlo.so >> /tmp/pkgsrc/misc/libreoffice/work/libreoffice-5.1.0.2/pyuno/source/module/pyuno.cxx:387:1: >> error: 'Py_hash_t'

Py_hash_t on python27

2016-01-21 Thread Richard PALO
#if PY_VERSION_HEX <= 0x02071100 > typedef long Py_hash_t; > #endif Isn't this a python3 feature? -- Richard PALO ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: bin/distro-install-desktop-integration

2015-10-27 Thread Richard PALO
bin/distro-install-desktop-integration |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit b147a77f2e179f474051a4e50fa7ea300cdec8ee Author: Richard PALO Date: Tue Sep 15 14:44:31 2015 +0200 Use portable ordering for mktemp Add omitted APPDATA_SOURCE_DIR

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-21 Thread Richard PALO
Le 19/10/15 06:37, Norbert Thiebaud a écrit : On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: I'd like to advance, one way or another on this topic. Sure, but the patch still need to not break Windows. The updated patchset seems to pass okay, in any event configure set

[Libreoffice-commits] core.git: config_host.mk.in configure.ac desktop/Library_sofficeapp.mk include/LibreOfficeKit libreofficekit/Executable_gtktiledviewer.mk libreofficekit/Executable_tilebench.mk l

2015-10-20 Thread Richard PALO
|7 +++ vcl/Module_vcl.mk |2 +- vcl/workben/vcldemo.cxx |6 +++--- 18 files changed, 49 insertions(+), 48 deletions(-) New commits: commit fd612a144c0028972513a18167a13d29326a1798 Author: Richard PALO Date

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-20 Thread Richard PALO
ffice.org/job/lo_gerrit_master/7482/ : SUCCESS > -- Richard PALO ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Richard PALO
Le 20/10/15 08:37, Norbert Thiebaud a écrit : > On Tue, Oct 20, 2015 at 1:11 AM, Richard PALO wrote: >> Le 19/10/15 15:40, Norbert Thiebaud a écrit : >>> On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: >>>> Le 19/10/15 06:37, Norbert Thiebaud a écrit : >>

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Richard PALO
Le 19/10/15 15:40, Norbert Thiebaud a écrit : > On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: >> Le 19/10/15 06:37, Norbert Thiebaud a écrit : >>> >>> On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: >>>> >>>> >>>> I

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-18 Thread Richard PALO
Le 30/09/15 16:38, Richard PALO a écrit : > Le 22/09/15 18:51, Norbert Thiebaud a écrit : >> On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote: >>> Since GUIBASE was replaced with the equivalent OS checks, there seems >>> to be a bit of abandon in keeping multiple O

Re: errors building wikisend.xhp

2015-09-30 Thread Richard PALO
Le 02/06/15 07:48, Richard PALO a écrit : > I'd like to sollicit any hints to understand this new breakage: >> /tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.4.3.2/workdir/Extension/wiki-publisher/help/qtz/com.sun.wiki-publisher/wikisend.xhp:35: >> parser error : Opening and

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-09-30 Thread Richard PALO
Le 22/09/15 18:51, Norbert Thiebaud a écrit : > On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote: >> Since GUIBASE was replaced with the equivalent OS checks, there seems >> to be a bit of abandon in keeping multiple OSes up to snuff. >> >> in https://gerrit.libreof

OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-09-22 Thread Richard PALO
added a configuration check for DLOPEN_NEEDS_LIBDL and updated a number of the existing OS checks to check simultaneously for, among others, %BSD and SOLARIS in addition to LINUX. It would be nice to get some review on this approach. -- Richard PALO

Re: use of xsltproc without '--nonet'

2015-08-25 Thread Richard PALO
Le 25/08/15 15:08, David Tardon a écrit : > Hi, > > On Tue, Aug 25, 2015 at 08:53:41AM +0200, Richard PALO wrote: >> I noticed (by chance) some uses of xsltproc without the '--nonet' option in >> the following files: >>> extras/CustomTarget_autocorr.mk

Re: use of xsltproc without '--nonet'

2015-08-25 Thread Richard PALO
Le 25/08/15 12:55, Christian Lohmaier a écrit : > Hi Richard, > > On Tue, Aug 25, 2015 at 8:53 AM, Richard PALO wrote: >> I noticed (by chance) some uses of xsltproc without the '--nonet' option in >> the following files: >>> ex

use of xsltproc without '--nonet'

2015-08-25 Thread Richard PALO
Is there any particular reason these cannot be forced to build locally like the other uses of xsltproc? -- Richard PALO ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

errors building wikisend.xhp

2015-06-01 Thread Richard PALO
> ^ > warn:l10ntools:135002:1:l10ntools/source/helpmerge.cxx:268: Can't find > GID=par_id823999 LID= TYP=help > Entity: line 1: parser error : Opening and ending tag mismatch: emph line 1 > and root > naar se blaaier te open en d

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/vcl

2015-05-05 Thread Richard PALO
include/vcl/window.hxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 31c2a2230e6debd0fa53656f6a2159918d2d67d8 Author: Richard PALO Date: Fri Apr 17 08:34:40 2015 +0200 Avoid redefine of TRANSPARENT on solaris after including stream.h Change-Id

[Libreoffice-commits] core.git: 3 commits - starmath/inc starmath/source sysui/desktop vcl/Library_vcl.mk

2015-04-21 Thread Richard PALO
changed, 332 insertions(+), 38 deletions(-) New commits: commit bd969ed90302655d41743e67124aef7101c99763 Author: Richard PALO Date: Wed Mar 4 22:25:44 2015 +0100 remove /usr/sfw/lib rpath for solaris in vcl can be patched back in by any distros still using sfw. Change-Id

[Libreoffice-commits] core.git: solenv/gbuild

2015-02-26 Thread Richard PALO
solenv/gbuild/platform/solaris.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit f3cffeb3aeb67e979d43bb4b8e970cc466b14d45 Author: Richard PALO Date: Sun Feb 22 09:23:32 2015 +0100 Reintegrate portion of a patch originally submitted by Michael Stahl Mar 30 2011

Re: cppunit errors in vcl_app_test, on illumos/xstreamos

2015-02-24 Thread Richard PALO
Le 23/02/15 09:33, Gabriele Bulfon a écrit : Oh yes, I found this in Library_vcl.mk: ifeq ($(CPUNAME),SPARC64) $(eval $(call gb_Library_add_ldflags,vcl,\ -R/usr/sfw/lib/64 \ )) else $(eval $(call gb_Library_add_ldflags,vcl,\ -R/usr/sfw/lib \ )) endif My system fall into the "else" section...and t

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 26 commits - connectivity/source dbaccess/source embeddedobj/source formula/source include/connectivity include/toolkit sc/inc sc/qa

2015-02-23 Thread Richard PALO
/listenermultiplexer.cxx |9 ++ vcl/generic/glyphs/graphite_serverfont.cxx |4 - vcl/inc/graphite_layout.hxx| 18 +++-- 36 files changed, 271 insertions(+), 110 deletions(-) New commits: commit b5c6bae95eed4df45617ec4cadda59088261a3a1 Author: Richard PALO

Re: error during build of mork_helper, on illumos/xstreamos

2015-02-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 21/02/15 08:29, Richard PALO a écrit : > In pkgsrc this is patched as follows: > >> $NetBSD: patch-vcl_Library__vcl.mk,v 1.1 2015/02/04 18:19:34 ryoon Exp $ > >> --- vcl/Library_vcl.mk.orig 2015-01-22 20:05:28.0

Re: error during build of mork_helper, on illumos/xstreamos

2015-02-20 Thread Richard PALO
olaris.mk I'm testing if this passes, if so I'll upstream that as well.. (builds/runs here without it, at least on gcc49) BTW I had far fewer difficulties to get a working LO with gcc>=4.8 on SunOS. - -- Richard PALO -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - solenv/gbuild

2015-02-19 Thread Richard PALO
solenv/gbuild/platform/solaris.mk |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit f081a415221bd8665cceebe91665e2253781b516 Author: Richard PALO Date: Fri Feb 13 19:17:54 2015 +0100 Sun ld doesn't support -O1 optimize flag reported by Gabriele B

[Libreoffice-commits] core.git: solenv/gbuild

2015-02-19 Thread Richard PALO
solenv/gbuild/platform/solaris.mk |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 34a167e1bf9b478069c290dbf977c68639149852 Author: Richard PALO Date: Fri Feb 13 19:17:54 2015 +0100 Sun ld doesn't support -O1 optimize flag reported by Gabriele B

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - solenv/gbuild

2015-02-19 Thread Richard PALO
solenv/gbuild/platform/solaris.mk |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 326bbd521c12a6b85b12396c2424126d9218d561 Author: Richard PALO Date: Fri Feb 13 19:17:54 2015 +0100 Sun ld doesn't support -O1 optimize flag reported by Gabriele B

[Libreoffice-commits] libvisio.git: src/lib

2015-02-16 Thread Richard PALO
src/lib/VSDMetaData.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9686192d63bd208df1c6b53c892ba5a680cdc4b6 Author: Richard PALO Date: Fri Feb 13 17:58:07 2015 +0100 use std::pow in order to avoid compile time errors like: error: call of overloaded

[Libreoffice-commits] libmspub.git: src/lib

2015-02-16 Thread Richard PALO
src/lib/MSPUBMetaData.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db5a1e5b20463fc5704c53aa679e17e875314da2 Author: Richard PALO Date: Fri Feb 13 17:16:59 2015 +0100 use std::pow in order to avoid compile time errors like: error: call of overloaded

Re: patch for alloca on xstreamos/illumos

2015-01-23 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 23/01/15 10:01, Gabriele Bulfon a écrit : > Hi, > > going on building, I found a couple of vcl sources using "alloca", requiring > an include on solaris/illumos. > So I had to patch both toolkit/source/awt/vclxgraphics.cxx and > toolkit/source/aw

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 19:11, Markus Mohrhard a écrit : > Yah, but... shouldn't the enum be in a namespace in the first place? > Or are there c-only source files looking for it... > > >> That doesn't matter here as it is a define and therefore the preprocessor

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 18:35, Gabriele Bulfon a écrit : > yes, I added a patch to add this just before the enum, and it goes on : > > > #ifdef TRANSPARENT > # undef TRANSPARENT > #endif > > going on ;) thanks! > > Yah, but... shouldn't the enum be in a name

Re: error building vclxbitmap.cxx on xstreamos/illumos

2015-01-22 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/01/15 15:20, Stephan Bergmann a écrit : > If line 245 of include/vcl/window.hxx reads > >TRANSPARENT= 12, > > for you, then most likely you happen to include some definition of a > macro named TRANSPARENT. > ___

Re: Solved: 4.4.0.1 build error on libstdc++ on solaris/illumos

2015-01-20 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 20/01/15 18:07, Gabriele Bulfon a écrit : > I thought the same. > But maybe g++ thinks it's going to run gnu ld, while it's going to run sun ld. > Secondly, I surely had to add /usr/gcc/4.7/lib to the link path, but maybe I > can avoid specifying -

Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

2015-01-18 Thread Richard PALO
gt; will let you know :) > -- > Da: Norbert Thiebaud > A: gbul...@sonicle.com > Cc: Michael Stahl > libreoffice > Richard PALO > Data: 18 gennaio 2015 20.15.22 CET > Oggetto: Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

[Libreoffice-commits] core.git: solenv/gbuild

2015-01-07 Thread Richard PALO
solenv/gbuild/Deliver.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fc4a339d83652613dbbc4c2cd7b206d6b1115a71 Author: Richard PALO Date: Fri Dec 26 17:47:20 2014 +0100 use special $(TOUCH) for touch -hr Change-Id

Re: libi18nlangtag crash on SunOS 5.11

2014-12-26 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 21/12/14 10:11, Richard PALO a écrit : > This seems to be liblangtag issue as its testsuite has problems as well. > I'll need to get those resolved first. thx > ___ > LibreOf

Re: libi18nlangtag crash on SunOS 5.11

2014-12-21 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This seems to be liblangtag issue as its testsuite has problems as well. I'll need to get those resolved first. thx -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJUlo7FAA

Re: libi18nlangtag crash on SunOS 5.11

2014-12-19 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 19/12/14 16:02, Eike Rathke a écrit : > Hi Richard, > > On Friday, 2014-12-19 14:18:36 +0100, Richard PALO wrote: > >>> warn:vcl:101172:1:vcl/generic/fontmanager/fontconfig.cxx:868: In glyph >>> fallback >>&

In glyph fallback throwing away the language property of en because the detected script for '0x9f3' is Bengali and that language doesn't make sense....

2014-12-19 Thread Richard PALO
Yeah, sort of surprised myself. Running scalc 'LibreOfficeDev 4.3.4.1 430m0(Build:1)' I figured out that I can easily force a core by right clicking on any cell and selecting 'format cell' I get the following in the terminal window: > richard@omnis:/home/richard$ soffice test.ods > warn:sfx.con

Childwindow slot missing

2014-11-13 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Starting up 'swriter', 'scalc' or such I notice the following warnings systematically : | richard@omnis:/home/richard$ swriter | warn:sfx.control:101391:1:sfx2/source/control/dispatch.cxx:1505: | Childwindow slot missing: 10365 | warn:sfx.control:1013

[Libreoffice-commits] core.git: solenv/gbuild

2014-11-12 Thread Richard PALO
solenv/gbuild/platform/solaris.mk | 44 +++--- 1 file changed, 23 insertions(+), 21 deletions(-) New commits: commit 573506c778410fc0eb6afc0c07bdd849613503a8 Author: Richard PALO Date: Mon Nov 10 17:36:30 2014 +0100 in general, SOLARIS should use /usr

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - solenv/gbuild

2014-11-12 Thread Richard PALO
solenv/gbuild/platform/solaris.mk | 74 +++--- 1 file changed, 45 insertions(+), 29 deletions(-) New commits: commit d6afd367167ed406cd97192da358b776dbf5158e Author: Richard PALO Date: Mon Nov 10 17:36:30 2014 +0100 in general, SOLARIS should use /usr

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - vcl/source

2014-11-12 Thread Richard PALO
vcl/source/font/PhysicalFontCollection.cxx |4 vcl/source/outdev/text.cxx |4 2 files changed, 8 insertions(+) New commits: commit f0025f96439c8738b045329468fe3ce34a498f47 Author: Richard PALO Date: Mon Nov 10 17:46:43 2014 +0100 alloca needs special

[Libreoffice-commits] core.git: vcl/source

2014-11-12 Thread Richard PALO
vcl/source/font/PhysicalFontCollection.cxx |4 vcl/source/outdev/text.cxx |4 2 files changed, 8 insertions(+) New commits: commit c22480ada409325a1c9a67dd06ce95b1028cb07e Author: Richard PALO Date: Mon Nov 10 17:46:43 2014 +0100 alloca needs special

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 8 commits - bridges/Library_cpp_uno.mk config_host.mk.in configure.ac extensions/Executable_pluginapp.bin.mk extensions/source sal/osl shell/

2014-11-11 Thread Richard PALO
+- sysui/CustomTarget_solaris.mk |6 +++--- 10 files changed, 22 insertions(+), 32 deletions(-) New commits: commit d2a617aac6466e246de6209731791c1ce835ee62 Author: Richard PALO Date: Sun Nov 9 18:15:45 2014 +0100 O_RDWR and O_CREAT are defined in fcntl.h

[Libreoffice-commits] core.git: 7 commits - config_host.mk.in configure.ac extensions/Executable_pluginapp.bin.mk extensions/source sal/osl shell/Module_shell.mk shell/source sysui/CustomTarget_solari

2014-11-11 Thread Richard PALO
files changed, 19 insertions(+), 27 deletions(-) New commits: commit 88a40e70fe921680ed303b8ab69ca866ae67078e Author: Richard PALO Date: Sun Nov 9 18:15:45 2014 +0100 O_RDWR and O_CREAT are defined in fcntl.h Change-Id: I568ee2c3f10320f6c39340a5915b10aeebb4 Signed-off-by

Richard PALO license statement

2014-11-09 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJUX1aIAAoJECAB22

Re: ModuleUIConfigurationManager

2014-06-03 Thread Richard PALO
Le 03/06/14 22:33, Richard PALO a écrit : Le 30/05/14 12:47, Richard PALO a écrit : Le 30/05/14 10:45, Stephan Bergmann a écrit : ... For libfwklo.so, the relevant symbol that needs to be exported is fwk_component_getFactory (denoting a C function). Stephan Hmm, that seems to be okay

Re: ModuleUIConfigurationManager

2014-06-03 Thread Richard PALO
Le 30/05/14 12:47, Richard PALO a écrit : Le 30/05/14 10:45, Stephan Bergmann a écrit : ... For libfwklo.so, the relevant symbol that needs to be exported is fwk_component_getFactory (denoting a C function). Stephan Hmm, that seems to be okay: richard@devzone:/opt/local/libreoffice4-4.2.4.2

Re: ModuleUIConfigurationManager

2014-05-30 Thread Richard PALO
Le 30/05/14 10:45, Stephan Bergmann a écrit : ... For libfwklo.so, the relevant symbol that needs to be exported is fwk_component_getFactory (denoting a C function). Stephan Hmm, that seems to be okay: richard@devzone:/opt/local/libreoffice4-4.2.4.2/program$ elfdump -s libfwklo.so |grep fwk

Re: ModuleUIConfigurationManager

2014-05-30 Thread Richard PALO
Le 30/05/14 10:02, Richard PALO a écrit : Le 30/05/14 09:42, Stephan Bergmann a écrit : On 05/29/2014 06:05 PM, Richard PALO wrote: Hi, guess I'm looking for hints on how to track down a startup problem (attached is the screenshot) Is this a local LO build of your own? If yes, how di

Re: ModuleUIConfigurationManager

2014-05-30 Thread Richard PALO
Le 30/05/14 09:42, Stephan Bergmann a écrit : On 05/29/2014 06:05 PM, Richard PALO wrote: Hi, guess I'm looking for hints on how to track down a startup problem (attached is the screenshot) Is this a local LO build of your own? If yes, how did you configure it? What platform is

ModuleUIConfigurationManager

2014-05-29 Thread Richard PALO
Hi, guess I'm looking for hints on how to track down a startup problem (attached is the screenshot) Can't launch application. component context fails to supply service ...ModuleUIConfigurationManager of type ...XModuleUIConfigurationManager2: an error occured during file opening. anybody alread

Re: Solaris build

2014-05-23 Thread Richard PALO
Le 23/05/14 12:34, Michael Stahl a écrit : plugcon.hxx: #if defined SOLARIS #define USE_MOTIF #endif yes, this is already patched out quite a while ago in my test tree as well as the first part of the pluginapp.bin patch.. cheers ___ LibreOffi

Re: suggestion for adding sdk/lib to pluginapp.bin or libuno_sal.so symlink in ure/lib

2014-05-23 Thread Richard PALO
Le 21/05/14 10:56, Stephan Bergmann a écrit : On 05/21/2014 07:13 AM, Richard PALO wrote: S=/var/tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.2.4.2 && I=$S/instdir && W=$S/workdir && g++-Wl,-z,origin '-Wl,-rpath,$ORIGIN:$ORIGIN/../ure-link/lib' -L$I/u

suggestion for adding sdk/lib to pluginapp.bin or libuno_sal.so symlink in ure/lib

2014-05-20 Thread Richard PALO
Hi, I'm tinkering with lo 4.2.4.2 and am having a bit of an issue building pluginapp.bin in the extensions path, as it needs libuno_sal.so The following is where all the flavours are found in the build tree: $ find . -name 'libuno_sal.so*' | xargs stat -c"%N" ‘./instdir/sdk/lib/libuno_sal.so’ -