RE: [sqlite] QNX and PPC

2004-08-15 Thread bbhanu
Best Regards, Bibin Bhanu Working hard makes me Luckier. -Original Message- From: D. Richard Hipp [mailto:[EMAIL PROTECTED] Sent: Fri 8/13/2004 8:04 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] QNX and PPC Jakub Adamek wrote: > Thank you for the explanation. And this file

Re: [sqlite] QNX and PPC

2004-08-13 Thread D. Richard Hipp
Jakub Adamek wrote: Thank you for the explanation. And this file is always created even if I do not use TEMP tables? Because I am not using them. You always have an SQLITE_TEMP_MASTER table, which is also stored in the same temporary file. D. Richard Hipp wrote: Jakub Adamek wrote: I only wonder,

Re: [sqlite] QNX and PPC

2004-08-13 Thread Jakub Adamek
Thank you for the explanation. And this file is always created even if I do not use TEMP tables? Because I am not using them. Jakub D. Richard Hipp wrote: Jakub Adamek wrote: I only wonder, what is the file SQLite creates in /tmp? My program calls "CREATE TABLE", "INSERT" and "SELECT". Why does SQ

Re: [sqlite] QNX and PPC

2004-08-13 Thread D. Richard Hipp
Jakub Adamek wrote: I only wonder, what is the file SQLite creates in /tmp? My program calls "CREATE TABLE", "INSERT" and "SELECT". Why does SQLite need some temporary file? That temporary file is where it stores temporary tables created using CREATE TEMP TABLE and so forth. Additional temporar

Re: [sqlite] QNX and PPC

2004-08-13 Thread Jakub Adamek
Hello, if anyone was watching my efforts, I have just won! The PowerPC machine I am using had the folder /tmp mapped into shared memory and the file-locking did not work with it. I changed the sqlite3OsTempFileName() function and everything is fine. I only wonder, what is the file SQLite creates

Re: [sqlite] QNX and PPC

2004-08-11 Thread Jakub Adamek
Still not running on Power PC QNX. I tried to comment out locking in os.c and the test program works fine. So the problem is really hidden in the findLockInfo() & co. functions. Does somebody have some experience? Thanks, Jakub Jakub Adamek wrote: Thank you for your help. I am trying to cross-co

Re: [sqlite] QNX and PPC

2004-08-11 Thread Jakub Adamek
Thank you for your help. I am trying to cross-compile SQLite 2.8.15 on QNX-x86 to QNX-PPC. Is it possible to do so with some params for configure? I tried to create the Makefile for QNX-x86 by just running "./configure" and to change it by hand: TCC = qcc -g -O2 -V gcc_ntoppc -fno-inline -fno-p

Re: [sqlite] QNX and PPC

2004-08-09 Thread Mateusz Łoskot
On 8/9/2004 6:36 PM, Eric Pankoke wrote: > I believe he's talking about Power PC, but since you brought up the > PocketPC, what development environment do you use? I've been messing > around with PocketPC development using SQLite, but I really don't > like eVC++ for developing GUI interfaces. > I

RE: [sqlite] QNX and PPC

2004-08-09 Thread Eric Pankoke
t Software http://www.polsoftware.com/ -Original Message- From: Mateusz Âoskot [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 5:33 AM To: [EMAIL PROTECTED] Subject: Re: [sqlite] QNX and PPC On 8/9/2004 9:45 AM, Jakub Adamek wrote: > thank you for your notes. Could you p

Re: [sqlite] QNX and PPC

2004-08-09 Thread Will Leshner
On Aug 9, 2004, at 4:51 AM, Jakub Adamek wrote: No, I meant Power PC. We use SQLite in our Pocket PC car navigation system with big success also. SQLite runs just fine on a PowerPC. I use it all the time on my Mac.

Re: [sqlite] QNX and PPC

2004-08-09 Thread Jakub Adamek
No, I meant Power PC. We use SQLite in our Pocket PC car navigation system with big success also. Jakub Mateusz Łoskot wrote: On 8/9/2004 9:45 AM, Jakub Adamek wrote: thank you for your notes. Could you please tell me more about "That's the case"? Is it possible to use SQLite on PPC or not possib

Re: [sqlite] QNX and PPC

2004-08-09 Thread Christian Smith
On Mon, 9 Aug 2004, Jakub Adamek wrote: >Hi Armin, > >thank you for your notes. Could you please tell me more about "That's >the case"? Is it possible to use SQLite on PPC or not possible? Did you >hear about a big-endian port of SQLite? I've used SQLite on SPARC, PowerPC and PA-RISC, all big en

Re: [sqlite] QNX and PPC

2004-08-09 Thread Mateusz Łoskot
On 8/9/2004 9:45 AM, Jakub Adamek wrote: thank you for your notes. Could you please tell me more about "That's the case"? Is it possible to use SQLite on PPC or not possible? Did you hear about a big-endian port of SQLite? Do you mean Power PC or Pocket PC ? If you mean the second one, I can say sq

Re: [sqlite] QNX and PPC

2004-08-09 Thread Jakub Adamek
Hi Armin, thank you for your notes. Could you please tell me more about "That's the case"? Is it possible to use SQLite on PPC or not possible? Did you hear about a big-endian port of SQLite? Thanks, Jakub Armin Steinhoff wrote: [EMAIL PROTECTED] schrieb am 06.08.04 19:40:55: Hello everybody, doe

Re: [sqlite] QNX and PPC

2004-08-07 Thread Armin Steinhoff
[EMAIL PROTECTED] schrieb am 06.08.04 19:40:55: >Hello everybody, >does someone have any experience with building for the QNX operating >system? And for the Power PC processor? >QNX 6.2.1 is a real-time Linux but it behaves strangely sometimes. No .. it doesn't behave 'strangely" at all :) >

[sqlite] QNX and PPC

2004-08-06 Thread Jakub Adamek
Hello everybody, does someone have any experience with building for the QNX operating system? And for the Power PC processor? QNX 6.2.1 is a real-time Linux but it behaves strangely sometimes. It has not gcc but a qcc compiler. Our testing program runs correctly on the x86 PC. It creates a data