[Gambas-user] sqlite

Benoit Minisini gambas at ...1...
Tue Jun 10 22:29:20 CEST 2008


On mardi 10 juin 2008, Kari Laine wrote:
> Hi,
>
> Now I have had almost all the modules to compile in the Gambas. sqlite2
> is stilling giving me problems. From their web-site there is only
> available version 3.5.9. I compiled this and still gambas is not happy
> because the sqlite.h has changed to sqlite3.h and lisqlite.so has
> changed to libsqlite3.so .
>
> what about the component sqlite2 in Gambas - is it compatible with the
> series three of the sqlite? So I could just hack in the autoconf files?
>
> Best Regards
> Kari Laine
>

The sqlite2 component is independent of the sqlite3 component. The two shared 
libraries they are based on are different: libsqlite.so & libsqlite3.so.

So this is not a problem if you cannot compile the sqlite2 component. This 
component may even be removed in Gambas 3.

Regards,

-- 
Benoit Minisini




More information about the User mailing list