Re: SQLite shipping with Leopard?
Re: SQLite shipping with Leopard?
- Subject: Re: SQLite shipping with Leopard?
- From: Rick Mann <email@hidden>
- Date: Mon, 3 Aug 2009 15:01:23 -0700
I don't think 3.0.8.6 is the same as the sqlite version. Also, I've
discovered that the APIs I need aren't built unless sqlite is built with
SQLITE_ENABLE_COLUMN_METADATA
defined. It does not appear to be defined by default, so by default,
sqlite doesn't get built with that support.
Apple, do you guys build sqlite with metadata support?
On Aug 3, 2009, at 14:42:24, Alexander von Below wrote:
The version shipping with leopard should be
3.0.8.6, and it lives in /usr/lib
The version you are seeing in the sqlite command refers to that
command, not to the lib
Alex
Am 03.08.2009 um 23:38 schrieb Rick Mann:
I'm having trouble linking against symbols like
sqlite3_column_database_name()
Looking at /usr/lib/libsqlite3.0.dylib with nm, I don't see that
symbol. sqlite3 --version reports 3.4.0, but I can't tell from the
SQLite website what version added that call above.
What I'd like to know is, what version of SQLite is supposed to be
on OS X, and where does the library live? I think I'm going to have
to install my own...
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden