Re: Error Building module hsqldb - Installation Source Code in AOO

2013-02-02 Thread Henry Tiquet Leyva
I had a error in the path, It is my truest path: /usr/lib/jvm/java-6-openjdk-i386 Finally I did this: ./configure --with-jdk-home=/usr/lib/jvm/java-6-openjdk-i386 And now it is compiling, thank you for your help Ariel 2013/2/2 Ariel Constenla-Haile arie...@apache.org Hi Henry, On Sat,

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Herbert Duerr
On 27.01.2013 20:52, Michael Lam wrote: I had the same issue but it was due to JDK7, I switch and it is working but I have a question about how the java libraries are included. As mentioned by Kay, the current version of hsqldb is quite old. The latest is 2.2.9 and the same goes for Lucene the

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Michael Lam
Sounds good, i can definitely look into it. it will provide a good start for me to see how it is utilized by the C++ code. On 01/28/2013 08:50 AM, Herbert Duerr wrote: On 27.01.2013 20:52, Michael Lam wrote: I had the same issue but it was due to JDK7, I switch and it is working but I have a

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Alexandro Colorado
On Sun, Jan 27, 2013 at 1:59 AM, Alan Eduardo Puc Pech alan.pucp...@gmail.com wrote: Hi team! I'm AlanSan, i have a problem with the compilation of AOO, the error shows when the module starts the Building module hsqldb. I need your help to solve this problem It would be useful if you can

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Kay Schenk
On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps, Pedro. A quick weird question on this...Is this partially due to

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
Hi Kay; - Messaggio originale - Da: Kay Schenk  On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps,

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
Hello Michael; - Messaggio originale - Da: Michael Lam ..  Inviato: Domenica 27 Gennaio 2013 14:52 Oggetto: Re: Error Building module hsqldb - Installation Source Code in AOO I had the same issue but it was due to JDK7, I switch and it is working but I have a question about how

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Kay Schenk
On 01/27/2013 12:30 PM, Pedro Giffuni wrote: Hi Kay; - Messaggio originale - Da: Kay Schenk On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
FWIW; The fix, according to the hsqldb guys is: One source code comments has some UTF-7 characters which cause problems. Change the string to Knuth-Morris-Pratt to fix it However the file doesn't exist in the version of hsqldb that we carry: $ file build/hsqldb/src/org/hsqldb/lib/

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-26 Thread Pedro Giffuni
Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps, Pedro.