Re: [sqlite] SQLite on Nintndo DS?

2008-10-30 Thread Regnirps

In a message dated 10/30/08 9:05:28 PM, [EMAIL PROTECTED] writes:


> If you have an official devkit, or care to grab a copy of the
> I-don't-know-if-it's-legal DevKit Pro, you can try it out yourself and let
> us know how it works.
> 

I have the DevKit and all the goodies and am able to make the DS jump though 
hoops. But I always have trouble with SQLite. I'm one of those who gets the 
very irritating huge numbers of compile errors that have something to do with 
compiler version versus SQLite version versus header file version. I was hoping 
to find the answer before spending the time to figure out the tools/versions 
fixes since if it won't fit, it is a total waste of time.

I use it built in on iPhone -- oops. Can't talk about iPhone.

-- Charlie Springer


**
Plan your next getaway with AOL Travel.  
Check out Today's Hot 5 Travel Deals! 
(http://pr.atwola.com/promoclk/10075x1212416248x1200771803/aol?redir=http://travel.aol.com/discount-travel?ncid=emlcnt
ustrav0001)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite on Nintndo DS?

2008-10-30 Thread Regnirps
Has anyone used SQLite on the NintendoDS? Can it fit? Arm7 and ARM9 and a 
cartridge like an SD card. The database can be static in FLASH. But the rest?

-- Charlie Springer


**
Plan your next getaway with AOL Travel.  
Check out Today's Hot 5 Travel Deals! 
(http://pr.atwola.com/promoclk/10075x1212416248x1200771803/aol?redir=http://travel.aol.com/discount-travel?ncid=emlcnt
ustrav0001)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] prices

2008-09-21 Thread Regnirps

In a message dated 9/21/08 4:21:44 AM, [EMAIL PROTECTED] writes:


> (I'm sorry. I saw this and I just couldn't resist. I deserve everything you
> throw at me, but this is even better than the Windows Cache Manager bashing
> a few days ago.)
> 

Doesn't the Windows Cash Manager list the prices?

-- Charlie Springer


**
Looking for simple solutions to your 
real-life financial challenges?  Check out WalletPop for the latest news and 
information, tips and calculators.
  
(http://www.walletpop.com/?NCID=emlcntuswall0001)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] bug help

2008-06-25 Thread Regnirps
I tried to post this once and didn't see it.   Is there a restriction on long 
listings? I'll cut off most of it this time.

Hi all. I'm new to SQLite. It was recommended by a friend who uses it on 
PDA's and cell phones. I am trying to compile the Amalgamation on a version of 
gcc 
set up for ARM (devkitpro). I wasn't expecting a bunch of errors from the 
Amalgamation since no header files are needed or other usual sources of 
problems.

Any ideas on where to start?

Thanks,
Charlie Springer

sqlite3.c
c:/devkitpro/ident/helloworld/source/sqlite3.c:13259: error: expected 
specifier-qualifier-list before 'pthread_mutex_t'
c:/devkitpro/ident/helloworld/source/sqlite3.c: In function 
'sqlite3_mutex_alloc':
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: 
'PTHREAD_MUTEX_INITIALIZER' undeclared (first use in this function)
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: (Each undeclared 
identifier is reported only once
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: error: for each 
function it appears in.)
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: excess 
elements in struct initializer
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: (near 
initialization for 'staticMutexes[0]')
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: excess 
elements in struct initializer
c:/devkitpro/ident/helloworld/source/sqlite3.c:13316: warning: (near 
initialization for 'staticMutexes[0]')
etc.


**
Gas prices getting you down? Search AOL Autos for 
fuel-efficient used cars.
  (http://autos.aol.com/used?ncid=aolaut000507)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] bug help

2008-06-25 Thread Regnirps
Is this the correct list for airing SQLite amalgamation compilation problems?

-- Charlie Springer


**
Gas prices getting you down? Search AOL 
Autos for fuel-efficient used cars.
  
(http://autos.aol.com/used?ncid=aolaut000507)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users