Re: [Gambas-user] I cant compile Gambas: problem wit h ¿OpenGL?

2010-09-25 Thread Fabien Bodard
fab...@maison:~$ autoconf --version autoconf (GNU Autoconf) 2.67 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redi

[Gambas-user] Gambas2.21 crashes upon MP3 playback

2010-09-25 Thread M. Cs.
It happens when I use the provided example project of a music player, when I change the position of the slider. The same happens n my own project too. It is a bug. Signal #11 raised. -- Start uncovering the many advantages

Re: [Gambas-user] I cant compile Gambas: problem with ¿OpenGL?

2010-09-25 Thread Benoît Minisini
> the file ... It seems that there is a bug in the autoconf provided with Maverick. What is the autoconf version? -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to

Re: [Gambas-user] I cant compile Gambas: problem with ¿OpenGL?

2010-09-25 Thread Benoît Minisini
> mon mail avec configure est bloqué ... > tar cfz ? -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to

Re: [Gambas-user] I cant compile Gambas: problem wit h ¿OpenGL?

2010-09-25 Thread Fabien Bodard
mon mail avec configure est bloqué ... 2010/9/25 Fabien Bodard : > 2010/9/25 Benoît Minisini : >>> fab...@maison:~/gambas/gb.gtk$ ./configure >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> ... >>> checking for main in -lgc

Re: [Gambas-user] I cant compile Gambas: problem with ¿OpenGL?

2010-09-25 Thread Benoît Minisini
> fab...@maison:~/gambas/gb.gtk$ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > ... > checking for main in -lgcc_s... yes > checking for main in -lstdc++... yes > checking which extension is used for shared libraries.

Re: [Gambas-user] I cant compile Gambas: problem wit h ¿OpenGL?

2010-09-25 Thread Fabien Bodard
fab...@maison:~/gambas/gb.gtk$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system ty

Re: [Gambas-user] I cant compile Gambas: problem wit h ¿OpenGL?

2010-09-25 Thread Girard Henri
I guess it's maverick i got that problem too (and still have !) Le samedi 25 septembre 2010 à 17:31 +0200, Benoît Minisini a écrit : > > The output... > > > > make[5]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > > make[4]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > >

Re: [Gambas-user] gb3.settings

2010-09-25 Thread Matti
You are right, thanks. Am 25.09.2010 13:05, schrieb Fabien Bodard: > 2010/9/24 Matti : >> All settings seem to be stored in a file >> /home/username/.config/gambas3/ApplicationName.conf. >> But, if I have projects with the same file name in different locations, like >> /home/username/Gambas/test a

Re: [Gambas-user] I cant compile Gambas: problem with ¿OpenGL?

2010-09-25 Thread Benoît Minisini
> The output... > > make[5]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > make[4]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > make[3]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > make[2]: se sale del directorio `/home/ayortano/trunk/gb.qt4/src' > make[2

Re: [Gambas-user] IDE :: A proposition to visual optimization

2010-09-25 Thread Benoît Minisini
> Hi Benoit. > > When I'm in the IDE and I enter code for a procedure that uses > several arguments, the miniwindow that appears with help in how to enter > the arguments (Intellitips?) don't let me see the complete arguments. The > help shows only one line and the second line is trunc

Re: [Gambas-user] Compiling gambas3

2010-09-25 Thread Fabien Bodard
it is overwritted 2010/9/24 Lord Quo : >        Thanks, but I actually have installed gambas3 revision 31xx, and I > want to install new revision of gambas3, 3239. > >        Regards. > > -Mensaje original- > De: Werner [mailto:wd...@netfront.net] > Enviado el: Viernes, 24 de Septiembre de

Re: [Gambas-user] How to open a form in modal mode?

2010-09-25 Thread Fabien Bodard
Normally gb3 will have tool to simplify the port from gb2. I think you need to wait a little bit before gb3 tool are ready . I think soon gb2 will not be usable on recent system as they are changing too quickly... -- Start

Re: [Gambas-user] gb3.settings

2010-09-25 Thread Fabien Bodard
2010/9/24 Matti : > All settings seem to be stored in a file > /home/username/.config/gambas3/ApplicationName.conf. > But, if I have projects with the same file name in different locations, like > /home/username/Gambas/test and > /home/username/Basic/test, > the settings are stored in the same file

Re: [Gambas-user] Code Snippets Utility

2010-09-25 Thread EA7DFH
El 25/09/10 02:04, Benoît Minisini escribió: >> Hi all >> >> What's is the way to insert a code snippet triggered from an string in >> Gambas3? >> >> I'm referring to the third tab in the Preferences dialog of the IDE. I >> am unable to get the (template) snippet into the code editor... >> >> Using