Skip navigation.
 
mlTrouble using SQLite and Blackhole Media's wrapper in Cocoa apps.
FROM : T.G. McLean
DATE : Wed Nov 13 20:49:26 2002

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
t.g.<email_removed>
<email_removed>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlTrouble using SQLite and Blackhole Media's wrapper in Cocoa apps. T.G. McLean Nov 13, 20:49
mlRe: Trouble using SQLite and Blackhole Media's wrapper in Cocoa apps. Finlay Dobbie Nov 13, 21:12
mlRe: Trouble using SQLite and Blackhole Media's wrapper in Cocoa apps. T.G. McLean Nov 13, 21:45