[Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread Rafael Salas
Hi all, I'm trying to compile Gambas 3 on linux Ubuntu 9.04. On make I have this error: ./reconf-all libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-19 Thread Rafael Salas
> > > Hi all, > > > > > > I'm trying to read the f-spot database to add some tools to this > > > program. > > > > I > > > > > write few lines in gambas and everything worked fine but no the access > > > to > > > > > >> string fields. this is a part of the code: > > >> > > >> Con.Close() > > >>

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-17 Thread Rafael Salas
> Hi all, > > I'm trying to read the f-spot database to add some tools to this program. I > write few lines in gambas and everything worked fine but no the access to >> string fields. this is a part of the code: >> >> Con.Close() >> Con.Type = "sqlite" >> Con.Host = "/home/rsalas/.gnome2/f-sp

[Gambas-user] problem using SQLITE3 and string fields

2009-07-12 Thread Rafael Salas
Hi all, I'm trying to read the f-spot database to add some tools to this program. I write few lines in gambas and everything worked fine but no the access to string fields. this is a part of the code: Con.Close() Con.Type = "sqlite" Con.Host = "/home/rsalas/.gnome2/f-spot/" Con.Name = "ph