Re: [Libreoffice] Make available this file [Done]

2010-10-28 Thread Tor Lillqvist
Done. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] OpenBSD patch #1

2010-10-28 Thread Tor Lillqvist
Should we change all the shell scripts that use bashisms on the upper level (from the build repo) to start with #!/usr/bin/env bash ? Is that then (finally) a good and reliable solution to the problem whether to use bash or not, and where bash is in case we do want to use it? Or is there some

Re: [Libreoffice] smoketest segfault

2010-10-28 Thread Caolán McNamara
On Wed, 2010-10-27 at 17:07 -0500, Norbert Thiebaud wrote: /lo/ref/rawbuild/solver/330/unxlngx6.pro/installation/opt/program/soffice: Isn't really useful to just get it crashed, so... in solenv/inc/settings.mk add gdb --args after AUGMENT_LIBRARY_PATH_LOCAL in the CPPUNITTESTER line run build

Re: [Libreoffice] howto for getting non-trivial cppunit tests up and running

2010-10-28 Thread Thorsten Behrens
Caolan McNamara wrote: register component 'configmgr.uno.so' in registry '../../unxlngx6.pro/misc/qa_unit/services.rdb' failed! error (CannotRegisterImplementationException): loading component library failed: configmgr.uno.so Can you (git pull bootstrap) and try export DEBUGREGCOMP=1

Re: [Libreoffice] OpenBSD patch #1

2010-10-28 Thread Robert Nagy
env bash is needed since not every system has it in /bin (that basically includes everytihng except linux, mac and solaris?) Maintaining the csh style files are not needed and it just duplicates the work. If you want to build it, use a bourne-shell or go and download the binary packages. On

[Libreoffice] UX opportunity ... / Easy Hacks

2010-10-28 Thread Michael Meeks
Hi Christoph, ( and any other UX gurus out there :-) Hi guys; I'd -love- to get a number of easy hacks - ie. small fixes - that can be made to our ergonomics into the page here: http://wiki.documentfoundation.org/Easy_Hacks These are entry level tasks for people

[Libreoffice] regression tests - for word count ...

2010-10-28 Thread Michael Meeks
Hi guys, On Wed, 2010-10-27 at 14:42 -0700, LeMoyne wrote: Using the following sample from a git patch one can see one way in which the current counting method comes up with fewer words than other methods do. +1747,9 Well - this is fun indeed :-) I strongly suggest that we start to

Re: [Libreoffice] OpenBSD patch #1

2010-10-28 Thread Michael Meeks
On Thu, 2010-10-28 at 11:27 +0200, Robert Nagy wrote: env bash is needed since not every system has it in /bin (that basically includes everytihng except linux, mac and solaris?) Cool - so it seems we reached consensus; Lets go with env bash everywhere instead. As for the csh

Re: [Libreoffice] OpenBSD patch #1

2010-10-28 Thread Kevin Hunter
At 5:09am -0400 Thu, 28 Oct 2010, Michael Meeks wrote: Ultimately if people want to incrementally fix bash-isms as they creep in I see no reason why they should not commit fixes to make it use generic-shell; hopefully with the gnumake based build we'll have less shell lying around. An on going

[Libreoffice] [Pushed] Dev-install failed

2010-10-28 Thread Michael Meeks
Hi Rene On Wed, 2010-10-27 at 19:45 +0200, René Kjellerup wrote: located the call to perl -d:DProf -w and removed the profiling declare if you think the profiling at every build is redundant Thanks - pushed your patch :-) Michael. -- michael.me...@novell.com

Re: [Libreoffice] Image Compression Patch

2010-10-28 Thread Michael Meeks
On Wed, 2010-10-27 at 20:15 +0100, Andrew C. E. Dent wrote: Sounds like a good plan of attack. I've added some stats to the wiki based on an analysis I did a while ago. Nice. There's some other possible hacks in the analysis here:

Re: [Libreoffice] Help concerning code style and documentation

2010-10-28 Thread Michael Meeks
Hi Regina, On Sun, 2010-10-24 at 18:13 +0200, Regina Henschel wrote: I'm currently working on LINEST and have attached a draft to issue Cool ! this is an awesome patch :-) There is no mathematical problem, but I'm uncertain about coding style. And your coding style looks

[Libreoffice] tools.jar problem when building tomcat in libreoffice

2010-10-28 Thread 李明致
I have a problem when building tomcat (and saxonin, beanshell, lucence, jvmfwk,rhino,hsqldb,ridljar) in libreoffice I have JAVA_HOME set, and tools is in $JAVA_HOME/lib but when i build the tomcat to found out what was wrong, i have those errs : Unable to locate tools.jar. Expected to find it in

Re: [Libreoffice] howto for getting non-trivial cppunit tests up and running

2010-10-28 Thread Caolán McNamara
On Thu, 2010-10-28 at 11:17 +0200, Thorsten Behrens wrote: Caolan McNamara wrote: register component 'configmgr.uno.so' in registry '../../unxlngx6.pro/misc/qa_unit/services.rdb' failed! error (CannotRegisterImplementationException): loading component library failed:

[Libreoffice] Cppcheck

2010-10-28 Thread Gert Faller
Hi, I've been running 'Cppcheck 1.44' on the whole source 27/10/10 10 GTM (I have a slow machine) : I join the raw output sorted by 'Error Type'. I run it too with '--enable=unusedFunctions' : I got 3195 matches... looks enormous. I'll check part of this output. Do I send the file ? I've

Re: [Libreoffice] Mac OS9 Cleanup

2010-10-28 Thread Christian Lohmaier
Hi Joseph, On Thu, Oct 28, 2010 at 2:22 PM, Joseph Powers jpower...@cox.net wrote: Since we don't support OS9 builds, why do we have so much OS9 build code? The biggest hunk of the attached patches is from external sources/tools (from mozilla, the twain stuff, or dmake sources),... or from

Re: [Libreoffice] Tar / Zip wobbly

2010-10-28 Thread Constantin Makshin
On Wednesday 27 October 2010 22:30:22 Michael Meeks wrote: On Wed, 2010-10-27 at 13:10 -0400, Kevin Hunter wrote: To put a different spin on your surprise, I've wondered for awhile why it *isn't* installed in the default installation of more desktop-based nix distros. For me,

Re: [Libreoffice] First build error: segmentation fault on vcl

2010-10-28 Thread Dave Lacy Kusters
On Wed, October 27, 2010 2:46:43 AM, Michael Meeks wrote: Soo ... IIWY I would remove your solver: rm -Rf build/libreoffice*/solver And re-configure with --without-stlport Hopefully that will fix your build; failing that, disabling both kde3 and 4 will get you past the

Re: [Libreoffice] regression tests - for word count ...

2010-10-28 Thread Wols Lists
On 28/10/10 10:38, Michael Meeks wrote: Hi guys, On Wed, 2010-10-27 at 14:42 -0700, LeMoyne wrote: Using the following sample from a git patch one can see one way in which the current counting method comes up with fewer words than other methods do. +1747,9 Well - this is fun indeed

Re: [Libreoffice] [Pushed] Mac OS9 Cleanup

2010-10-28 Thread Norbert Thiebaud
On Thu, Oct 28, 2010 at 7:22 AM, Joseph Powers jpower...@cox.net wrote: Since we don't support OS9 builds, why do we have so much OS9 build code? The following patches will remove most (I'd like to say all, but the monument I do someone will point out some more) OS 9 code and build support.

[Libreoffice] First time Build issues on Ubuntu

2010-10-28 Thread surensp...@gmail.com
Hi, I am new to Libreoffice and I was trying to build Libreoffice for the first time. I ended up with this error - [1]. I figured it might be because the file might not have included algorithm as the 'lower_bound' function that was said missing is provided by algorithm header. I naively added a

[Libreoffice] Non compiling code on mono-uno-bridge (fix)

2010-10-28 Thread Joshua Ismael
/me makes easy task on /scratch/mono-uno-bridge :) From 61737dd0737e1c729ad82948a8e69047d2e6dce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= hah...@gmail.com Date: Thu, 28 Oct 2010 20:42:30 -0500 Subject: [PATCH 1/2] Fixed non compiling code in bridge.cs

[Libreoffice] How to write debug output to console or file?

2010-10-28 Thread Mattias Johnsson
Hello, To help with debugging, it'd be very useful for me to be able to write out variable values from within the code. Writing to the console or a file would be fine. std::cout doesn't work with any of the internal (unicode) string types like OUString. Is there a way to cast them to something