[Gambas-user] How to send data to another .gambas apps

2012-11-13 Thread abbat
Hello, As I got we have not multi-threading. So, I 've found next: > You can write two separated gambas applications that communicate to each > other. > That way you can have two threads. And I'd like to know how to send some data between "threads"(gambas apps) Thanks, Peter -- View this mess

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Benoît Minisini
Le 13/11/2012 23:45, Sebastian Kulesz a écrit : > It should be fixed in revision 5325. It was merely a syntax error in the > Makefile introduced in the last commit. > > Please check. You will need to execute ./reconf in the /main folder. > > Oops, my fault... -- Benoît Minisini

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Sebastian Kulesz
It should be fixed in revision 5325. It was merely a syntax error in the Makefile introduced in the last commit. Please check. You will need to execute ./reconf in the /main folder. On Tue, Nov 13, 2012 at 6:36 PM, Ru Vuott wrote: > Hi, > > I have seen Emanuele sent any file reporting same err

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-13 Thread laurent bernabe
Hello, I also noticed that in /usr/share/gambas3, I have no folder gb.sdl : Did I miss something in Gambas3 installation. Thanks in advance 2012/11/13 laurent bernabe > Hello everyone, > > I've successfully installed Gambas3 from an official ppa (ppa:nemh/gambas3 > ). > I've cloned the example

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Ru Vuott
Hi, I have seen Emanuele sent any file reporting same error. I believe they are enough. Thanks vuott --- Mar 13/11/12, Jussi Lahtinen ha scritto: > Da: Jussi Lahtinen > Oggetto: Re: [Gambas-user] Error on "Make Install" with rev. #5324 > A: "mailing list for gambas users" > Data: Martedì

[Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-13 Thread laurent bernabe
Hello everyone, I've successfully installed Gambas3 from an official ppa (ppa:nemh/gambas3). I've cloned the example GambasGears into another folder. But when I launch it, I get the error : -- gb.s

Re: [Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-13 Thread laurent bernabe
Thank you very much : I've managed to make it work thanks to your solution Greetings Amicalement 2012/11/13 Charlie Reinl > Am Dienstag, den 13.11.2012, 15:27 +0100 schrieb laurent bernabe: > > Hello everyone, > > > > I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 > 64

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Jussi Lahtinen
Follow bug reporting instructions. http://gambasdoc.org/help/doc/report?en&view (./reconf-all && ./configure -C && make) > output.txt 2>&1 sudo make install > install.txt 2>&1 >From what I have seen so far, it's very hard to say where the error is. Jussi On Tue, Nov 13, 2012 at 9:21 PM, R

[Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Ru Vuott
> Please always attach full logs. > > Jussi Hello Jussi, ...from "$ ./reconf-all" ? Or only "$ sudo Make Install" ? vuott -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-de

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Jussi Lahtinen
Please always attach full logs. Jussi On Tue, Nov 13, 2012 at 8:56 PM, Ru Vuott wrote: > Hello, > > by launching "Make Install" with rev. #5324 I obtained this error: > > *** > > make install-data-hook > make[5]: ingresso nella dire

[Gambas-user] Error on "Make Install" with rev. #5324

2012-11-13 Thread Ru Vuott
Hello, by launching "Make Install" with rev. #5324 I obtained this error: *** make install-data-hook make[5]: ingresso nella directory "/home/vuott/trunk/main/lib/debug" /bin/bash: -c: riga 1: errore di sintassi vicino al token non att

Re: [Gambas-user] Issue 352 in gambas: gambas3 XMLReader component generates wrong output (gambas2 was working fine)

2012-11-13 Thread gambas
Comment #3 on issue 352 by uale...@gmail.com: gambas3 XMLReader component generates wrong output (gambas2 was working fine) http://code.google.com/p/gambas/issues/detail?id=352 @Adrien: Problem has ONLY CHANGED ... The output is still not the same as gambas2.

Re: [Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-13 Thread Charlie Reinl
Am Dienstag, den 13.11.2012, 15:27 +0100 schrieb laurent bernabe: > Hello everyone, > > I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 64 > bits (Gnome version). > Then I launched Gambas3 from the Ubuntu search bar. > > So, I opened the Painting example (it sayed me that

[Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-13 Thread laurent bernabe
Hello everyone, I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 64 bits (Gnome version). Then I launched Gambas3 from the Ubuntu search bar. So, I opened the Painting example (it sayed me that it is read only)? Tried to launch it, but got the error : -

[Gambas-user] Gambas 3 IDE doesn't come up

2012-11-13 Thread Rolf-Werner Eilert
When I type gambas3, the answer is ERROR: #27: Cannot load component 'gb.qt4': /usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB What's going wrong here? I haven't had the Gambas3 IDE running for quite some while, so I don't know when this error occured. It's the version from the repos, mayb

Re: [Gambas-user] Issue 352 in gambas: gambas3 XMLReader component generates wrong output (gambas2 was working fine)

2012-11-13 Thread gambas
Updates: Status: Fixed Comment #2 on issue 352 by adrien.p...@gmail.com: gambas3 XMLReader component generates wrong output (gambas2 was working fine) http://code.google.com/p/gambas/issues/detail?id=352 Problem fixed in revision #5323, thanks.