[sqlite] SQLite 3 library for Power PC Macs?
Isn't there a SQLite 3 compiled library for Power PC Macs running OS X? We do have a G5 Mac here running OS X 10.4 and it has a dylib named libsqlite3.0.dylib but it's only about 60K in size. I'm guessing that this is just a front end for SQLite binaries which have been integrated into the OS. Transplanting this library to another machine doesn't work (no surprise). I haven't written any C code in about 20 years, so I am not really competent to compile this library myself. I placed a bid on rentacoder to see if I could get someone to compile this library from sources but so far no takers. It surprises me that the library isn't available for download at sqlite.org. -Carl Gundel Easy Windows programming - http://www.libertybasic.com Easy web programming - http://www.runbasic.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] Trouble opening binaries for Mac
I'm pretty new to Mac development (and Unix) so I'm sure I'm doing something silly, but I cannot seem to extract the contents of the latest binaries for OS X. The file at http://sqlite.org/sqlite3-3_5_8-osx-x86.bin.gz seems to dowload okay. OS X tells me this is a MacBinary archive. I didn't realize that a file of .gz was anything Mac specific, buy okay. Then I try to open it and I get another file named sqlite3-osx-x86.bin.cpgz. Of course it says that this is a CPGZ archive. An archive in an archive? Wierd. So I open this, and I get another copy of the original file. ? Very strange. Also, I am assuming that I am downloading the correct file. The description on the download page mentions nothing of an SQLite library that I can use, but it only says: "A command-line program for accessing and modifying SQLite version 3.* databases. For x86 Macs only." So, is this the correct download? And, where can I also get a version of this for PowerPCs? Thanks, -Carl Gundel Easy Windows programming - http://www.libertybasic.com Easy web programming - http://www.runbasic.com -- View this message in context: http://www.nabble.com/Trouble-opening-binaries-for-Mac-tp16763874p16763874.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] SQLite and OS X - Can I have multiple versions?
drh-2 wrote: > > "P Kishor" <[EMAIL PROTECTED]> wrote: >> >> Most folks though install their own version of SQLite under the >> /usr/local tree ... > > Why do people feel like they need SQLite to be a seperately > library? It is *designed* to be statically linked. Yes, but not everyone uses C/C++. Run BASIC is written in Smalltalk which is a VM-based language like Java, so it cannot link statically to SQLite. Thanks, -Carl Gundel http://www.runbasic.com -- View this message in context: http://www.nabble.com/SQLite-and-OS-X---Can-I-have-multiple-versions--tp15145894p15146642.html Sent from the SQLite mailing list archive at Nabble.com. - To unsubscribe, send email to [EMAIL PROTECTED] -
[sqlite] SQLite and OS X - Can I have multiple versions?
As I understand it, Apple's Mac OS X comes with SQLite as part of its Mail app. Is there some way to leverage this to avoid distributing SQLite with Mac apps? Has anyone tried this, or is it a bad idea? I'm assuming that I can have my own copy of SQLite packaged with my OS X application and it will not conflict with the version that Apple ships? Thanks, -Carl Gundel http://www.runbasic.com -- View this message in context: http://www.nabble.com/SQLite-and-OS-X---Can-I-have-multiple-versions--tp15145894p15145894.html Sent from the SQLite mailing list archive at Nabble.com. - To unsubscribe, send email to [EMAIL PROTECTED] -
[sqlite] SQLite 3.4.x to 3.5.x drop-in compatibility?
Hey all, I'm thinking about upgrading to v3.5.4 the latest SQLite from v3.4.0 for the next release of Run BASIC, and I'm wondering about a couple of things: 1) Do I need to change the way I make calls to the database engine? Is the API the same? I probably wouldn't have too much trouble figuring this out myself except that I'm using someone else's library code to interface with SQLite. 2) Is there any difference between the database file formats for these two versions? Thanks, -Carl Gundel http://www.runbasic.com -- View this message in context: http://www.nabble.com/SQLite-3.4.x-to-3.5.x-drop-in-compatibility--tp15145648p15145648.html Sent from the SQLite mailing list archive at Nabble.com. - To unsubscribe, send email to [EMAIL PROTECTED] -