[Gambas-user] Ask about gambas runtime

2009-01-27 Thread Leo Sendra
Hi all... I have a gambas program. I develop it using Gambas2.7 on Ubuntu 8.04. I make an installation package, so the program can be install in other Ubuntu 8.04 computer. I have made an installation package (deb package) and I install it in other Ubuntu computer. After install some lib and ga

Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st
svn 1825 then mv -f ".deps/CImageStat.Tpo" ".deps/CImageStat.Plo"; else rm -f ".deps/CImageStat.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT CImageStat.lo -MD -MP -MF .deps

Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st
On Wednesday 28 January 2009, Benoit Minisini wrote: > On mercredi 28 janvier 2009, Ron_1st wrote: > > > There was a syntax error in gb.db.mysql I just fixed, but it is not > > > related to your problems. > > > > > > The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent > > > gb.d

Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
On mercredi 28 janvier 2009, Ron_1st wrote: > > There was a syntax error in gb.db.mysql I just fixed, but it is not > > related to your problems. > > > > The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent > > gb.desktop to be compiled. It will just prevent gb.desktop to store >

Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st
> > There was a syntax error in gb.db.mysql I just fixed, but it is not related > to > your problems. > > The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent > gb.desktop to be compiled. It will just prevent gb.desktop to store password > in the Gnome keyring. > > So I s

[Gambas-user] ServerSocket application without Forms

2009-01-27 Thread Jose J. Rodriguez
Is it possible to use ServerSocket in an applciation without Forms? I have been placed all the code in the Main Module and though I get a connection, the _Connection event does not seem to fire. Regards, Joe1962 -- This S

Re: [Gambas-user] Accessing C-API

2009-01-27 Thread Doriano Blengino
Wally ha scritto: > Is it possible to access a C-API with gambas ? > > I wonder if it is possible to build a front-end for the > comedi data aquasition API : > http://www.comedi.org/ > with Gambas. > Its necessary to access kernel-driver-modules. > > Yes, it is possible [access a C API]. See

Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
On mardi 27 janvier 2009, Ron_1st wrote: > > gb.xml > > gb.xml.rpc > > gb.xml.xslt > > Installing the components... > > Compiling gb.settings... > > OK > > Installing gb.settings... > > Compiling gb.info... > > OK > > Installing gb.info... > > Compiling gb.form... > > Cannot read component list fil

Re: [Gambas-user] make install errors

2009-01-27 Thread Gareth Bult
For what it's worth; I've just done; snv up && ./reconf-all && ./configure && make clean && make install Worked cleanly .. - Original Message - From: "Ron_1st" To: "mailing list for gambas users" Sent: Tuesday, 27 January, 2009 3:41:44 PM GMT +00:00 GMT Britain, Ireland, Portugal Su

Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st
> gb.xml > gb.xml.rpc > gb.xml.xslt > Installing the components... > Compiling gb.settings... > OK > Installing gb.settings... > Compiling gb.info... > OK > Installing gb.info... > Compiling gb.form... > Cannot read component list file: /root/.local/share/gambas3/info/gb.form.list > /root/src/gam

[Gambas-user] Accessing C-API

2009-01-27 Thread Wally
Is it possible to access a C-API with gambas ? I wonder if it is possible to build a front-end for the comedi data aquasition API : http://www.comedi.org/ with Gambas. Its necessary to access kernel-driver-modules. regs wally