SQLite header error in build
SQLite header error in build
- Subject: SQLite header error in build
- From: priggs <email@hidden>
- Date: Sun, 6 Apr 2003 16:35:27 -0600
I am trying to install and use the SQLite library and learn how to use it
using the wrapper I
found at Blackhole Media (www.blackholemedia.com/code/). I have gone through
the
configure routine for SQLite and the script ran OK. I try to open the
Blackhole Media
Demo included with the wrapper and at first it can't find the libsqlite.a
file. I reset the path
to where the it is installed on my computer, but then when I try to build the
demo, I get the
following errors:
header file 'sqlite.h' not found
undefined type, found 'sqlite'
no macro name given in #define directive
I looked at the libsqlite.a file and it says the directory that this library
needs to be installed
in is usr/local/lib/, however when I try to create this directory I get
permission denied. I
found the beginning of a thread in the archives, but no solution. Does anyone
have a
solution for this problem?
Philip
_______________________________________________
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.