Re: Building LibreOffice on Windows

2012-02-19 Thread Josh Heidenreich
Hi, Okay so it might be nuts, but has anyone tried creating a native VS solution/projects, which ruins inside the ide? Could one be created cmake style perhaps? Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop

cygwin 1.7.10 - LO-3-5 - the compiler error in npwin.cpp reappears

2012-02-19 Thread walter
>On Fri, 2012-02-17 at 22:10 +0100, walter wrote: >> Compiling: np_sdk/mozsrc/npwin.cpp >> >> C:/LO35/np_sdk/mozsrc/npwin.cpp(171) : error C2440: 'return' : cannot >> convert from 'const char *' to 'char *' > I just pushed an explicit cast to master that (I hope) 'fixes' this, at

Re: [PATCH][PUSHED] Remove unused code in XclRoot

2012-02-19 Thread Markus Mohrhard
Makes sense. Pushed. Thanks a lot for this patch. 2012/2/19 Santiago Martinez : > This patch removes unused code as listed in unusedcode.easy > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/lis

Re: [PATCH][PUSHED] Remove unused code in XclExpName

2012-02-19 Thread Markus Mohrhard
Makes sense. Pushed. Thanks a lot for the patch. 2012/2/19 Santiago Martinez : > This patch removes unused code as listed in unusedcode.easy > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/

Working through cppcheck errors

2012-02-19 Thread Josh Heidenreich
Hi, I decided to begin some work looking through the cppcheck [1] errors. I found a nullPointer in svx/source/svdraw/svdotextpathdecomposition.cxx. Thought I would give the heads up first before commit + push, as Michael said so. Cheers, Josh [1] http://libreoffice.boldandbusted.com/ nullPoi

[PATCH] Remove unused code

2012-02-19 Thread Petr Vorel
Hi there, another bit of unused core removed. Petr >From deda0e8f7bfa57ff8b1568fd71466a8084c98efd Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Mon, 20 Feb 2012 00:25:26 +0100 Subject: [PATCH] Remove unused code --- basic/source/comp/symtbl.cxx |5 basic/sourc

Re: About Boost 1.48

2012-02-19 Thread Rene Engelhard
Hi, On Sun, Feb 19, 2012 at 10:15:58AM -0800, julien2412 wrote: > Just to be sure I didn't misunderstand. > About http://bugs.debian.org/652784, this one is no more a problem since > Boost would be used for master. Yes. > About http://bugs.debian.org/652681, it means that it's possible only fro

libmerged and related thoughts

2012-02-19 Thread Matúš Kukan
Hi Michael, Tor On 17 February 2012 18:36, Michael Meeks wrote: >        Well, I'm building and running with it myself on Linux; so far it seems > that libmergedlo.so is only 5.1Mb - which surprises me, since my libsvx* > are both rather huge. It has ~28 MB for me now. >        As/when we have

Re: LibreOffice 3.6.0alpha built on clang

2012-02-19 Thread julien2412
Khoo Wei Ming wrote > > ... > Future plans > I plan to try out the clang static analyzer, and if I survive that > maybe I'll give KLEE a go. > I began to run static analyzer and posted some output on the easyhack here : https://bugs.freedesktop.org/show_bug.cgi?id=39596 Julien. -- View this me

Re: Unused solenv tools - can I remove these?

2012-02-19 Thread Tor Lillqvist
>> remangle32to64.pl # Committed in Jan 2011, seems relevant to w64 porting. > That one should be ketp, unless Tor says otherwise... The dev-tools repo might be a better place for it. Feel free to remove/add it. --tml ___ LibreOffice mailing list LibreO

[PUSHED] Re: [PATCH] rework of make check, running smoketest and installing - gbuild patches

2012-02-19 Thread Matúš Kukan
On 15 February 2012 02:00, Matúš Kukan wrote: > Is it ok to push these patches? Hmm, it was probably not necessary to review these, I have pushed them as: http://cgit.freedesktop.org/libreoffice/core/commit/?id=a391a096bd3e0f96ba21cc42ee7dd46c7faeb2b2 http://cgit.freedesktop.org/libreoffice/core/

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Divakar Ramachandran changed: What|Removed |Added CC||q...@hotmail.com --- Comment #190

[PATCH] Remove unused code in XclExpName

2012-02-19 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From ea73cbfbb2b67f47fabdcde224720a49ada4e47b Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 19 Feb 2012 19:20:54 +0100 Subject: [PATCH] Remove unused code in XclExpName --- sc/source/filter/excel/xename.cxx |7 ---

Re: About Boost 1.48

2012-02-19 Thread julien2412
Rene Engelhard wrote > > - 3.4.5 had a build fix for boost 1.48, before it didn't build anymore > (see http://bugs.debian.org/652784 and the mentioned fdo bug) > - you missed http://bugs.debian.org/652681 because you tried it after > the fixed version entered testing :-) > > But it's normal

[PATCH] Remove unused code in XMLTextListAutoStylePool

2012-02-19 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 9db43697d0b1946ce9817914b78f98d94b9b6ae1 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 19 Feb 2012 19:01:09 +0100 Subject: [PATCH] Remove unused code in XMLTextListAutoStylePool. --- unusedcode.easy

LibreOffice 3.6.0alpha built on clang

2012-02-19 Thread Khoo Wei Ming
A big kudos to Kristian Rietveld for his hard work described here http://wiki.documentfoundation.org/Development/Building_LibreOffice_with_Clang So for what it's worth, here's the route I took (by no means ideal). I built LibO 3.6.0alpha using clang 3.1 on Ubuntu 11.04 Natty 32 bits and ./autogen

[PATCH] Using empty() instead of size() == 0 (broad fix for, cppcheck's Possible inefficient checking for '', emptiness)

2012-02-19 Thread Mariusz Dykierek
Performance improvement unlikely yet readability/intent clearer + cppcheck satisfied. -- Regards, Mariusz Dykerek >From 3fa7c19cfa1a844a926221d2d0235e4c9737c86c Mon Sep 17 00:00:00 2001 From: Mariusz Dykierek Date: Sun, 19 Feb 2012 17:21:55 +0100 Subject: [PATCH 1/2] Using empty() instead of s

[PATCH] Remove unused code in XclRoot

2012-02-19 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 17ff6fa0f72dfb7088e24b331ff7dd65e951fb5f Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 19 Feb 2012 18:26:38 +0100 Subject: [PATCH] Remove unused code in XclRoot. --- sc/source/filter/excel/xlroot.cxx | 15 --

[PATCH] Remove unused code (17)

2012-02-19 Thread Elton Chung
Hi, This patch removes 14 unused methods from basegfx. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email: el...@layerjet.com

Re: qa-build errros on clean code

2012-02-19 Thread Jonathan Aquilina
On 19/02/2012 10:14, Winfried Donkers wrote: Markus Mohrhard wrote (15 februari 2012 19:05) I don't like this solution but well the other option is to debug ucalc and find why it fails ( it does not for me ). Since you now disabled the test can you at least check after a full build that if you s

Re: Windows desktop developer and large open source projects

2012-02-19 Thread Bjoern Michaelsen
Hi Walter, On Sun, Feb 19, 2012 at 03:12:30PM +0100, walter wrote: > If you think that these simple scripts are useful feel free to post them in > the wiki. We have the dev-tools repository for such things: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/ Please find a place for

[PATCH] Replace make_absolute_path with rel2abs in solenv

2012-02-19 Thread Tim Retout
These three patches remove some home-grown path manipulation from solenv, and replace it with functions shipped with the Perl core. Kind regards, -- Tim Retout From 65e81a1935604058082929e772e2f789533eb610 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sun, 19 Feb 2012 12:45:56 + Subject:

Windows desktop developer and large open source projects

2012-02-19 Thread walter
The learning curve for developers to become valid for a large open source project is particularly steep (git, java,perl, python, c ++, c #, project architecture, project philosophy, . many, too many technologies, to learn in a short time). Who, like me, every day develops Windows desktop applicati

Re: gnome-vfs not found while ./autogen.sh

2012-02-19 Thread Matúš Kukan
On 19 February 2012 12:19, Riccardo Magliocchetti wrote: >> configure: error: Package requirements (gnome-vfs-2.0>= 2.6.0 ) were not >>> >>> met: >>> > > Please take a look at this document that should help you resolve this and > future build issues: > http://wiki.documentfoundation.org/Developmen

Re: gnome-vfs not found while ./autogen.sh

2012-02-19 Thread LOH KOK HOE
Hi Riccardo, Thank you so much of your reply. The wiki really helpful. The command > sudo apt-get install libgnomevfs2-dev > > is for Ubuntu, may I know how can I do it in Fedora? THanks @! On Sun, Feb 19, 2012 at 7:19 PM, Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: > He

About fdo#46180 LO Base fails to connect to "*.DBF" files but connects OK to "*.dbf"

2012-02-19 Thread julien2412
Hi, I let a comment about this bug https://bugs.freedesktop.org/show_bug.cgi?id=46180#c3. I'm stucked because I don't know what's the use of the boolean variables quoted in the comment. Any idea ? Julien. -- View this message in context: http://nabble.documentfoundation.org/About-fdo-46180-LO-

Re: [PUSHED][PATCH] Get rid of size() == 0 (1)

2012-02-19 Thread Ivan Timofeev
On 19.02.2012 16:01, Elton Chung wrote: This patch converts some size() == 0 usage to empty() for performance reasons. Pushed partially... I dropped changes in sc/qa/unit/ucalc.cxx - there are no appropriate empty() function; and in soltools/giparser/st_gilrw.cxx - but luckily this stuff was

Re: cygwin 1.7.10 - LO-3-5-0 - build fails - is it my git / build fault ?

2012-02-19 Thread Jesús Corrius
> But If i want to build libreoffice-3.5-0, what I have  to do ? ./g checkout libreoffice-3-5-0 -- Jesús Corrius ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

R: cygwin 1.7.10 - LO-3-5-0 - build fails - is it my git / build fault ?

2012-02-19 Thread walter
But If i want to build libreoffice-3.5-0, what I have to do ? Regards walter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: cygwin 1.7.10 - LO-3-5-0 - build fails - is it my git / build fault ?

2012-02-19 Thread Jesús Corrius
You probably have different repo branches mixed. if you are building the 3.5 branch, type: ./g checkout libreoffice-3-5 -- Jesús Corrius ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libr

R: cygwin 1.7.10 - LO-3-5-0 - build fails - is it my git / build fault ?

2012-02-19 Thread walter
Hi * The build fails in module 125. After re-run inside the module: = (1/1) Building module translations = Entering /cygdrive/c/LO350/translations dmake: Error: -- `/cygdrive/c/LO350/solver/wntmsci12.pro/bin/localize' not found, and can't be made Retrying

Re: About Boost 1.48

2012-02-19 Thread Rene Engelhard
On Sat, Feb 18, 2012 at 01:41:59PM -0800, julien2412 wrote: > I saw that boost package used by LO sources by default was the 1.44 version. > On debian testing pc x86-64 (with Boost 1.48) and by using > --with-system-boost in the autogen options, it compiled ok. I thought there > would be some thin

Re: Building LibreOffice on Windows

2012-02-19 Thread Bjoern Michaelsen
Hi, On Thu, Feb 16, 2012 at 11:14:28AM -0500, Kohei Yoshida wrote: > > If at all possible, rather run Ubuntu (or some other Linux distro) > > inside a VMWare virtual machine on your Windows desktop. > > Don't forget openSUSE and Fedora. We have quite a number of core > developers from both of th

Re: [PUSHED][PATCH] Remove unused code

2012-02-19 Thread Ivan Timofeev
On 19.02.2012 03:13, Petr Vorel wrote: I removed a little bit of unused code (unusedcode.easy). Thank you! Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Linux X86 nightly builds

2012-02-19 Thread Cor Nouws
just a heads up: they still miss. -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: gnome-vfs not found while ./autogen.sh

2012-02-19 Thread Riccardo Magliocchetti
Hello, Il 19/02/2012 08:35, LOH KOK HOE ha scritto: configure: error: Package requirements (gnome-vfs-2.0>= 2.6.0 ) were not met: Please take a look at this document that should help you resolve this and future build issues: http://wiki.documentfoundation.org/Development/Native_Build hth

Re: [PUSHED][PATCH] Remove unused code (16)

2012-02-19 Thread Ivan Timofeev
On 19.02.2012 12:28, Elton Chung wrote: This patch removes 4 unused methods from basegfx. Pushed, thanks. Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED][PATCH] Remove unused code (15)

2012-02-19 Thread Ivan Timofeev
On 19.02.2012 12:25, Elton Chung wrote: This patch removes 5 unused methods. Pushed, thank you! Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Conversion Borderline2 to Borderline

2012-02-19 Thread Dietmar
Hi Eike Am Freitag, den 17.02.2012, 15:20 +0100 schrieb Eike Rathke: > Hi Dietmar, ... > > There were many quirks, and many fixed in 3.5, please give it a try and > report success (and failure if necessary ;) > My tests show that Tabelborder works fine in Writer in Calc, _as long as single lines

RE: qa-build errros on clean code

2012-02-19 Thread Winfried Donkers
Markus Mohrhard wrote (15 februari 2012 19:05) >I don't like this solution but well the other option is to debug ucalc >and find why it fails ( it does not for me ). Since you now disabled >the test can you at least check after a full build that if you start >calc insert a note in B2 and then inse

[PATCH] Remove unused code (16)

2012-02-19 Thread Elton Chung
Hi, This patch removes 4 unused methods from basegfx. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email/ IM : el...@layerjet.com

[PATCH] Remove unused code (15)

2012-02-19 Thread Elton Chung
Hi, This patch removes 5 unused methods. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email: el...@layerjet.com --