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 > Hi Henry, > > On Sat, Feb 02, 2013 at

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

2013-02-02 Thread Ariel Constenla-Haile
Hi Henry, On Sat, Feb 02, 2013 at 02:39:52PM -0600, Henry Tiquet Leyva wrote: > Ariel Constenla-Haile > > *I used these commands:* > *autoconf* > *./configure --with-jdk-home=kiker/Downloads/* Did you install the JDK6 in kiker/Downloads? This does not look like a path, so I guess the build syste

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

2013-02-02 Thread Henry Tiquet Leyva
Ariel Constenla-Haile *I used these commands:* *autoconf* *./configure --with-jdk-home=kiker/Downloads/* * LinuxX86Env.Set.sh ./bootstrap source LinuxX86Env.Set.sh cd instsetoo_native build --all but I got the same error: BUILD FAILED /home/kiker/ooo/main/hsqldb/ unxlngi6.pro/misc/build/hsqldb/b

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

2013-02-02 Thread Ariel Constenla-Haile
On Sat, Feb 02, 2013 at 01:32:53PM -0600, Henry Tiquet Leyva wrote: > I have been getting the same problem with hsqldb but sorry I haven't > understood yet how disable the UTF-8. > > there is a command for do it? > where I need execute it? I'd make it simpler: download a JDK 6 and re configure wi

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

2013-02-02 Thread Henry Tiquet Leyva
I have been getting the same problem with hsqldb but sorry I haven't understood yet how disable the UTF-8. there is a command for do it? where I need execute it? 2013/1/30 Alan Eduardo Puc Pech > Hi team, I could help on how to disable UTF-8 to solve the problem? or as > change the string to K

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

2013-01-30 Thread Alan Eduardo Puc Pech
Hi team, I could help on how to disable UTF-8 to solve the problem? or as change the string to Knuth-Morris-Pratt to fix it, I attached the file. 2013/1/29 Alan Eduardo Puc Pech > Hello! thanks for your replies, I'm sorry for not giving answers, I don't > have internet, the sunday last. Now, I

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 c

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 q

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 in

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/ build/hsqld

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 wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems

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 hav

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 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 Michael Lam
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 included version is 2.x whereas the late

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 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 the rat

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.