Re: [Libreoffice] Building on gentoo ...

2010-10-21 Thread Sebastian Spaeth
On Thu, 21 Oct 2010 00:06:50 +0200, René Kjellerup wrote: I've dug a bit, found configure.in, and found AC_ARG_ENABLE(kde, [ --disable-kde Disables KDE native widgets.], ,) While at it, would renaming kde to kde3 and kde4 to kde (or keeping it at kde4) make sense. The enable-kde just

Re: [Libreoffice] Address Books

2010-10-21 Thread Sebastian Spaeth
On Thu, 21 Oct 2010 09:20:15 +0200, Sebastian Spaeth wrote: I just compiled current LibO on Linux and I also see the THunderbird address book connection. I select it and what I get when trying to save the database is a dialog box saying: The connection to the data source new database could

Re: [Libreoffice] [Patch] SAL_N_ELEMENTS Easy Hack

2010-10-21 Thread Caolán McNamara
Great thanks, applied and pushed. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Caolán McNamara
On Thu, 2010-10-21 at 02:32 -0400, Kevin Hunter wrote: Hullo List, I'm a noob to compiling LO, and am having a difficult time compiling it. I've done well enough so far by just waiting and the using the 'bin/g pull -r' tidbit. But this error seems to be recurring, and I can't

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-21 Thread Michael Meeks
Hi guys, On Thu, 2010-10-21 at 09:40 +0200, Thomas Klausner wrote: The attached patch makes compilation for this file work for me. I still haven't finished a complete build, so I hope it doesn't trip up somewhere else. Could someone please test it on a complete build? /* the macro

Re: [Libreoffice] [Patch] Several comment translations in svx/inc

2010-10-21 Thread Caolán McNamara
On Wed, 2010-10-20 at 22:29 +0200, Wolfgang Silbermayr wrote: I started translating comments in svx/inc from german to english. All files directyl in svx/inc have been translated and the files in svx/inc/svx from AccessibleControlShape.hxx to sdtaitm.hxx in alphabetical order. You can

Re: [Libreoffice] how can we import/export .cbz/.cbr files on LibreOffice Impress?

2010-10-21 Thread Caolán McNamara
On Wed, 2010-10-20 at 19:59 -0300, Joop Kiefte wrote: One feature in here (that I really liked about the newest powerpoint) is the ease to fill slides with just photo's. A coworker of mine wrote a photoalbum extension some while ago, e.g.

Re: [Libreoffice] Building on gentoo ...

2010-10-21 Thread Wols Lists
On 21/10/10 08:04, Sebastian Spaeth wrote: On Thu, 21 Oct 2010 00:06:50 +0200, René Kjellerup wrote: I've dug a bit, found configure.in, and found AC_ARG_ENABLE(kde, [ --disable-kde Disables KDE native widgets.], ,) While at it, would renaming kde to kde3 and kde4 to kde (or keeping it

Re: [Libreoffice] [PATCH] Created installer::languages::shorten_language_string

2010-10-21 Thread Caolán McNamara
On Wed, 2010-10-20 at 08:20 -0700, Sean McMurray wrote: Replaced similar code in other loactions to point to here. Used Digest::MD5 instead of spawning a separate os process. A get a syntax error in there, i.e. installer: vs installer:: and I also get an uninitialized value $_ in scalar chomp

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-21 Thread Tor Lillqvist
By the way, note that the OSL_THIS_FUNC currently is quite broken. (Unless somebody has fixed it recently in the LibreOffice repo.) See http://www.openoffice.org/issues/show_bug.cgi?id=114290 , fixing it is trivialish (an EasyHack?, yeah, I need to add it there). --tml

Re: [Libreoffice] [PATCH] Created installer::languages::shorten_language_string

2010-10-21 Thread Tor Lillqvist
Any speed you can squeeze out of the install set builder would definitely be appreciated. I agree fully. It is extremely exciting to see a new contributor attack the Perl code, welcome! One thing that would be very useful is if you could actually write down what you learn about the Perl code

Re: [Libreoffice] [PATCH] Filters - Clean up comments in sw_unosett.cxx

2010-10-21 Thread Caolán McNamara
On Thu, 2010-10-21 at 00:37 +0100, jgraeme wrote: A patch to clean up comments. Oky doky, looks good, committed and pushed, thanks. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 4:51am -0400 Thu, 21 Oct 2010, Caolán McNamara wrote: On Thu, 2010-10-21 at 02:32 -0400, Kevin Hunter wrote: [what's the bug?] Checking:../unxlngx6.pro/ Error: ../unxlngx6.pro/misc/sysui/dummy/localize.sdf 0 Bytes! Error: 1 damaged files encountered dmake: Error code 1, while making

[Libreoffice] Disabling kde by default

2010-10-21 Thread Wols Lists
Okay, I've fixed a load of it, but (and my autoconf-fu is letting me down ...) In the libreoffice subdir I've got the following stuff in configure # debugging echo enable kde is ${enable_kde} debug.out # Check whether --enable-kde was given. if test ${enable_kde+set} = set; then :

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-21 Thread Kevin Hunter
At 8:17am -0400 Thu, 21 Oct 2010, Thomas Klausner wrote: I don't imagine we're much interested in gcc2 nowadays Tangentially, does this imply that there should be a check, preprocessor or otherwise, that says, You're using a compiler older that X.Y.Z. LiberOffice needs at least A.B.C or

[Libreoffice] update on OSL_LOG_PREFIX macro issue

2010-10-21 Thread Thomas Klausner
Hi again, I've patched the OSL_LOG_PREFIX macro (see diff in previous mail) but now the compilation falls over in Entering /build/libreoffice-3.2.99.2/sfx2/source/doc Compiling: sfx2/source/doc/objmisc.cxx g++ -fmessage-length=0 -c -O1 -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0

Re: [Libreoffice] update on OSL_LOG_PREFIX macro issue

2010-10-21 Thread Caolán McNamara
On Thu, 2010-10-21 at 16:08 +0200, Thomas Klausner wrote: Hi again, I've patched the OSL_LOG_PREFIX macro (see diff in previous mail) but now the compilation falls over in Entering /build/libreoffice-3.2.99.2/sfx2/source/doc Compiling: sfx2/source/doc/objmisc.cxx g++

[Libreoffice] Quick Patch to Fix sfx2 compile error

2010-10-21 Thread Joseph Powers
Not sure why no one else noticed this... com::sun::star:: was missing on two entries sfx2.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] PATCH] Build fixes for VC++ 10 in libxml2 and libxslt

2010-10-21 Thread Fridrich Strba
Applied, thanks On Wed, 2010-10-20 at 01:14 +0200, Jesús Corrius wrote: Hi all, More VC++ 10 compilation fixes :) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Quick Patch to Fix sfx2 compile error

2010-10-21 Thread Thomas Klausner
On Thu, Oct 21, 2010 at 07:36:51AM -0700, Joseph Powers wrote: Not sure why no one else noticed this... com::sun::star:: was missing on two entries Pushed, thanks! Thomas ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 8:02am -0400 Thu, 21 Oct 2010, Kevin Hunter wrote: I wanted to *reduce* what it was compiling because it was taking so long, so I thought the --with-lang=en-US would make it forgo the l10n/i18n. I'll hesitate before saying You are correct, sir! until I regen/compile and get another error.

Re: [Libreoffice] Quick Patch to Fix sfx2 compile error

2010-10-21 Thread Caolán McNamara
On Thu, 2010-10-21 at 07:36 -0700, Joseph Powers wrote: Not sure why no one else noticed this... com::sun::star:: was missing on two entries Possibly some koenig lookup or something similar failure in the compiler IMO. i.e. there's a using namespace ::com::sun::star; at the top of the file,

[Libreoffice] translations in calc/sc and DBG_* clean up

2010-10-21 Thread René Kjellerup
hi' all while looking for the formula functions and such I decided to do a few more translations and minor clean up it's nice looking in to the code all my bests René -- -- as life grows older, I gain experience. diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx

[Libreoffice] Windows dependancies

2010-10-21 Thread Martin Gallwey
Hi there! Just working further on getting a working build up and running, there are a bunch of files needed to get a build running, namely, these? Looking for /cygdrive/c/lo/src/msvcr80.dll ... ok Looking for /cygdrive/c/lo/src/msvcp80.dll ... ok Looking for

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 12:56pm -0400 Thu, 21 Oct 2010, Kevin Hunter wrote: $ make # and wait for 4 hours. - Yes, I'm aware I can change the CPU count, among other things, but this was my noob starting point. Wow, this *really* makes a difference. I would have thought it might have halved the time, to about

[Libreoffice] BOOL redefinition problem

2010-10-21 Thread Thomas Klausner
Hi! Entering /disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/connectivity/source/drivers/adabas Compiling: connectivity/unxbsdx3.pro/misc/adabas_dflt_version.c Compiling: connectivity/source/drivers/adabas/BDriver.cxx /usr/pkg/include/iodbcunix.h:136: error: conflicting declaration

[Libreoffice] LibreOffice beta2 linux deb packages on KDE3.5 - freeze on pdf export

2010-10-21 Thread Friedrich Strohmaier
Hello busy devs, PDF Export causes freeze on my kubuntu7.10 box which is running KDE3.5. I also tested it on a still valid kubuntu8.04LTS. There is also strange behaviour trying File- open or using the corresponding Button. No visible action occurs. There was no appropriate echo while asking at

Re: [Libreoffice] translations in calc/sc and DBG_* clean up

2010-10-21 Thread Jan Holesovsky
Hi René, René Kjellerup píše v Čt 21. 10. 2010 v 21:05 +0200: while looking for the formula functions and such I decided to do a few more translations and minor clean up Pushed, thank you a lot! :-) Regards, Kendy ___ LibreOffice mailing list

[Libreoffice] vos removal: looking for windows and MacOS build-tester

2010-10-21 Thread Norbert Thiebaud
Hi, I've pushed an updated version of the feature/vos-removal branch At this point vos is no more, and I build and 'smoketest' successfully in rawbuild on Linux x86_64 I'm looking for volonteer to build it and to basic test on it on other platforms. (note Linux welcome too, it won't hurt to