Re: [LuaSQL 2.2.0] ls_sqlite3.c: error: expected expression before / token
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [LuaSQL 2.2.0] ls_sqlite3.c: error: expected expression before / token
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年4月15日 21:50:00 +0200
On 2011年4月15日 15:43:48 -0300, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>So, try lua -l luasql.sqlite3. Make sure that the Lua sqlite3.so is inside
>a directory named luasql somewhere in the path. Or install luasql properly.
Thanks a lot, that did it :-) Too bad the interpreter simply wouldn't
say that it couldn't find the file rather than talking about missing
symbols that led me to investigate compile/link issues.