lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Did you try not including the postgres module in your project? I believe
> you only need the ODBC module  (ls_odbc.c). Please clarify what is going
> wrong with your compilation.

> Regards,
> Diego.

here it comes, I hope that it's not too obvious :)

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c:
Error E2139 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 34: Declaration missing ;
Error E2139 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 39: Declaration missing ;
Error E2139 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 45: Declaration missing ;
Error E2293 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 73: ) expected
Error E2451 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 933: Undefined symbol 'sqllib' in function lua_sqllibopen
Error E2109 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 933: Not an allowed type in function lua_sqllibopen
Error E2109 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 933: Not an allowed type in function lua_sqllibopen
Warning W8082 d:\trab\lua\lua2\luasql-1.0\luasql-1.0\ls_odbc.c 933: Division by zero in function lua_sqllibopen
*** 7 errors in Compile ***

-----Mensagem original-----
De: owner-lua-l@tecgraf.puc-rio.br
[mailto:owner-lua-l@tecgraf.puc-rio.br]Em nome de Diego Nehab
Enviada em: quarta-feira, 21 de novembro de 2001 12:23
Para: Multiple recipients of list
Assunto: Re: RES: wxLua


On Wed, 21 Nov 2001, Marcio Barbosa wrote:

> I agree,  as I need  to work  in the windows  platform but I  just can't
> compile  LuaSQL anyway.  I think  Lua  is a  great standalone  scripting
> language,  but needs  some improvements  to support  a larger  number of
> developers that don't get time or skills to hack the sources.

Did you try not including the postgres module in your project? I believe
you only need the ODBC module  (ls_odbc.c). Please clarify what is going
wrong with your compilation.

Regards,
Diego.