Trouble using SQLite and Blackhole Media's wrapper in Cocoa apps.
Trouble using SQLite and Blackhole Media's wrapper in Cocoa apps.
- Subject: Trouble using SQLite and Blackhole Media's wrapper in Cocoa apps.
- From: "T.G. McLean" <email@hidden>
- Date: Wed, 13 Nov 2002 12:49:26 -0700
Hey, guys --
I've been able to build SQLite, but I can't compile Cocoa apps. using
it (eg., Blackhole Media [BHM]'s demo, or Neo [from CVS source]).
The build error reads:
"table of contents for archive: Frameworks/libsqlite.a is out of date;
rerun ranlib(1) (can't load from it)"
Helpful hints:
I'm able to use the SQLite CLI (to build a test DB, for example), but
only within the SQLite build directory; ie., the SQLite library wasn't
installed in /usr/local/lib/, so you have to call ./sqlite <DB_name>
within the build directory.
Even though I ran the make test after the SQLite build without
problems, the fact that the library wasn't put in the right place might
indicate something.
I get the same error with both the BHM demo and the Neo source.
Anyone have any guesses about what's going on here?
-- TG
_________________________________________________
T.G. McLean
Developer
ObjC, C/C++, Java, UNIX, SQL, OpenBase, OpenGL
email@hidden
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.