Re: [PATCH] 51497

2012-06-30 Thread Phil Hart
On Sat, Jun 30, 2012 at 11:44 PM, Andras Timar wrote: > Hi, > > 2012/6/30 Phil Hart : > > Hello LibreOffice, > > > > Please find attached a patch for bug 51497. > > > > When I add an ORDER BY clause to a query, the value of the column that > I order by

Re: [PATCH] 51497

2012-06-30 Thread Phil Hart
On 30/06/2012 8:04 PM, Andras Timar wrote: Hi Phil, 2012/6/30 Phil Hart : Hello LibreOffice, Please find attached a patch for bug 51497. My grateful thanks to Caolán for all his/her support. :) Thanks for the patch. Could you please send your licence statement to this mailing list, so we

[PATCH] 51497

2012-06-29 Thread Phil Hart
Hello LibreOffice, Please find attached a patch for bug 51497. My grateful thanks to Caolán for all his/her support. :) Best Regards, philhart 0001-Show-output-from-SELECT-statements-in-Execute-SQL-di.patch Description: Binary data ___ LibreOffice ma

Re: Possible change to the "Native Build" page?

2012-06-22 Thread Phil Hart
On 21/06/2012 1:06 PM, Jan Holesovsky wrote: Hi Phil, Phil Hart píše v Čt 21. 06. 2012 v 07:52 +0800: Does that mean that it might be useful to other newbies (I am one!) to advise them that openSUSE 12.1 has this issue, and to use the work-around as per the start of this thread? http

Re: Possible change to the "Native Build" page?

2012-06-20 Thread Phil Hart
On 20/06/2012 6:29 PM, Miklos Vajna wrote: On Wed, Jun 20, 2012 at 05:57:45PM +0800, Phil Hart wrote: Does that mean that it might be useful to other newbies (I am one!) to advise them that openSUSE 12.1 has this issue, and to use the work-around as per the start of this thread? http

Re: Possible change to the "Native Build" page?

2012-06-20 Thread Phil Hart
On 20/06/2012 8:21 PM, Caolán McNamara wrote: On Wed, 2012-06-20 at 15:37 +0800, Phil Hart wrote: Answers: phil@linux-012k:~/Downloads/libreoffice-core-3.5.99.1> grep JAVA config_host.mk export JAVALIB=-L/usr/lib64/jvm/java-1.5.0-gcj/lib64 export JAVA_HOME=/usr/lib64/jvm/java-1.5.0-gcj exp

Re: Possible change to the "Native Build" page?

2012-06-20 Thread Phil Hart
On 20/06/2012 6:29 PM, Miklos Vajna wrote: On Wed, Jun 20, 2012 at 05:57:45PM +0800, Phil Hart wrote: Does that mean that it might be useful to other newbies (I am one!) to advise them that openSUSE 12.1 has this issue, and to use the work-around as per the start of this thread? http

Re: Possible change to the "Native Build" page?

2012-06-20 Thread Phil Hart
On 20/06/2012 5:47 PM, Noel Grandin wrote: It's look like you're using GCJ instead of a regular java VM, which is probably the cause of your problems. On 2012-06-20 09:37, Phil Hart wrote: export JAVALIB=-L/usr/lib64/jvm/java-1.5.0-gcj/lib64 export JAVA_HOME=/usr/lib64/jvm/java

Re: Possible change to the "Native Build" page?

2012-06-20 Thread Phil Hart
On 20/06/2012 2:57 PM, Caolán McNamara wrote: On Wed, 2012-06-20 at 08:11 +0800, Phil Hart wrote: compile: [javac] /home/phil/git/libo/tomcat/unxlngx6.pro/misc/build/jakarta-tomcat-5.0.30-src/jakarta-servletapi-5/jsr154/build.xml:67: warning: 'includeantruntime' was not set, def

Re: Possible change to the "Native Build" page?

2012-06-19 Thread Phil Hart
On 20/06/2012 7:02 AM, Caolán McNamara wrote: On Tue, 2012-06-19 at 06:06 +0800, Phil Hart wrote: Hello. I have found (and solved) an annoyance when it comes to native build on openSUSE 12.1 . It is this: openSUSE 12.1 ships with Java 1.5, but the current version of LibreOffice needs Java 1.6

Possible change to the "Native Build" page?

2012-06-19 Thread Phil Hart
Hello. I have found (and solved) an annoyance when it comes to native build on openSUSE 12.1 . It is this: openSUSE 12.1 ships with Java 1.5, but the current version of LibreOffice needs Java 1.6. This can be resolved by installing Java-1_6_0-openjdk-devel before the ./autogen.sh step. Sho