Re: [Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
i/libo/solver/unxlngi6/xml/component/filter/source/svg/ && > /bin/cp --force --preserve=timestamps > /data/work/niboshi/libo/workdir/unxlngi6/ComponentTarget/filter/source/svg/svgfilter.component > /data/work/niboshi/libo/solver/unxlngi6/xml/component/filter/source/svg/svgfilter.component > Thanks -- Daisuke Nishino ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
fixed exit and re-run 'make' from the > top-level > make[1]: *** [build] Error 1 > make[1]: Leaving directory `/data/work/niboshi/libo' > make: *** [source-env-and-recurse] Error 2 > Following the instructions above (with clean), it finishes successfully (no error message at the tail, and exit code is 0). But If I then go back to root and do 'make' again, the result is the same. autogen.sh options are: > ./autogen.sh --enable-symbols --disable-strip-solver --enable-werror > --enable-debug --enable-dbgutil --enable-crashdump --enable-verbose > --with-max-jobs=2 --with-num-cpus=2 > current commit is: 7d7496bd4c152ad1746809800f1298169052320e Do you have any ideas to fix this? -- Daisuke Nishino ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] [PUSHED] Hide function pointers

2011-11-28 Thread Daisuke Nishino
On Mon, Nov 28, 2011 at 6:42 PM, Stephan Bergmann wrote: > On 11/27/2011 08:57 AM, Daisuke Nishino wrote: > >> Exposing functioin pointers to outside is not a good practice I think. >> This patch encapsulates them. >> Also, since fnLeaveSelect is called from only one locat

[Libreoffice] [PATCH] Hide function pointers

2011-11-26 Thread Daisuke Nishino
Hi all, Exposing functioin pointers to outside is not a good practice I think. This patch encapsulates them. Also, since fnLeaveSelect is called from only one location, I eliminated the indirection. Cheers, -- Daisuke Nishino 0001-Hide-function-pointers.core.patch Description: Binary data

Re: [Libreoffice] [PUSHED] Fix bug in build.pl option parser

2011-11-24 Thread Daisuke Nishino
Thank you for pushing! Lisence: All my past and future contributions (including this one) to LibreOffice are under LGPLv3+/MPL until further notice. Thanks On Wed, Nov 23, 2011 at 11:39 PM, Michael Meeks wrote: > Hi Daisuke, > > On Sun, 2011-11-13 at 17:51 +0900, Daisuke Nishino wrote

Re: [Libreoffice] [PUSHED][PATCH] SwSelBoxes: svarray -> std::map

2011-11-24 Thread Daisuke Nishino
gt; btw, the crash happens while making sw_unoapi, at > > bah, I'll have a look. > > C. > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreo

[Libreoffice] [PATCH] Move cursor to the right of brace when the closing brace is typed.

2011-11-15 Thread Daisuke Nishino
. ) ( a b : ( a b. ) ( a b ) : ( a b ). I think this is more convenient and natural. Reviews and comments are welcome. The patch is available under LGPLv3+/MPL. Thanks, -- Daisuke Nishino 0002-Move-cursor-to-the-right-of-brace-when-the-clos.core.patch Description: Binary data

[Libreoffice] [PATCH] Fix bug in build.pl option parser

2011-11-13 Thread Daisuke Nishino
it because that could possibly introduce incosistency with existing scripts. Cheers, -- Daisuke Nishino 0001-Fix-bug-in-build.pl-option-parser.core.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Removed SvStringsSortDtor

2011-11-09 Thread Daisuke Nishino
Caolán, Thank you for your comments. Here is the patch. Cheers, On Wed, Nov 9, 2011 at 12:01 AM, Caolán McNamara wrote: > On Tue, 2011-11-08 at 22:43 +0900, Daisuke Nishino wrote: > > Hi all, > > > > I removed some uses of SvStringsSortDtor, which

[Libreoffice] [PATCH] Removed some SvStringsSortDtor

2011-11-08 Thread Daisuke Nishino
ntended here is mapping of strings, from pSrcArr to pDstArr (with incorrect implementation). If so, I'll replace them with std::map. How do you think? Cheers, -- Daisuke Nishino 0001-Removed-some-SvStringsSortDtor.core.patch Description: Binary data ___

Re: [Libreoffice] [PUSHED][PATCH] Get rid of SvStringsSort

2011-11-07 Thread Daisuke Nishino
Caolán, Thank you for handling the patch. I'm sorry for posting twice, because I was not confident my post was successfully sent. Cheers, On Mon, Nov 7, 2011 at 9:27 PM, Caolán McNamara wrote: > On Mon, 2011-11-07 at 00:22 +0900, Daisuke Nishino wrote: > > Hi all, > > >

[Libreoffice] [PATCH] Get rid of SvStringsSort

2011-11-06 Thread Daisuke Nishino
Hi all, This is a patch for what is listed in http://wiki.documentfoundation.org/Development/Easy_Hacks#Easy_Hacks . I replaced all uses of SvStringsSort. Available under LGPLv3+/MPL. Cheers, -- Daisuke Nishino 0001-Get-rid-of-SvStringsSort.core.patch Description: Binary data

[Libreoffice] [PATCH] Get rid of SvStringsSort

2011-11-06 Thread Daisuke Nishino
Hi all, This is a patch for what is listed in http://wiki.documentfoundation.org/Development/Easy_Hacks#Easy_Hacks . I replaced all uses of SvStringsSort. Available under LGPLv3+/MPL. Cheers, -- Daisuke Nishino 0001-Get-rid-of-SvStringsSort.core.patch Description: Binary data