[Libreoffice] compilation problems

2011-08-19 Thread Jacek Wolszczak
Hi, I was trying to compile LO master and I get the following error when doing make dev-install ERROR: The following files could not be found: ERROR: File not found: gnome.xcd Full output: http://pastebin.com/em2jCjgD My ./configure parameters are: ./configure --with-num-cpus=2

Re: [Libreoffice] [PATCH][PUSHED] Remove unused file in calc/sc

2011-06-05 Thread Jacek Wolszczak
Thanks. Jacek 2011/6/4 Christian Lohmaier lohmaier+libreoff...@googlemail.com Hi Jacek, On Sat, Jun 4, 2011 at 3:12 PM, Jacek Wolszczak shutdownrun...@gmail.com wrote: This patch removes dbtoken.hxx in calc/sc which doesn't seem to be used anywhere. At least libreoffice compiles fine

[Libreoffice] [PATCH] Remove unused file in calc/sc

2011-06-04 Thread Jacek Wolszczak
Hi, This patch removes dbtoken.hxx in calc/sc which doesn't seem to be used anywhere. At least libreoffice compiles fine after the file is removed. Jacek From 90f8acc4777ffa4643ae0068d936e187d0d4069d Mon Sep 17 00:00:00 2001 From: Jacek Wolszczak shutdownrun...@gmail.com Date: Sat, 4 Jun 2011 15

Re: [Libreoffice] [PATCH] [PUSHED] Replace DBG_ stuff in calc with OSL_ equivalents

2011-05-28 Thread Jacek Wolszczak
, David Tardon pisze: On Sun, May 22, 2011 at 11:41:31AM +0200, Jacek Wolszczak wrote: Hi, I am sending links to patches uploaded to dropbox. I wasn't sure if 1MB of attachments would be welcome here. The patches are good, except: 1. I changed -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL

Re: [Libreoffice] [PATCH] [PUSHED] resubmitted: Some more OSL_* love and debug.hxx removal in writer/sw

2011-05-18 Thread Jacek Wolszczak
kyosh...@novell.com On Fri, 2011-05-13 at 12:43 +0200, Jacek Wolszczak wrote: BTW, do you think I should create a bug in bugzilla for align ASSERT ( friends) macro foo easy hack? Hmm... This I'm not sure. I don't have a strong opinion either way. Bjoern? -- Kohei Yoshida, LibreOffice

[Libreoffice] [PATCH] resubmitted: Some more OSL_* love and debug.hxx removal in writer/sw

2011-05-13 Thread Jacek Wolszczak
Resubmitting the mail in case it got lost somewhere in the spam filter. BTW, do you think I should create a bug in bugzilla for align ASSERT ( friends) macro foo easy hack? Jacek Wiadomość przekazywana -- Od: Jacek Wolszczak shutdownrun...@gmail.com Do: libreoffice-dev

[Libreoffice] [PATCH] Some more OSL_* love and debug.hxx removal in writer/sw

2011-05-10 Thread Jacek Wolszczak
other repos used therein that contain DBG_ASSERT. Hope you'll find it useful. As always LGPL3+/MPL. Jacek From 14c35419426a941b96eed4890f6e2e6f37af6382 Mon Sep 17 00:00:00 2001 From: Jacek Wolszczak shutdownrun...@gmail.com Date: Tue, 10 May 2011 09:56:23 +0200 Subject: [PATCH 1/3] Replace #ifdef

Re: [Libreoffice] [PATCH]EasyHack: Replace DBG_ macros with OSL_ equivalents

2011-05-09 Thread Jacek Wolszczak
PM, Jacek Wolszczak shutdownrun...@gmail.com wrote: Attached hereto are two patches. The first one replaces DBG_WARNING, DBG_ASSERT, etc. with OSL_ASSERT and OSL_FAIL in writer/sw directory. I have also removed writer/sw/source/core/inc/dbgloop.hxx as it's not used anywhere (patch 2

Re: [Libreoffice] [PATCH] Replace j_assert with OSL_ in writer/starmath

2011-03-18 Thread Jacek Wolszczak
On 03/17/2011 11:26 PM, Jacek Wolszczak wrote: Easy hacks align ASSERT ( friends) macro foo patch. Yeah, this looks nice. Did you build this once with --enable-debug and --enable-dbgutil? Thomas ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice] [PATCH] [PUSHED] Replace j_assert with OSL_ in writer/starmath

2011-03-18 Thread Jacek Wolszczak
Yes, it is under LGPLv3+ / MPL. Thanks. Jacek 2011/3/18 Thomas Arnhold tho...@arnhold.org Hi Jacek, On 03/18/2011 09:14 AM, Jacek Wolszczak wrote: I did compile it with --enable-debug as it's OSL_ specific and it compiled correctly. Haven't used --enable-dbgutil as there are no #ifdef

Re: [Libreoffice] build problems

2010-10-24 Thread Jacek Wolszczak
Thanks. Still compiling, but at least it's progressing :) Jacek Dnia 2010-10-24, nie o godzinie 03:30 -0500, Norbert Thiebaud pisze: On Sun, Oct 24, 2010 at 3:03 AM, Jacek Wolszczak shutdownrun...@gmail.com wrote: Hi, I keep having difficulties with building LibreO: http://pastebin.com