build 3.5 source on windows got error

2012-02-22 Thread huqitu du
when I build 3.5.0.3 source on windows, and stop in wizards model and got some errors like this libreoffice-core-3.5.0.3\wizards\com\sun\star\wizards\common\Desktop.java:32: 软件包(package) com.sun.star.beans 不存在(does not exits) libreoffice-core-3.5.0.3\wizards\com\sun\star\wizards\common\Desktop.java

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Bjoern Michaelsen
On Wed, Feb 22, 2012 at 03:09:49PM +0100, Lubos Lunak wrote: > Could not the windows build be helped by having only one location for > include > files where a script would at the beginning of the build create for each .hxx > file a small wrapper with the same name only doing #include of the rea

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Bjoern Michaelsen
Hi, On Wed, Feb 22, 2012 at 07:29:46PM +, Michael Meeks wrote: > > On Wed, 2012-02-22 at 18:26 +0200, Tor Lillqvist wrote: > > Personally I take these claims about the horrible performance of > > Windows (itself, not just Cygwin) doing this or that with a grain of > > salt. > > Agreed

libxml2 on MacOSX

2012-02-22 Thread Norbert Thiebaud
as a follow-up to it was necessary to use libxml2 as an internal library for MacOSX... which was not well supported. http://cgit.freedesktop.org/libreoffice/core/commit/?id=49843f0f9788e01805d8d0d27428fe5e6a4cc530 is what I had to do to get it to build. that included a change of 'layer' for libxm

About fdo#46339 Query Wizard fails to open

2012-02-22 Thread julien2412
Hello, I took a look on this bug and let some comments. Now I propose 2 ways (which are quite the same) to solve it here : https://bugs.freedesktop.org/show_bug.cgi?id=46339#c6 I tested, just made the Wizard Query window appear (not more), both worked. I don't know which solution is good or perha

[PATCH] fdo#33697 Unable to reset "System" as Internet Proxy mode

2012-02-22 Thread jumbo444
Hello, This patch remove a line preventing the saving of Internet Proxy "System" mode. It solves the problem described in fdo#33697. Hope it does not have side effects. Test on OpenSuse 12.1 x86_64. Laurent BP http://nabble.documentfoundation.org/file/n3767969/0001-fdo-33697-Unable-to-reset-Inte

[PATCH] Remove unused code

2012-02-22 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 298ed7c7d48f92a8bd0dc203efaf8c72ea10a445 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 22 Feb 2012 22:04:12 +0100 Subject: [PATCH] Remove unused code as listed in unusedcode.easy --- .../inc/helper/uiconfigelementwrap

[PATCH] Remove unused code in ScUserList

2012-02-22 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 6c990c918ee985ee22ab432aa46f51823ed0ef24 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 22 Feb 2012 21:38:16 +0100 Subject: [PATCH] Remove unused code in ScUserList --- sc/inc/userlist.hxx |2 -- sc/so

[PATCH] Fix cppcheck "possible null dereference" in ScMyCellInfo::CreateCell.

2012-02-22 Thread Catalin Iacob
It's safe to remove the check since CreateCell is only called by CreateContentAction, CreateGeneratedActions and SetDependencies in the same file and those in turn are only called by CreateChangeTrack only if pDoc is not NULL. --- .../filter/xml/XMLChangeTrackingImportHelper.cxx | 33

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Michael Meeks
On Wed, 2012-02-22 at 18:26 +0200, Tor Lillqvist wrote: > Personally I take these claims about the horrible performance of > Windows (itself, not just Cygwin) doing this or that with a grain of > salt. Agreed :-) I think a chunk of this folk wisdom may be a horrible anachronism from the t

Re: incomplete end of file 3.5 version

2012-02-22 Thread Eike Rathke
Hi ravi, On Wednesday, 2012-02-22 06:48:26 -0800, ravi wrote: > So, suggest me, should i register a bug? Yes, please, and attach a smallest possible test case file to reproduce. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GnuPG key 0x293C05FD : 997A

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Norbert Thiebaud
On Wed, Feb 22, 2012 at 11:31 AM, Tor Lillqvist wrote: >> be that as it may, that would just be an incentive to actually fix these >> case... > > I am sure people would come up with good arguments why everything has > to stay as it is. "Point n’est besoin d’espérer pour entreprendre ni de réussi

License Statement

2012-02-22 Thread greggory...@gmail.com
Hello, Any of my past or future contributions to LibreOffice are licensed under the terms of the MPL / LGPLv3+. Thanks, Gregg Hernandez ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoff

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Tor Lillqvist
> be that as it may, that would just be an incentive to actually fix these > case... I am sure people would come up with good arguments why everything has to stay as it is. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lis

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Norbert Thiebaud
On Wed, Feb 22, 2012 at 10:30 AM, Tor Lillqvist wrote: >> I must say, of all the options so far, that one sound the most appealing to >> me. >> and it can be done 'incrementally', one module at the time... > > One could do the thing I suggested incrementally, too. > >> While we are at it, why not

[PATCH] Translate German comments in connectivity

2012-02-22 Thread Philipp Weissenbacher
Hi LO devs! Here are some patches for connectivity/. Cheers, Philipp 0001-Translate-comments-to-German-and-fix-some-whitespace.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.o

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Tor Lillqvist
> I must say, of all the options so far, that one sound the most appealing to > me. > and it can be done 'incrementally', one module at the time... One could do the thing I suggested incrementally, too. > While we are at it, why not have just one public header file per > module... But isn't thi

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Tor Lillqvist
>  And, since I'm already asking, is the Windows performance the reason include > files are scattered this way? Personally I take these claims about the horrible performance of Windows (itself, not just Cygwin) doing this or that with a grain of salt. After all, they come from people who have a ve

Re: RTL_CONSTASCII_USTRINGPARAM: cleanup wanted?

2012-02-22 Thread Lubos Lunak
On Wednesday 22 of February 2012, Michael Meeks wrote: > Of course, it would be even more wonderful, if, with some > template-magic, we could generate static rtl_uString structures that > would end up in the .rodata section, and got heap allocated only when > copied, with utf-8 -> UCS2 conver

Re: incomplete end of file 3.5 version

2012-02-22 Thread Michael Meeks
On Wed, 2012-02-22 at 06:48 -0800, ravi wrote: > well this is not the case of reading .csv file. I prepared that using > Libreoffice and than saved as .csv file.( Created new in other words) > And, i send the mail in this list because may be someone is working on > that, can give me precise answer

Re: Disappearing graphics in Write: where to look (bug 33393)

2012-02-22 Thread Michael Meeks
Hi Andrew, On Wed, 2012-02-22 at 09:37 -0500, Andrew Douglas Pitonyak wrote: > My little carries (My 3 year old, six year old, and my wife) have > managed to pass on to me their illness so I have been sleeping a lot > rather than trying to nail this one down as well. I do appreciate the > point

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 04:23 PM, Norbert Thiebaud wrote: While we are at it, why not have just one public header file per module... that would seriously simplify the header inclusion stuff. sure the downside is that that header can be pretty big, and any change in a module's header would trigger a rebuild

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Norbert Thiebaud
On Tue, Feb 21, 2012 at 8:39 AM, Michael Stahl wrote: > On 21/02/12 11:59, Michael Meeks wrote: >> Hi Tor, >> >> On Tue, 2012-02-21 at 10:02 +0200, Tor Lillqvist wrote: >>> solver/INPATH/inc/MODULE/BAR.hxx as part of the "make" of MODULE, it >>> could be directly in a new top-level "inc" directory

Re: Obsoleting RTL_CONSTASCII_USTRINGPARAM

2012-02-22 Thread Lubos Lunak
On Thursday 09 of February 2012, Lubos Lunak wrote: > Actually, no need for a week, this one is reasonably simple. Therefore I > challenge RTL_CONSTASCII_USTRINGPARAM to a fight to the death. Its death, > that is. > > Attached is a patch that removes the need for RTL_CONSTASCII_USTRINGPARAM > (he

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Michael Stahl
On 22/02/12 15:09, Lubos Lunak wrote: > On Tuesday 21 of February 2012, Michael Stahl wrote: >>> I wonder how bad the alternative of adding -I$S/svx/inc -I$S/vcl/inc >>> etc. etc. is for command-line length ? >> >> would need to try that out on Windows, but my guess is that even if it >> doesn'

Re: incomplete end of file 3.5 version

2012-02-22 Thread ravi
Hello Michael, well this is not the case of reading .csv file. I prepared that using Libreoffice and than saved as .csv file.( Created new in other words) And, i send the mail in this list because may be someone is working on that, can give me precise answer. As i read in the release notes that

Re: Disappearing graphics in Write: where to look (bug 33393)

2012-02-22 Thread Andrew Douglas Pitonyak
On 02/21/2012 06:49 AM, Michael Meeks wrote: On Tue, 2012-02-21 at 10:36 +0100, Jan Holesovsky wrote: So - I have already spent some 4 hours, or more, trying to fix this one. I spent a little time too ;-) cf. my comments in the bug. IMHO the lifecycle of images is highly non-in

[PUSHED]Bug 37210 - UI: Calc usability improvement: Merge cells on right mouse click

2012-02-22 Thread Michael Meeks
Hi Gregg, On Tue, 2012-02-21 at 23:05 -0700, greggory...@gmail.com wrote: > This is my second patch I've attempted (this is getting fun). I've > also attached the patch to the bug. Is there a standard approach to > this? Should I only attach in one place or another? Thanks for that, I pus

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Lubos Lunak
On Tuesday 21 of February 2012, Michael Stahl wrote: > > I wonder how bad the alternative of adding -I$S/svx/inc -I$S/vcl/inc > > etc. etc. is for command-line length ? > > would need to try that out on Windows, but my guess is that even if it > doesn't blow out command line length limits (whic

Re: RTL_CONSTASCII_USTRINGPARAM: cleanup wanted?

2012-02-22 Thread Michael Meeks
On Wed, 2012-02-22 at 13:42 +0100, Stephan Bergmann wrote: > So, if we ever wanted to extend the new facilities to also > support UTF-8 string literals, but would want to keep the performance > benefit for the ASCII-only case, we could not offer the same simple syntax Sure. On the other

Re: RTL_CONSTASCII_USTRINGPARAM: cleanup wanted?

2012-02-22 Thread Lubos Lunak
On Wednesday 22 of February 2012, Stephan Bergmann wrote: > On 02/22/2012 11:25 AM, Michael Meeks wrote: > > Great ! :-) incidentally, I had one minor point around the ASCII vs. > > UTF-8 side; the rtl_string2UString (cf. sal/rtl/source/string.cxx) does > > a typically slower UTF-8 length count

Re: Visual Studio cppu::bootstrap exception on 3.5.

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 01:50 PM, Martin Thoma wrote: Are you building that SimpleBootstrap_cpp example with the 3.4.5 SDK, with the 3.5 SDK, or with a hand-crafted build environment of your own? So far with a hand-craftet build environment for Microsoft Visual Studio. For 3.5, LO's basis and brand laye

Re: incomplete end of file 3.5 version

2012-02-22 Thread Michael Meeks
Hi Ravi, On Wed, 2012-02-22 at 04:35 -0800, ravi wrote: > Recently, i have installed the latest version 3.5 and prepared some excel > file in .csv format. I was accessing those in R programming language. I was > able to read only a few files and most of them thrown an error "Incomplete > end of f

Re: [Libreoffice-commits] .:

2012-02-22 Thread Lubos Lunak
On Tuesday 21 of February 2012, Stephan Bergmann wrote: > On 02/21/2012 08:57 PM, Thomas Arnhold wrote: > > commit 45ad6029e1422c659e627bb30ecda50ccb61060c ... > > @@ -174,12 +174,7 @@ static sal_Bool lcl_IsLess( const ScDPDataMember* > > pDataMember1, const ScDPDataMe sal_Bool bError1 = pAgg1&& >

Re: Heads-up: In Xcode 4.3, there is no longer any /Developer

2012-02-22 Thread Tor Lillqvist
> Also, I think that the "command-line tools", i.e. (llvm-)gcc etc in > /usr/bin, are no longer installed, but those can easily be downloaded > and installed manually from Xcode 4.3. Fun, those don't contain autotools for instance... I wonder if this is an oversight or intentional decision. But ye

Re: Heads-up: In Xcode 4.3, there is no longer any /Developer

2012-02-22 Thread Tor Lillqvist
> Yes, and 2.5.x is the only way for 10.4/PPC... Unless one cross-compiles to PPC from Intel Mac; the PPC cross-toolchain is there in Xcode 3.2.6 at least. (Such a cross-build hopefully is easyish, somebody just needs to spend time on it). > You surely want to drop 10.4 support, don't you? Well,

Re: Heads-up: In Xcode 4.3, there is no longer any /Developer

2012-02-22 Thread Christian Lohmaier
Hi *, On Wed, Feb 22, 2012 at 1:32 PM, Tor Lillqvist wrote: > Also, I think that the "command-line tools", i.e. (llvm-)gcc etc in > /usr/bin, are no longer installed, but those can easily be downloaded > and installed manually from Xcode 4.3. > > Sure, I know we use Xcode 3.x (is even 2.x possibl

Re: RTL_CONSTASCII_USTRINGPARAM: cleanup wanted?

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 11:25 AM, Michael Meeks wrote: Great ! :-) incidentally, I had one minor point around the ASCII vs. UTF-8 side; the rtl_string2UString (cf. sal/rtl/source/string.cxx) does a typically slower UTF-8 length counting loop; I suggest that we could do better performance wise (and

incomplete end of file 3.5 version

2012-02-22 Thread ravi
Hello guys, Recently, i have installed the latest version 3.5 and prepared some excel file in .csv format. I was accessing those in R programming language. I was able to read only a few files and most of them thrown an error "Incomplete end of file found". well i tried to open that file in MS of

Heads-up: In Xcode 4.3, there is no longer any /Developer

2012-02-22 Thread Tor Lillqvist
Also, I think that the "command-line tools", i.e. (llvm-)gcc etc in /usr/bin, are no longer installed, but those can easily be downloaded and installed manually from Xcode 4.3. Sure, I know we use Xcode 3.x (is even 2.x possible?) and the 10.4 SDK to build for Mac OS X currently anyway, so whateve

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Timur changed: What|Removed |Added Depends on||46393 --- Comment #196 from Timur 2012-02-22 04

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 12:56 PM, Michael Meeks wrote: So - the question would be then, how much of UNO is usable via the in-line C wrappers ? I was under the impression that lots of it should be - but perhaps I'm in cloud cuckoo land ;-) With "in-line C wrappers" you mean the inline C++ code in

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 11:53 AM, Helmar Spangenberg wrote: My understanding of the whole subject still is too small - I thought, once I got the context bootstrapped, the whole communication to the office is done by a socket or a pipe. Yes, but what gets communicated over that pipe is remote procedure c

Re: Visual Studio cppu::bootstrap exception on 3.5.

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 12:13 PM, Martin Thoma wrote: To exclude errors in our application, we created a new project and inserted the source from /sdk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cp p.cxx => this works fine in LO 3.4.5., but with 3.5, we get the cppu::BootstrapExce

Re: [PUSHED] Make Bugzilla Assistant tests pass in IE8

2012-02-22 Thread Thorsten Behrens
> thanks for that fix - it looks good to my untrained eye, so I'd push > this tomorrow unless there's violent objection - > Pushed now - https://bugassistant.libreoffice.org/libreoffice/bug/test.html still work here. Thanks again, -- Thorsten pgpsz2PGPiHSx.pgp Description: PGP signature __

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Michael Meeks
On Wed, 2012-02-22 at 11:39 +0100, Stephan Bergmann wrote: > I doubt that Helmar's application only uses C-based sal API after > initial setup. In which case that wrapper would buy you nothing. So - the question would be then, how much of UNO is usable via the in-line C wrappers ? I was

Visual Studio cppu::bootstrap exception on 3.5.

2012-02-22 Thread Martin Thoma
Hello, We have a windows-application using OpenOffice and LibreOffice for a long time. There were no problems migrating from OpenOffice to LibreOffice, this all worked fine. We develop this application with Visual Studio 2005. While testing the new LO 3.5 (14.02.12, 3.5.0rc3), ::cppu::bootstrap()

[PATCH] convert SV_DECL_PTRARR_DEL to boost::ptr_vector in sc/inc/viewuno.hxx

2012-02-22 Thread Noel Grandin
Hi * Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vector * Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners License statement is on file. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html >From 4aaf4b3ddc29a

Re: Has the time come to get rid of the "delivering" of public headers?

2012-02-22 Thread Noel Grandin
Maybe we need a new directory for "exported" header files. $MODULE/exported That way, it lives inside the module, but it's obvious that it's part of the external facing API. On 2012-02-21 16:34, Eike Rathke wrote: Hi Tor, On Tuesday, 2012-02-21 10:02:50 +0200, Tor Lillqvist wrote: Has the

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 sasha.libreoff...@gmail.com changed: What|Removed |Added Depends on||45637 -- Configure bugmail

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #195 from sasha.libreoff...@gmail.com 2012-02-22 03:22:33 PST --- Regression: into Calc pastes not only selected text, but also content of Header of page: Bug 45637 - EDITING: copy and paste text from Writer to Calc performs wrong (reg

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 11:14 AM, Petr Mladek wrote: eval `sed -e 's|=\(.\+\)|=\"\1\"|' config_host.mk` eval $(sed -e s/\'/\'\'\'/g -e 's/=\(.\+\)/='\''\1'\'/ config_host.mk) would be safer (just in case any of the values are not invariant under double quote expansion) ;) Stephan __

Re: Build broken in libreoffice-3.5 branch

2012-02-22 Thread Petr Mladek
Tomáš Chvátal píše v St 22. 02. 2012 v 11:01 +0100: > Hello guys, > > currently the build is broken in nsplugin build: > This error is caused due to fact that I have old npapi.h (pre ff9) and > it was supposed to be fixed by this commit: > > http://cgit.freedesktop.org/libreoffice/core/commit/?h

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Helmar Spangenberg
Am Mittwoch, 22. Februar 2012, 11:39:14 schrieb Stephan Bergmann: > On 02/22/2012 11:30 AM, Michael Meeks wrote: > > On Tue, 2012-02-21 at 17:51 +0100, Stephan Bergmann wrote: > >> The problem here appears not be C-based sal but C++-based cppuhelper > >> ("using ::cppu::bootstrap()"), which will on

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Helmar Spangenberg
Am Mittwoch, 22. Februar 2012, 10:30:26 schrieb Michael Meeks: > On Tue, 2012-02-21 at 17:51 +0100, Stephan Bergmann wrote: > > The problem here appears not be C-based sal but C++-based cppuhelper > > ("using ::cppu::bootstrap()"), which will only work if cppuhelper and > > client code are compiled

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Cor Nouws
Hi Matúš, Petr, Thanks for your replies :-) Maybe I should have been more descriptive. Running solenv/bin/ooinstall gave me the error and I had seen on the list that Env.Host.sh was not used any more. So I removed the line and my install here went fine. Thus I provided the patch, cause it loo

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Stephan Bergmann
On 02/22/2012 11:30 AM, Michael Meeks wrote: On Tue, 2012-02-21 at 17:51 +0100, Stephan Bergmann wrote: The problem here appears not be C-based sal but C++-based cppuhelper ("using ::cppu::bootstrap()"), which will only work if cppuhelper and client code are compiled with the same compiler (eith

Re: [PATCH] Remove generated autoconf stuff in dmake dir

2012-02-22 Thread Michael Meeks
On Tue, 2012-02-21 at 18:28 +0100, Petr Mladek wrote: > we needed to push the huge diff in dmake/configure to fix build on > windows, see > http://cgit.freedesktop.org/libreoffice/core/commit/?id=ad7f850e829a4be91725b6b7086f6a871a84bae5 Ah - right; what a pain. > The configure.in is pret

Re: MinGW-Port: Problems with UnoUrlResolver

2012-02-22 Thread Michael Meeks
On Tue, 2012-02-21 at 17:51 +0100, Stephan Bergmann wrote: > The problem here appears not be C-based sal but C++-based cppuhelper > ("using ::cppu::bootstrap()"), which will only work if cppuhelper and > client code are compiled with the same compiler (either both MSVC or > both GCC).

Re: RTL_CONSTASCII_USTRINGPARAM: cleanup wanted?

2012-02-22 Thread Michael Meeks
On Tue, 2012-02-21 at 23:24 +0100, Lubos Lunak wrote: > No, it's not yet in, but I intend to push it soon, given that there's been > no > more discussion. Great ! :-) incidentally, I had one minor point around the ASCII vs. UTF-8 side; the rtl_string2UString (cf. sal/rtl/source/string.

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Petr Mladek
Cor Nouws píše v St 22. 02. 2012 v 10:25 +0100: > was still demanding use of Env.Host.sh The right solution would be to source config_host.mk instead of Env.Host.sh. Hmm, we need to put "" around the values. Something like this might work: eval `sed -e 's|=\(.\+\)|=\"\1\"|' config_host.mk` Co

Build broken in libreoffice-3.5 branch

2012-02-22 Thread Tomáš Chvátal
Hello guys, currently the build is broken in nsplugin build: = (1/1) Building module extensions = Entering /var/tmp/portage/app-office/libreoffice-3.5./work/libreoffice-core-3.5./extensions/inc Entering /var/tmp/portage/app-office/libreoffice-3.5./work/libre

Re: Configure LO for Python 3?

2012-02-22 Thread Stephan Bergmann
On 02/16/2012 04:27 PM, Stephan Bergmann wrote: For the record, adding ## ## Python 3 ## PYTHON_{CFLGS,LIBS}: pkg-config --{cflags,libs} python3 ## --enable-python=system PYTHON=/usr/bin/python3 PYTHON_CFLAGS=-I/usr/include/python3.2mu PYTHON_LIBS=-lpython3.2mu ## to autogen.lastrun did the t

Re: [PUSHED-3-5] Reintroduce pyuno.so wrapper around libpyuno.so

2012-02-22 Thread Thorsten Behrens
Stephan Bergmann wrote: > So please also review and cherry-pick that additional patch. > Done. -- Thorsten pgp61tMkZSWZq.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: Getting debug symbols from single module

2012-02-22 Thread Michael Meeks
Hi Albert, On Wed, 2012-02-22 at 00:48 +0100, Albert Thuswaldner wrote: > The old way of getting debug symbols from just a single module: That is odd ... > http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_symbols > > i.e "cd module && make -sr clean && make -srj4 de

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread ????
Will start the development of language, I will have to install anything on your computer. ? 22 ?? 2555, 16:50, : > Thank you. > > ? 22 ?? 2555, 16:47, Michael Meeks > : > > Hi there, >> >> On Wed, 2012-02-22 at 16:27 +0700, wrote: >> > I need be

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread ????
Thank you. ? 22 ?? 2555, 16:47, Michael Meeks : > Hi there, > > On Wed, 2012-02-22 at 16:27 +0700, wrote: > > I need begin developer LibreOffice. > >Great - so your first step should be to get a working build that you > can tweak, re-compile and test, checkout: >

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Michael Meeks
Hi there, On Wed, 2012-02-22 at 16:27 +0700, นีโอ wrote: > I need begin developer LibreOffice. Great - so your first step should be to get a working build that you can tweak, re-compile and test, checkout: http://www.libreoffice.org/developers-2/ And for an easy life, I

[PUSHED] change in solenv/bin/ooinstall

2012-02-22 Thread Michael Meeks
On Wed, 2012-02-22 at 10:25 +0100, Cor Nouws wrote: > was still demanding use of Env.Host.sh Thanks, pushed, and expanded in subsequent commit :-) ATB, Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot __

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Matúš Kukan
Hi Cor, On 22 February 2012 10:25, Cor Nouws wrote: > was still demanding use of Env.Host.sh -die "You need to source Env.Host.sh first " if (!defined $ENV{SRC_ROOT}); But then it can't work. You need environment variables defined. It's just wrong message. Currently it should be something like:

[PUSHED] Bug 46399 - EasyHack: vcl - cleanup empty methods ...

2012-02-22 Thread Michael Meeks
Hi Greggory, Thanks for getting stuck into the easy hacks ! :-) On Tue, 2012-02-21 at 17:08 -0700, greggory...@gmail.com wrote: > I've attached a patch to resolve the easy hack referenced in the > subject (pretty straight forward, though I wouldn't put it past me to > miss something littl

Re: [PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread ????
I need begin developer LibreOffice. 2012/2/22 Cor Nouws > was still demanding use of Env.Host.sh > > -- > - Cor > - http://nl.libreoffice.org > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mail

[PATCH] change in solenv/bin/ooinstall

2012-02-22 Thread Cor Nouws
was still demanding use of Env.Host.sh -- - Cor - http://nl.libreoffice.org >From 1bba0619844d00417d88dcd2908a7f66ed53792e Mon Sep 17 00:00:00 2001 From: Cor Nouws Date: Wed, 22 Feb 2012 09:29:31 +0100 Subject: [PATCH] removed check on need to run Env.Host.sh first --- solenv/bin/ooinstall