Re: AOO trunk build fails with HSQLDB

2012-12-18 Thread Kay Schenk
On 12/17/2012 10:25 AM, Ariel Constenla-Haile wrote: Hi Key, On Mon, Dec 17, 2012 at 09:30:43AM -0800, Kay Schenk wrote: Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on FreeBSD:

Re: AOO trunk build fails with HSQLDB

2012-12-17 Thread Kay Schenk
On Sun, Dec 16, 2012 at 2:50 PM, Pedro Giffuni p...@apache.org wrote: Hello Kay; Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on FreeBSD: http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-3-devel/files/ Pedro. Hey -- thanks for this

Re: AOO trunk build fails with HSQLDB

2012-12-17 Thread Ariel Constenla-Haile
On Mon, Dec 17, 2012 at 09:10:09AM -0800, Kay Schenk wrote: On Sun, Dec 16, 2012 at 2:50 PM, Pedro Giffuni p...@apache.org wrote: Hello Kay; Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on FreeBSD:

Re: AOO trunk build fails with HSQLDB

2012-12-17 Thread Kay Schenk
On Mon, Dec 17, 2012 at 9:28 AM, Ariel Constenla-Haile arie...@apache.org wrote: On Mon, Dec 17, 2012 at 09:10:09AM -0800, Kay Schenk wrote: On Sun, Dec 16, 2012 at 2:50 PM, Pedro Giffuni p...@apache.org wrote: Hello Kay; Yes, I can confirm after solving those two issues,we got OpenOffice

Re: AOO trunk build fails with HSQLDB

2012-12-17 Thread Ariel Constenla-Haile
Hi Key, On Mon, Dec 17, 2012 at 09:30:43AM -0800, Kay Schenk wrote: Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on FreeBSD: http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-3-devel/files/ Pedro. Hey -- thanks for

Re: AOO trunk build fails with HSQLDB

2012-12-17 Thread Pedro Giffuni
- Messaggio originale - Da: Ariel Constenla-Haile  On Mon, Dec 17, 2012 at 09:10:09AM -0800, Kay Schenk wrote: On Sun, Dec 16, 2012 at 2:50 PM, Pedro Giffuni wrote: Hello Kay; Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on

AOO trunk build fails with HSQLDB

2012-12-16 Thread Lucas Burson
Hi, I cannot build AOO from source. I use Ubuntu 64bit. I have never been able to build correctly; I switched from jdk7 to jdk6 and that didn't change anything. I used these instructions, [1], to get things started but I use a different svn url. (off topic: I tried svn-git but it stops responding

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Ariel Constenla-Haile
Hi Lucas, On Sun, Dec 16, 2012 at 01:52:49PM -0600, Lucas Burson wrote: Hi, I cannot build AOO from source. I use Ubuntu 64bit. I have never been able to build correctly; I switched from jdk7 to jdk6 and that didn't change anything. The error seems to tell your system is on Java 7, see

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread janI
I use ubuntu (12.04 server and 12.10 desktop) and have no problem building trunk, branches/l10n. I use the following conf call: ./configure \ --with-dmake-url= http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread janI
Why does that work on my system...I am just wondering ?? Jan. On 16 December 2012 21:03, Ariel Constenla-Haile arie...@apache.org wrote: Hi Lucas, On Sun, Dec 16, 2012 at 01:52:49PM -0600, Lucas Burson wrote: Hi, I cannot build AOO from source. I use Ubuntu 64bit. I have never been

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Pedro Giffuni
- Original Message - From: Ariel Constenla-Haile  Hi Lucas, On Sun, Dec 16, 2012 at 01:52:49PM -0600, Lucas Burson wrote: Hi, ... It fails. I get a bunch of compiler errors about abstract methods not being overridden:     [javac]

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Ariel Constenla-Haile
On Sun, Dec 16, 2012 at 09:07:42PM +0100, janI wrote: Why does that work on my system...I am just wondering ?? I've no idea. In theory you can use javac from JDF 7 to compile old code, and even target to an older JVM, as javac has the -source and -target options, but I've no idea if the HSQLDB

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Lucas Burson
Ariel, removing all JDK7 worked! Heck yes. This time it failed at VCL: make: *** No rule to make target `/usr/lib/jvm/java-7-openjdk-amd64/include/jni.h', needed by `/home/ljdelight/aoo/trunk/main/solver/350/unxlngx6.pro/workdir/CxxObject/vcl/source/window/syschild.o'. Stop. I'll double check

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Ariel Constenla-Haile
Hi Lucas, On Sun, Dec 16, 2012 at 02:53:58PM -0600, Lucas Burson wrote: Ariel, removing all JDK7 worked! Heck yes. ups I didn't suggest that! This may break your system, at least it does in Fedora, where all java stuff is built with Java 7, targeted to a JVM 7. The best thing is to download a

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Kay Schenk
On Sun, Dec 16, 2012 at 12:13 PM, Pedro Giffuni p...@apache.org wrote: - Original Message - From: Ariel Constenla-Haile Hi Lucas, On Sun, Dec 16, 2012 at 01:52:49PM -0600, Lucas Burson wrote: Hi, ... It fails. I get a bunch of compiler errors about abstract methods not

Re: AOO trunk build fails with HSQLDB

2012-12-16 Thread Pedro Giffuni
Hello Kay; Yes, I can confirm after solving those two issues,we got OpenOffice building with JDK 7 on FreeBSD: http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-3-devel/files/ Pedro.