On Tue, Nov 30, 2010 at 9:07 AM, Gilles <codecompl...@free.fr> wrote: > On Tue, 30 Nov 2010 11:25:30 +0100, Gilles > <codecompl...@free.fr> wrote: >> I'm trying to compile LuaSQL to use SQLite on a device that uses a >>Blackfin CPU and the compact uClinux distribution. > > I'll add another question: I didn't set the following variables. Do I > need them?
Depends... can you paste a log of your luasql.sqlite3 build? You shouldn't have a problem compiling LuaSQL with a recent SQLite, I have used it with SQLites > 3.5 without issues. > PREFIX = /usr/local > > # System's libraries directory (where binary libraries are installed) > LUA_LIBDIR= $(PREFIX)/lib/lua/5.1 > > # System's lua directory (where Lua libraries are installed) > LUA_DIR= $(PREFIX)/share/lua/5.1 > > ######## SQLite3 > #DRIVER_LIBS= -L/opt/local/lib -lsqlite3 > #DRIVER_INCS= -I/opt/local/include > DRIVER_INCS= -I/usr/src/sqlite-3.7.3 > > Thank you. > -- Fabio Mascarenhas _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/