From gambas at ...1... Sun Nov 3 15:40:43 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 3 Nov 2002 15:40:43 +0100 Subject: [Gambas-user] Post on mailing-list Message-ID: <200211031540.43326.gambas@...1...> Another point : I invite everybody to post on the mailing-list instead of sending problems directly on my mailbox. Here is why : 1) Everybody could see the problem. If someone tells me that Gambas couldn't compile on its "Distro 9.1", I could easily see if someone else has the same problem. 2) The mailing list is archived, and the archive is freely accessible on the internet. Not my private KMail archives ! 3) The mailing-list will be less death :-). So more people will join it, and more lively it will be ! Thanks for helping the mailing list ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Nov 3 15:33:35 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 3 Nov 2002 15:33:35 +0100 Subject: [Gambas-user] New release Message-ID: <200211031533.35148.gambas@...1...> Hello everybody, I'm still alive :-) I have just released the 0.39 version ! I would like the 0.40 version to be a stable and usable version of Gambas, so please torture this version as possible as you can. The only changes planned for the stable version are controls interfaces cleanups and changes. I have developed and compiled this version under a Mandrake 9.0 and I had no problems. SuSE 8.1 users seems to be very unhappy with Gambas :-( I invite them to try to install "automake-1.4" instead of "automake-1.6" (I have no idea how, as I don't have any SuSE distribution under the hand) Regards, -- Beno?t Minisini mailto:gambas at ...1... From jean-marc.varvenne at ...27... Sun Nov 3 18:02:38 2002 From: jean-marc.varvenne at ...27... (jmv) Date: Sun, 03 Nov 2002 18:02:38 +0100 Subject: [Gambas-user] Help wanted using Gambas on a Debian / Woody 3.0.x system Message-ID: <3DC556AE.8090602@...27...> Hi everybody ! Does anyone already installed and used Gambas on a Debian / Woody 3.0.X (kernel 2.4.X) machine ? If yes, could you, please post a little HowTo ? Tx, Jean-Marc From jochen.georges at ...22... Sun Nov 3 23:54:36 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 3 Nov 2002 23:54:36 +0100 Subject: [Gambas-user] Help wanted using Gambas on a Debian / Woody 3.0.x system In-Reply-To: <3DC556AE.8090602@...27...> References: <3DC556AE.8090602@...27...> Message-ID: <200211032308.32792@...24...> On Sunday 03 November 2002 18:02, jmv wrote: > Hi everybody ! > > Does anyone already installed and used Gambas on a Debian / Woody > 3.0.X (kernel 2.4.X) machine ? > > If yes, could you, please post a little HowTo ? > > Tx, > > Jean-Marc hi jean-marc, you need qt3: jochen at ...23...:~$ dpkg --list | grep qt3 ii libqt3 3.0.3-20020329 Qt GUI Library (runtime version). ii libqt3-dev 3.0.3-20020329 Qt GUI development files ii libqt3-mt 3.0.3-20020329 Qt GUI Library (Threaded runtime version). ii libqt3-mt-dev 3.0.3-20020329 Qt Threaded development files ii qt3-tools 3.0.3-20020329 Qt GUI Designer and other Qt3 based tools i prefer to install *tar.gz with checkinstall (download from: http://asic-linux.com.mx/~izto/checkinstall) then tar xvfz gambas-0.39.tar.gz cd gambas-0.39 ./configure make checkinstall beste gruesse jochen From jochen.georges at ...22... Mon Nov 4 13:41:01 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 4 Nov 2002 13:41:01 +0100 Subject: [Gambas-user] first steps, need some examples Message-ID: <200211041338.1288@...24...> hello, i installed gambas 0,38 on debian woody (2.4.18) now i need some help for my first steps. i know java but not a bit of basic. are there any exampleprograms? i didn't find any :( beste gruesse jochen From jochen.georges at ...22... Mon Nov 4 13:51:41 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 4 Nov 2002 13:51:41 +0100 Subject: [Gambas-user] - bug - form editor flutters Message-ID: <200211041341.25627@...24...> hello, is this the right place to announce bugs? gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: when i start a new project and a new form the formeditor starts, but it flutters very fast and all the other X-controls are blocked, so i have to change to a console to kill gambas. gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: same thing, but when i click the "close-icon" of the window, where the formeditor is in, the fluttering ends and everyrthing is fine. beste gruesse jochen From mbae at ...28... Mon Nov 4 15:14:32 2002 From: mbae at ...28... (Marc =?iso-8859-1?q?B=E4chinger?=) Date: Mon, 4 Nov 2002 15:14:32 +0100 Subject: [Gambas-user] first steps, need some examples In-Reply-To: <200211041338.1288@...24...> References: <200211041338.1288@...24...> Message-ID: <200211041514.32652.mbae@...28...> > hello, > > i installed gambas 0,38 on debian woody (2.4.18) > > now i need some help for my first steps. > > i know java but not a bit of basic. > > are there any exampleprograms? If you compiled gambas from source you can find some nice examples in /path/to/your/source/gambas-0.37/examples/ at least for the version 0.37 as shown above .... marc From Selamsana at ...29... Mon Nov 4 14:18:34 2002 From: Selamsana at ...29... (erkaN) Date: Mon, 04 Nov 2002 15:18:34 +0200 Subject: [Gambas-user] first steps, need some examples References: <200211041338.1288@...24...> Message-ID: <3DC673AA.70309@...29...> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Johan, Jochen Georges yazm1_: | hello, | | i installed gambas 0,38 on debian woody (2.4.18) | | now i need some help for my first steps. | | i know java but not a bit of basic. | | are there any exampleprograms? | i didn't find any :( you can find any sample files under http://erkan.geleceklinux.org/gambas/examples/ and a help file (pdf) for syntax-help - -- Sayg1lar erkaN http://www.linux-sevenler.de && http://www.trlinux.lug.org.uk/ irc.linux.org & #gelecek-linux, #turklug, #debian, #linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9xnOq7cL4fzpDVWwRAnvjAKCLqmjkq0qRF9rM20PFY4YAu7DzTgCfddVN oMPLfeuOXY7cR7uR1b2Sn1g= =uwyV -----END PGP SIGNATURE----- From gambas at ...1... Tue Nov 5 09:36:09 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 5 Nov 2002 09:36:09 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211041341.25627@...24...> References: <200211041341.25627@...24...> Message-ID: <200211050936.09732.gambas@...1...> Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > hello, > > is this the right place to announce bugs? > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > when i start a new project and a new form the formeditor starts, > but it flutters very fast and all the other X-controls are blocked, > so i have to change to a console to kill gambas. > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > same thing, but when i click the "close-icon" of the window, where > the formeditor is in, the fluttering ends and everyrthing is fine. > > beste gruesse > jochen > > Hello jochen, Humf ?? Could you tell me what the version of qt is on a debian woody, what the version of gcc is ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Nov 5 09:37:37 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 5 Nov 2002 09:37:37 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211041341.25627@...24...> References: <200211041341.25627@...24...> Message-ID: <200211050937.37915.gambas@...1...> Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > hello, > > is this the right place to announce bugs? > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > when i start a new project and a new form the formeditor starts, > but it flutters very fast and all the other X-controls are blocked, > so i have to change to a console to kill gambas. > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > same thing, but when i click the "close-icon" of the window, where > the formeditor is in, the fluttering ends and everyrthing is fine. > > beste gruesse > jochen > I didn't see your previous posts. It seems that you have qt-3.0.3. Is it possible for you to try qt-3.0.5 as I did on a Mandrake 9.0 ? -- Beno?t Minisini mailto:gambas at ...1... From Abidoo.too at ...11... Tue Nov 5 10:17:27 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Tue, 05 Nov 2002 10:17:27 +0100 (MET) Subject: [Gambas-user] Hello to everybody Message-ID: <3DA24C0A0117B45D@...12...> (added by postmaster@...11...) i'm sorry for people who don't find example. to launch the exemple click on the directory and after click ok dont open the directory. the project directory is the project. I very happy when i recieve so lot of mail on my mailbox and during the summer all the gambas user was in hollyday. :-( you can talk with me this night at 21 h GMT(paris) on irc. irc.diboo.net Chan : #Gambas my Nick = Gambas-fr fabien From heinpol at ...5... Tue Nov 5 12:44:55 2002 From: heinpol at ...5... (NN) Date: Tue, 05 Nov 2002 12:44:55 +0100 Subject: [Gambas-user] Form "Flutters" SuSE8.0 In-Reply-To: Message-ID: Hi, i tried to compile 0.39 with SuSE 8.0 and got the error-message " Can't find automake-1.4". :( I uninstalled 1.5 and installed the older automake 1.4. 0.39 compiles without any warning or error. :) Testing some examples by running them: ... Everythink O.K. :)) Creating new Form or editing a form .. :(( Same problem as Jochen with "Fluttering". regards Juergen From jochen.georges at ...22... Tue Nov 5 17:52:45 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Tue, 5 Nov 2002 17:52:45 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211050937.37915.gambas@...1...> References: <200211041341.25627@...24...> <200211050937.37915.gambas@...1...> Message-ID: <200211051746.16832@...24...> On Tuesday 05 November 2002 09:37, Beno?t Minisini wrote: > Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > > hello, > > > > is this the right place to announce bugs? > > > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > > > when i start a new project and a new form the formeditor > > starts, but it flutters very fast and all the other X-controls > > are blocked, so i have to change to a console to kill gambas. > > > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > > > same thing, but when i click the "close-icon" of the window, > > where the formeditor is in, the fluttering ends and everyrthing > > is fine. > > > > beste gruesse > > jochen > > I didn't see your previous posts. It seems that you have > qt-3.0.3. Is it possible for you to try qt-3.0.5 as I did on a > Mandrake 9.0 ? hi benoit, sorry, but i won't do that. because newer libqt*.debs are not in the stable-tree of woody, they are just in unstable. ok, gambas is not stable too, but qtlibs are very basicly stuff. sorry for that. beste gruesse jochen From stefan-bell at ...31... Tue Nov 5 17:56:40 2002 From: stefan-bell at ...31... (Stefan Bell) Date: 05 Nov 2002 17:56:40 +0100 Subject: [Gambas-user] Installation failed Message-ID: <1036515400.2563.31.camel@...32...> Hi there, I'd tried to install gambas (as root). The installation procedure seems to be right, but If I type "gambas", I got only the error message "Segmentation fault". I've the Mandrake 9.0 distribution Hope you can help me. Regards Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Nov 6 19:35:36 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 6 Nov 2002 19:35:36 +0100 Subject: [Gambas-user] Installation failed In-Reply-To: <1036515400.2563.31.camel@...32...> References: <1036515400.2563.31.camel@...32...> Message-ID: <200211061935.36053.gambas@...1...> Le Mardi 5 Novembre 2002 17:56, Stefan Bell a ?crit : > Hi there, > > I'd tried to install gambas (as root). The installation procedure seems > to be > right, but If I type "gambas", I got only the error message > "Segmentation fault". > > I've the Mandrake 9.0 distribution > > Hope you can help me. > > Regards > Stefan Hi Stefan, It's very strange, as I have tried on two different machines with Mandrake 9.0 and everything was fine. Could you trace gambas with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... ... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run ... When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt ... Thanks by advance. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Nov 8 12:52:39 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 8 Nov 2002 12:52:39 +0100 Subject: [Gambas-user] Important survey to help debugging gambas ! Message-ID: <200211081252.39147.gambas@...1...> Hello everybody, As you may have noticed, there are compilation and execution problem in the last version of Gambas. As I can only develop under a Mandrake 9.0, it is very hard to fix bugs that depend on distributions, libraries versions, etc. To help me debugging gambas, I would like that everybody on this mailing list answer the following survey and send the result to me by e-mail (send it directly to gambas at ...1..., do not post on the mailing-list). Thanks by advance : the more answers I get, the better ideas I have ! -- Beno?t Minisini mailto:gambas at ...1... ********************************************** SURVEY TO HELP DEBUGGING GAMBAS ! 1) What is your name ? 2) What sort of processor do you have on your computer ? (model + frequency) 3) Which language do you speak and use on your computer ? 4) What is your distribution ? (name + version) 5) Did you install your distribution from zero or is it a update ? 6) What is the version of your compiler ? To get it, type "gcc --version" in a shell 7) What is the version of your "automake" ? To get it, type "automake --version" in a shell 8) What is the version of your QT library ? To get it, you must find it. Read the "./configure" output, it will tell you where the QT library is located. On a Mandrake 9.0, it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got the name of the library that contains the version: "libqt-mt.so.3.0.5" 9) Which desktop do you use ? (name + version) 10) Which QT/KDE style do you use ? 11) What happens when you launch gambas ? 12) Do you have the "fluttering form" bug when you add a new form under the IDE ? 13) If gambas crashes, could you trace it with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... ... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run ... When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt ... ********************************************** ANSWER EXAMPLE : 1) Beno?t Minisini 2) Pentium II 400 Mhz 3) French 4) Mandrake 9.0 5) from zero 6) gcc-3.2 7) automake-1.4p6 8) libqt-mt.so.3.0.5 9) KDE 3.0.3 10) KDE default (high color) 11) Everything is OK 12) No 13) N/A ********************************************** From elias1 at ...3... Sat Nov 9 02:22:58 2002 From: elias1 at ...3... (ejl) Date: Fri, 8 Nov 2002 20:22:58 -0500 Subject: [Gambas-user] Gambas Survey Message-ID: <200211082022.58147.elias1@...3...> SURVEY TO HELP DEBUGGING GAMBAS ! 1) Elias Livaditis 2) PII 300 MHz 3) English 4) RedHat 8.0 5) Update - I had Gambas-0.38 installed. 6) 3.2 7) 1.6.3 8) libqt-mt.so.3.0.5 9) 3.0.3-8 10) KDE default (high color) 11) everything is OK 12) no 13) NA From Selamsana at ...29... Sat Nov 9 15:36:22 2002 From: Selamsana at ...29... (erkaN) Date: Sat, 9 Nov 2002 09:36:22 -0500 Subject: [Gambas-user] Gambas Survey In-Reply-To: <200211082022.58147.elias1@...3...> References: <200211082022.58147.elias1@...3...> Message-ID: <200211090936.22360.Selamsana@...29...> SURVEY TO HELP DEBUGGING GAMBAS ! 1) erkaN K 2) vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz stepping : 4 cpu MHz : 1794.243 3) $ cat /etc/sysconfig/i18n |grep LANG LANG="en_US" User1. $ cat .bash_profile |grep LANG export LANG=tr_TR User2. $ cat .bash_profile |grep LANG export LANG=de_DE at ...33... 4) Gelecek Linux 2.0 (basis on RedHat 7.3) 5) I have installed from zero ( Gambas 0.39 ) 6) $ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) 7) $ automake --version automake (GNU automake) 1.4-p5 8) libqt-mt.so.3.0.4 9) KDE 3.0.2-3 10) KDE default 11)if i`m installing from source, everything ok. ./configure make if i`m starting here "gambas", then it starts also. that must start normaly firstonly after I gave the instruction "make install" !!!! Another example: -------cut from my gambas.spec for RH 7.3---------- Version: 0.39 Release: 2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ----------------------------------------- my BuildRoot-Path is => /home/erkaN/redhat/tmp The complied sources are stored under that directory (xxxxx./redhat/tmp/gambas-0.39-build ) Now i provide myself my RPM-file ( rpm -ba gambas.spec) and starting "gambas" so far everything ok. Gambas functioned perfect. IF I DELETE "xxxx/redhat/tmp/gambas-0.39-build" directory , then nothing functions with gambas. I believe that with the Makefile-file something is not correct. thanks erkaN From gambas at ...1... Sat Nov 9 14:39:00 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 9 Nov 2002 14:39:00 +0100 Subject: [Gambas-user] form fluttering bug Message-ID: <200211091439.00575.gambas@...1...> I think this bug may come from internal changes in the window position management routines of QT between Qt 3.0.3 and Qt 3.0.5. See "geometry.html" in the QT html doc directory for an explanation of the problem due to missing features in X-Window and X11 window managers. I join to this mail a new CWidget.cpp. Could people having qt-3.0.3 on their system try to recompile gambas with this CWidget.cpp and tell me if the form fluttering bug disappears ? Thanks by advance, -- Beno?t Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: CWidget.cpp Type: text/x-c++src Size: 25178 bytes Desc: not available URL: From jochen.georges at ...22... Sun Nov 10 21:36:18 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 10 Nov 2002 21:36:18 +0100 Subject: [Gambas-user] form fluttering bug In-Reply-To: <200211091439.00575.gambas@...1...> References: <200211091439.00575.gambas@...1...> Message-ID: <200211102134.55114@...24...> On Saturday 09 November 2002 14:39, Beno?t Minisini wrote: > > I join to this mail a new CWidget.cpp. Could people having > qt-3.0.3 on their system try to recompile gambas with this > CWidget.cpp and tell me if the form fluttering bug disappears ? > hi benoit, i tried it with gambas 0.38 and 0.39, but with nothing has changed :( beste gruesse jochen From Abidoo.too at ...11... Mon Nov 11 00:46:15 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Mon, 11 Nov 2002 00:46:15 +0100 (MET) Subject: [Gambas-user] Gambas Survey Message-ID: <3DA24C0A014E4465@...12...> (added by postmaster@...11...) SURVEY TO HELP DEBUGGING GAMBAS ! 1) Fabien BODARD 2) XP2100 3) French (Franais ;-) ) 4) Mandrake 9 and debian woody 3 5) distribution always installed from zero 6) gcc 3.2 7) automaque 1.4 8) libqt-mt.so.3.0.5 9) GNOME 2 KDE 3 (and sometime xfce 3.6.x) 10) none or fortunally Keramik 11) No pb 12) none 13) N/A Just a little pb with the new widjets whose crashe gambas... when i want to open another time a form... for editing Fabien From parka at ...15... Mon Nov 11 11:27:19 2002 From: parka at ...15... (Laszlo Parkanyi) Date: Mon, 11 Nov 2002 11:27:19 +0100 Subject: [Gambas-user] Re: Survey In-Reply-To: References: Message-ID: <200211111127.19374.parka@...15...> 1) What is your name ? Dr. Laszlo Parkanyi 2) What sort of processor do you have on your computer ? (model + frequen- cy) Intel Celeron (Coppermine) 768.446 MHz. 3) Which language do you speak and use on your computer ? English 4) What is your distribution ? (name + version) RedHat 8.0 5) Did you install your distribution from zero or is it a update ? Update 6) What is the version of your compiler ? To get it, type "gcc --version" in a shell gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) 7) What is the version of your "automake" ? To get it, type "automake --version" in a shell automake (GNU automake) 1.6.3 Written by Tom Tromey 8) What is the version of your QT library ? To get it, you must find it. Read the "./configure" output, it will tell you where the QT library is located. On a Mandrake 9.0, it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got the name of the library that contains the version: "libqt-mt.so.3.0.5" libqt-mt.so.3.0.5 9) Which desktop do you use ? (name + version) kde 3.0.3-8 Redhat 10) Which QT/KDE style do you use ? Kde default style 11) What happens when you launch gambas ? Segmentation fault 12) Do you have the "fluttering form" bug when you add a new form under the IDE ? Don't know ... see above 13) If gambas crashes, could you trace it with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. (...) This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt Here is what happens: =================== [par at ...35... gambas]$ gbc -ag Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... Compiling /home/par/gambas-0.39/app/gambas/Project.module... Compiling /home/par/gambas-0.39/app/gambas/FMain.class... Compiling /home/par/gambas-0.39/app/gambas/FText.class... Compiling /home/par/gambas-0.39/app/gambas/FTest.class... Compiling /home/par/gambas-0.39/app/gambas/FTool.class... Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FSave.class... Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... Compiling /home/par/gambas-0.39/app/gambas/FList.class... Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FFind.class... Compiling /home/par/gambas-0.39/app/gambas/FTips.class... Compiling /home/par/gambas-0.39/app/gambas/FOption.class... Compiling /home/par/gambas-0.39/app/gambas/FProject.class... Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... Segmentation fault [par at ...35... gambas]$ From elentirmo at ...20... Mon Nov 11 12:58:54 2002 From: elentirmo at ...20... (Marco Bauer) Date: Mon, 11 Nov 2002 12:58:54 +0100 Subject: [Gambas-user] form fluttering bug In-Reply-To: <200211091439.00575.gambas@...1...> References: <200211091439.00575.gambas@...1...> Message-ID: <200211111258.54955.elentirmo@...20...> > I join to this mail a new CWidget.cpp. Could people having qt-3.0.3 on > their system try to recompile gambas with this CWidget.cpp and tell me if > the form fluttering bug disappears ? I tried the recompiled version of gambas, but again the same error. Gru? Marco From gambas at ...1... Tue Nov 12 12:19:07 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 12 Nov 2002 12:19:07 +0100 Subject: [Gambas-user] Gambas form bug & segfaults Message-ID: <200211121219.07288.gambas@...1...> Hi, everybody. I forgot one very important question in the survey : 14) Did you compiled gambas with --enable-optimization ? I invite those who haven't yet answered the survey to proceed, so that I could know which distribution gambas has problems with or not and put this information on the web site. If you are afraid, you could replace your name by a nickname. I'm not going to make a police file :-). It's just to identify who has which machine, as e-mail is not sufficient - some people use several e-mails. Best regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Nov 12 12:08:50 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 12 Nov 2002 12:08:50 +0100 Subject: [Gambas-user] Re: Survey In-Reply-To: <200211111127.19374.parka@...15...> References: <200211111127.19374.parka@...15...> Message-ID: <200211121208.50311.gambas@...1...> Le Lundi 11 Novembre 2002 11:27, Laszlo Parkanyi a ?crit : > 1) What is your name ? > > Dr. Laszlo Parkanyi > > 2) What sort of processor do you have on your computer ? (model + frequen- > cy) > > Intel Celeron (Coppermine) 768.446 MHz. > > 3) Which language do you speak and use on your computer ? > > English > > 4) What is your distribution ? (name + version) > > RedHat 8.0 > > 5) Did you install your distribution from zero or is it a update ? > > Update > > 6) What is the version of your compiler ? > To get it, type "gcc --version" in a shell > > gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) > > 7) What is the version of your "automake" ? > To get it, type "automake --version" in a shell > > automake (GNU automake) 1.6.3 > Written by Tom Tromey > > 8) What is the version of your QT library ? > To get it, you must find it. Read the "./configure" output, > it will tell you where the QT library is located. On a Mandrake 9.0, > it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got > the name of the library that contains the version: "libqt-mt.so.3.0.5" > > libqt-mt.so.3.0.5 > > 9) Which desktop do you use ? (name + version) > > kde 3.0.3-8 Redhat > > 10) Which QT/KDE style do you use ? > > Kde default style > > 11) What happens when you launch gambas ? > > Segmentation fault > > 12) Do you have the "fluttering form" bug when you add a new form under > the IDE ? > > Don't know ... see above > > 13) If gambas crashes, could you trace it with gdb the following way ? > Let's suppose you have compiled gambas in your home directory : > > $ cd ~/gambas-0.39/app/gambas > $ gbc -ag > Compiling /home/benoit/gambas/test/gambas/FWelcome.class... > Compiling /home/benoit/gambas/test/gambas/CConfig.class... > Compiling /home/benoit/gambas/test/gambas/FNewClass.class... > OK > $ gdb gbx > GNU gdb 5.2.1-2mdk (Mandrake Linux) > Copyright 2002 Free Software Foundation, Inc. > (...) > > This GDB was configured as "i586-mandrake-linux-gnu"... > (gdb) run > > When gambas segfaults, gdb will stop. Then, type the "bt" command and > send me the result. > > (gdb) bt > > Here is what happens: > =================== > [par at ...35... gambas]$ gbc -ag > Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... > Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... > Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... > Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... > Compiling /home/par/gambas-0.39/app/gambas/Project.module... > Compiling /home/par/gambas-0.39/app/gambas/FMain.class... > Compiling /home/par/gambas-0.39/app/gambas/FText.class... > Compiling /home/par/gambas-0.39/app/gambas/FTest.class... > Compiling /home/par/gambas-0.39/app/gambas/FTool.class... > Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... > Compiling /home/par/gambas-0.39/app/gambas/FSave.class... > Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... > Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... > Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... > Compiling /home/par/gambas-0.39/app/gambas/FList.class... > Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... > Compiling /home/par/gambas-0.39/app/gambas/FFind.class... > Compiling /home/par/gambas-0.39/app/gambas/FTips.class... > Compiling /home/par/gambas-0.39/app/gambas/FOption.class... > Compiling /home/par/gambas-0.39/app/gambas/FProject.class... > Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... > Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... > Segmentation fault > [par at ...35... gambas]$ > Hi, Lazlo. You are a lucky guy :-) It seems that you have found a bug in the compiler. Could you do the following and give me the result : $ cd /home/par/gambas-0.39/app/gambas $ gdb gbc GNU gdb 5.2.xxx Copyright 2002 Free Software Foundation, Inc. (...) (gdb) set args -ag (gdb) run ... segfault ! (gdb) bt ... Thanks in advance, -- Beno?t Minisini mailto:gambas at ...1... From parka at ...15... Wed Nov 13 11:24:06 2002 From: parka at ...15... (Laszlo Parkanyi) Date: Wed, 13 Nov 2002 11:24:06 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: References: Message-ID: <200211131124.07278.parka@...15...> Hi Benoit, I did what you requested. Here is the result. Laszlo [par at ...35... gambas]$ gdb gbc GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (gdb) set args -ag (gdb) run Starting program: /opt/gambas/bin/gbc -ag Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... Compiling /home/par/gambas-0.39/app/gambas/Project.module... Compiling /home/par/gambas-0.39/app/gambas/FMain.class... Compiling /home/par/gambas-0.39/app/gambas/FText.class... Compiling /home/par/gambas-0.39/app/gambas/FTest.class... Compiling /home/par/gambas-0.39/app/gambas/FTool.class... Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FSave.class... Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... Compiling /home/par/gambas-0.39/app/gambas/FList.class... Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FFind.class... Compiling /home/par/gambas-0.39/app/gambas/FTips.class... Compiling /home/par/gambas-0.39/app/gambas/FOption.class... Compiling /home/par/gambas-0.39/app/gambas/FProject.class... Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... Program received signal SIGSEGV, Segmentation fault. 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 (gdb) bt #0 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 #1 0x42073416 in realloc () from /lib/i686/libc.so.6 #2 0x08049b16 in MEM_realloc (p_ptr=0xbffff620, size=3444) at memory.c:82 #3 0x0804b48c in BUFFER_need (p_data=0x805bc28, size=27) at buffer.c:77 #4 0x0804b4d1 in BUFFER_add (p_data=0x805bc28, string=0xbffff670, len=27) at buffer.c:92 #5 0x08055c03 in print (fmt=0x8058a49 " .%.*s\n") at form.c:71 #6 0x0805634e in FORM_do () at form.c:375 #7 0x08049128 in compile_file (file=0x805ba60 "FAbout") at gbc.c:189 #8 0x08049463 in main (argc=2, argv=0xbffff8e4) at gbc.c:301 #9 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) From stefan-bell at ...31... Wed Nov 13 18:30:39 2002 From: stefan-bell at ...31... (Stefan Bell) Date: 13 Nov 2002 18:30:39 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: References: Message-ID: <1037208639.2580.4.camel@...32...> Hi Beno?t, I tried compiling with "--enable-optimization", but it's the same error: Segmentation fault Best regards Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Nov 13 23:47:42 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 13 Nov 2002 23:47:42 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: <200211131124.07278.parka@...15...> References: <200211131124.07278.parka@...15...> Message-ID: <200211132347.42361.gambas@...1...> Le Mercredi 13 Novembre 2002 11:24, Laszlo Parkanyi a ?crit : > Hi Benoit, > > I did what you requested. Here is the result. Laszlo > ... > Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... > > Program received signal SIGSEGV, Segmentation fault. > 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 > (gdb) bt > #0 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 > #1 0x42073416 in realloc () from /lib/i686/libc.so.6 > #2 0x08049b16 in MEM_realloc (p_ptr=0xbffff620, size=3444) at memory.c:82 > #3 0x0804b48c in BUFFER_need (p_data=0x805bc28, size=27) at buffer.c:77 > #4 0x0804b4d1 in BUFFER_add (p_data=0x805bc28, string=0xbffff670, len=27) > at buffer.c:92 > #5 0x08055c03 in print (fmt=0x8058a49 " .%.*s\n") at form.c:71 > #6 0x0805634e in FORM_do () at form.c:375 > #7 0x08049128 in compile_file (file=0x805ba60 "FAbout") at gbc.c:189 > #8 0x08049463 in main (argc=2, argv=0xbffff8e4) at gbc.c:301 > #9 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > Hi, Laszlo. The MEM_realloc() does not exist anymore in the 0.39 source of the compiler : you are not using the 0-39 version of compiler ! Check it by typing "gbc --version" What did you do ???? %-O Could you try to recompile gambas-0.39 from zero and check the version of the installed file ? The executable used by gambas are pointed by the symbolics links in /usr/bin : /usr/bin/gbc, /usr/bin/gbx and /usr/bin/gba. Check that these links are really pointing to the right gambas 0.39 executable files. I'm waiting for your answer ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From chinatinte at ...36... Thu Nov 14 22:35:32 2002 From: chinatinte at ...36... (chinatinte at ...36...) Date: Thu, 14 Nov 2002 22:35:32 +0100 Subject: [Gambas-user] Re: Gambas-user -- confirmation of subscription -- request 109058 In-Reply-To: References: Message-ID: <20021114223532.2e9dbb99.chinatinte@...36...> confirm 109058 From parka at ...15... Fri Nov 15 11:17:35 2002 From: parka at ...15... (Laszlo Parkanyi) Date: Fri, 15 Nov 2002 11:17:35 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #52 - 1 msg In-Reply-To: References: Message-ID: <200211151117.35481.parka@...15...> Hi Benoit: Starting all over. [root at ...35... gambas]# gbc -ag Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class...Beinoi Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... Compiling /home/par/gambas-0.39/app/gambas/Project.module... Compiling /home/par/gambas-0.39/app/gambas/FMain.class... Compiling /home/par/gambas-0.39/app/gambas/FText.class... Compiling /home/par/gambas-0.39/app/gambas/FTest.class... Compiling /home/par/gambas-0.39/app/gambas/FTool.class... Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FSave.class... Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... Compiling /home/par/gambas-0.39/app/gambas/FList.class... Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FFind.class... Compiling /home/par/gambas-0.39/app/gambas/FTips.class... Compiling /home/par/gambas-0.39/app/gambas/FOption.class... Compiling /home/par/gambas-0.39/app/gambas/FProject.class... Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... Compiling /home/par/gambas-0.39/app/gambas/FForm.class... Compiling /home/par/gambas-0.39/app/gambas/FRename.class... Compiling /home/par/gambas-0.39/app/gambas/CControl.class... Compiling /home/par/gambas-0.39/app/gambas/FEditor.class... Compiling /home/par/gambas-0.39/app/gambas/CProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FNewModule.class... OK [root at ...35... gambas]# gdb gbx GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (gdb) run Starting program: /opt/gambas/bin/gbx [New Thread 8192 (LWP 10619)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 8192 (LWP 10619)] 0x40ab3fd7 in _XRead () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x40ab3fd7 in _XRead () from /usr/X11R6/lib/libX11.so.6 #1 0x40aa5fd5 in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 0x4047d389 in qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) () from /usr/lib/qt-3.0.5/lib/libqt-mt.so.3 #3 0x4047e0fe in qt_init(int*, char**, QApplication::Type) () from /usr/lib/qt-3.0.5/lib/libqt-mt.so.3 #4 0x404dc5b0 in QApplication::construct(int&, char**, QApplication::Type) () from /usr/lib/qt-3.0.5/lib/libqt-mt.so.3 #5 0x404dc27c in QApplication::QApplication(int&, char**) () from /usr/lib/qt-3.0.5/lib/libqt-mt.so.3 #6 0x402a503f in my_main (argc=0xbffff8a0, argv=0xbffff8e4) at main.cpp:131 #7 0x08062405 in main (argc=1, argv=0xbffff8e4) at main.c:212 #8 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) From abidoo.too at ...11... Fri Nov 15 23:31:07 2002 From: abidoo.too at ...11... (tuxmaxter) Date: 15 Nov 2002 23:31:07 +0100 Subject: [Gambas-user] A French Gambas site was born... Message-ID: <1037399469.1923.16.camel@...37...> Hello to all the Gambas people :) I've start to traduce the Gambas Shrine in french You can see it at http://perso.wanadoo.fr/gambas/ I ' do it because lot of young french linux people have problem to learn english and tell me that they don't understand what is exactly Gambas. I've opened an irc Channel too for Gambas where we can exchange idea about gambas. I speak a little english, but i can learn, and all people can join this chan Chan info : ircserver : irc.diboo.net chan : #gambas My Nick : Gambas-fr I've in project too to start the traduce of Gambas documentation to take advence. And to offert in my url help for Gambas beginner, and some exemple. That's all I'm not a c++ programmer but anyway i have lot of works in perspective. :) Thank benoit, and all, for this good project. Say me what you think about my idea... fabien From gambas at ...1... Sat Nov 16 12:26:38 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 16 Nov 2002 12:26:38 +0100 Subject: [Gambas-user] Fwd: Database Component Development Discussion Message-ID: <200211161226.38214.gambas@...1...> Subject: Database Component Development Discussion Date: Thu, 14 Nov 2002 10:49:04 -0000 From: "Nigel GERRARD" In a recent email exchange with Beno?t concerning the creation of a new database component for gambas, Beno?t expressed a wish to discuss details on design within the mailing list. He states: 'We must design a good and solid object model for the database component before going too far (Note: I had started creating a component based solely on QT). I have the same worries that I had with the QT component : the database component must not have an interface tied to a particular library, so that anyone can offer a database component based on a library different than QT.' Further, Beno?t goes on to say: 'For a database component, I suggest you to create a main database component that contain all the classes, and many other little components with no classes, one for each database type, that communicate with the main database component by an interface. These little components could be loaded by demand (I must add a function for that in the Gambas API). What do you think about that ?' My understanding from this would be that the main database component would be written with no dependencies on libraries; it would contain all the methods and properties that would need to be implemented within the 'little' components. So in the 'Database' component we might hold properties for Databasename, Username, Password, Port number, Driver (Postgresql/Mysql etc.) and methods such as Open and Close. The methods would then call the relevant function from the sub-component (written with library dependencies..unless we are going to be clever and re-invent the wheel) ...okay, so it's a little vague at the moment...but we have an opportunity here to define the way it will work :-) I believe we need to design?: What/How the interface will work What Properties are required What Methods will be needed Now let battle commence....... Nigel From heinpol at ...5... Sat Nov 16 12:20:54 2002 From: heinpol at ...5... (NN) Date: Sat, 16 Nov 2002 12:20:54 +0100 Subject: [Gambas-user] Update qt3.0.3 to 3.0.5, SuSE8.0 ? Message-ID: <200211161220.54247.heinpol@...5...> Hi All, sounds very stupid, I know, but seems I'm not able to update QT 3.0.3 to 3.0.5 under SuSE 8.0. Using the PackageManager i got troubles with dependencies, ignoring the dependencies I got later troubles with entire KDE. Additionally I don't even know which rpm to download and install and in which sequence. How to manage the link qt3-->qt3.0.3 after update ? Thanks for any kind of help! Juergen juergen at ...8... From gambas at ...1... Sat Nov 16 12:37:11 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 16 Nov 2002 12:37:11 +0100 Subject: [Gambas-user] A French Gambas site was born... In-Reply-To: <1037399469.1923.16.camel@...37...> References: <1037399469.1923.16.camel@...37...> Message-ID: <200211161237.11546.gambas@...1...> Le Vendredi 15 Novembre 2002 23:31, tuxmaxter a ?crit : > Hello to all the Gambas people :) > > I've start to traduce the Gambas Shrine in french > > You can see it at http://perso.wanadoo.fr/gambas/ > > I ' do it because lot of young french linux people have problem to learn > english and tell me that they don't understand what is exactly Gambas. > > I've opened an irc Channel too for Gambas where we can exchange idea > about gambas. I speak a little english, but i can learn, and all people > can join this chan > Chan info : > ircserver : irc.diboo.net > chan : #gambas > My Nick : Gambas-fr > > I've in project too to start the traduce of Gambas documentation to take > advence. And to offert in my url help for Gambas beginner, and some > exemple. > > > That's all > > I'm not a c++ programmer but anyway i have lot of works in perspective. > > :) > > Thank benoit, and all, for this good project. > Say me what you think about my idea... > > fabien > > Cool. And, hum, a lot of spelling mistakes for my taste :-) - "D?veloppement" and not "D?velloppement" - "le moindre sou" and not "le moindre sous" - "des applications on?reuses", with an "s" - "beaucoup de travail" and not "beaucoup de travaille" etc. etc. You must find a slave to read and correct after you ! :-) Note that I could say the same thing for my english... Thanks a lot at all ! P.S. Are you succeeding in animating your nice gambas logo ? -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sat Nov 16 22:45:12 2002 From: karl.reinl at ...9... (Charlie) Date: Sat, 16 Nov 2002 22:45:12 +0100 Subject: [Gambas-user] Gambas 0.39 and Form-file Fluttering on SuSE Message-ID: <3DD6BC68.2040102@...9...> Salut Benoit, first I'v to tell you that 0.39 has less, call it 'bugs' if you want. seconde on my SuSE 7.2 (updated Spetember 2002) with KDE 2.2.2 (QT 2.3.1) on Kernl 2.4.4 and QT 3.0.5 manually updated runs fine. But I made a Test on a VMWare machine with SuSE 8.0 KDE 3.0 and QT 3.0.3. Installed and nothing changed (Network only set to DHCP). After installing Gambas 0.39, I copied my TEST Project. It was running. I changed some values in the class-file, running fine. After changing the Button.Text in the Form-file Fluttering starts. Sometimes it starts after closing the Form, sometimes when I clicked something on the gambas menu after. Now, on a clean machine, I installed QT-3.0.5 (like written in INSTALL './configure -thread'). Used conf.qt (which set QT to /usr/local/qt) RESULT : no more fluttering Forms BUT : I found 2 cases to freez the startup. 1. after changes made on a form 2. close the project with ME.close (not clicking the X) The DeBug-Box raise, but the elements dit not apear. regards Charlie -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: INSTALL URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: conf.qt Type: video/quicktime Size: 91 bytes Desc: not available URL: From karl.reinl at ...9... Sat Nov 16 23:34:51 2002 From: karl.reinl at ...9... (Charlie) Date: Sat, 16 Nov 2002 23:34:51 +0100 Subject: [Gambas-user] CWidget.cpp Message-ID: <3DD6C80B.6000803@...9...> Salut , no changes with the new CWidget.cpp Charlie From Abidoo.too at ...11... Sun Nov 17 22:24:52 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Sun, 17 Nov 2002 22:24:52 +0100 (MET) Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #55 - 2 msgs References: Message-ID: <3DD0D46B003AFCE8@...12...> (added by postmaster@...11...) for answer your question, benoit, yes i'm near to finish the animation. but they haven't good quality. I'm going to send it tomarow... (after i wil draw it in 3D, it's better, and simpliest to anim) fabien From karl.reinl at ...9... Mon Nov 18 00:52:43 2002 From: karl.reinl at ...9... (Charlie) Date: Mon, 18 Nov 2002 00:52:43 +0100 Subject: [Gambas-user] no idea Message-ID: <3DD82BCB.6030602@...9...> Salut Benoit, got these Error: FrmMain.doit 31: Type mismatch : wanted XMLDocOpen , got String instead when I click on a Button. can you help me ? Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: av2.zip Type: application/zip Size: 24432 bytes Desc: not available URL: From jochen.georges at ...22... Mon Nov 18 16:59:22 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 18 Nov 2002 16:59:22 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #55 - 2 msgs In-Reply-To: <3DD0D46B003AFCE8@...12...> References: <3DD0D46B003AFCE8@...12...> (added by postmaster@...11...) Message-ID: <200211181657.48453@...24...> On Sunday 17 November 2002 22:24, Fabien BODARD wrote: hi fabien [..] > (after i wil draw it in 3D, it's better, and simpliest to anim) how (which programs) do you animate something in 3D? thanks jochen From karl.reinl at ...9... Wed Nov 20 23:19:03 2002 From: karl.reinl at ...9... (Charlie) Date: Wed, 20 Nov 2002 23:19:03 +0100 Subject: [Gambas-user] Datatype Long Message-ID: <3DDC0A57.1060709@...9...> Salut Benoit, found a strange thing . you can declare a Datatype Long even the editor turns a long to Long. ex: Dim lnCount as long , became : DIM lnCount AS Long but if you call the Function where this Datatype is declared, the Interpreter left the execution without any Error-Message. regards Charlie From gambas at ...1... Fri Nov 22 12:28:16 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 22 Nov 2002 12:28:16 +0100 Subject: [Gambas-user] Datatype Long In-Reply-To: <3DDC0A57.1060709@...9...> References: <3DDC0A57.1060709@...9...> Message-ID: <200211221228.16742.gambas@...1...> Le Mercredi 20 Novembre 2002 23:19, Charlie a ?crit : > Salut Benoit, > > found a strange thing . > > you can declare a Datatype Long > even the editor turns a long to Long. > ex: Dim lnCount as long , > became : DIM lnCount AS Long > but if you call the Function where this Datatype is declared, > the Interpreter left the execution without any Error-Message. > > regards Charlie > > Hi Charlie, LONG is a keyword reserved for a future use. At the moment, the editor highlights it, but the compiler transforms it as a class named "Long" Don't use it now ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sat Nov 23 14:26:13 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 23 Nov 2002 14:26:13 +0100 Subject: [Gambas-user] Form fluttering bug Message-ID: <200211231426.13885.gambas@...1...> Hello everybody, I join to this mail a new CWindow.cpp. Could people having qt-3.0.3 on their system try to recompile gambas with this CWindow.cpp and tell me if the form fluttering bug disappears ? Thanks by advance, -- Beno?t Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: CWindow.cpp Type: text/x-c++src Size: 21423 bytes Desc: not available URL: From gambas at ...1... Sun Nov 24 19:30:43 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 24 Nov 2002 19:30:43 +0100 Subject: [Gambas-user] Form fluttering bug (2) Message-ID: <200211241930.43136.gambas@...1...> Sorry, I forgot the header file in the patch ! Regards, -- Beno?t Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: CWindow.h Type: text/x-chdr Size: 3235 bytes Desc: not available URL: From Abidoo.too at ...11... Mon Nov 25 22:56:03 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Mon, 25 Nov 2002 22:56:03 +0100 (MET) Subject: [Gambas-user] Probleme avec Cwindow.cpp Message-ID: <3DD8EC9700458CC5@...41...> (added by postmaster@...11...) Humm hello benoit i've a littele problem with your cwindow.cpp ..h i think i've made an error but what ? an idea? fabien CWindow.cpp:303: parse error before `int' CWindow.cpp:303: invalid suffix on integer constant CWindow.cpp: In function `void CWINDOW_border(void*, void*)': CWindow.cpp:349: invalid suffix on integer constant CWindow.cpp:349: `0' cannot be used as a function CWindow.cpp: In function `void CWINDOW_mask(void*, void*)': CWindow.cpp:375: invalid suffix on integer constant CWindow.cpp:375: `0' cannot be used as a function CWindow.cpp: At global scope: CWindow.cpp:478: invalid suffix on integer constant CWindow.cpp:479: invalid initializer CWindow.cpp:479: parse error before `{' token CWindow.cpp:501: invalid suffix on integer constant CWindow.cpp:502: invalid initializer CWindow.cpp:502: parse error before `{' token CWindow.cpp:568: invalid suffix on integer constant CWindow.cpp:569: invalid initializer CWindow.cpp:569: parse error before `{' token CWindow.cpp:580: invalid suffix on integer constant CWindow.cpp:581: invalid initializer CWindow.cpp:581: parse error before `{' token CWindow.cpp:599:18: invalid suffix 'D' on integer constant CWindow.cpp: In constructor `MyMainWindow::MyMainWindow(MyMainWindow*)': CWindow.cpp:605: `class MyMainWindow' has no member named `getWF' CWindow.cpp:606: `lags' undeclared (first use this function) CWindow.cpp:609: invalid suffix on integer constant CWindow.cpp:609: parse error before numeric constant CWindow.cpp:610: invalid suffix on integer constant CWindow.cpp:610: parse error before numeric constant CWindow.cpp:611: invalid suffix on integer constant CWindow.cpp:611: parse error before `false' CWindow.cpp:612: invalid suffix on integer constant CWindow.cpp:612: parse error before `;' token CWindow.cpp:613: invalid suffix on integer constant CWindow.cpp:613: parse error before `;' token CWindow.cpp: In destructor `virtual MyMainWindow::~MyMainWindow()': CWindow.cpp:621: invalid suffix on integer constant CWindow.cpp:621: parse error before `*' token CWindow.cpp:625: invalid suffix on integer constant CWindow.cpp:625: invalid suffix on integer constant CWindow.cpp:625: non-lvalue in assignment CWindow.cpp:625: parse error before `__null' CWindow.cpp: At global scope: CWindow.cpp:631: syntax error before `.' token CWindow.cpp:636: syntax error before `.' token CWindow.cpp:641: ISO C++ forbids declaration of `count' with no type CWindow.cpp:641: invalid suffix on integer constant CWindow.cpp:641: parse error before `::' token CWindow.cpp:652: cannot declare member function `MyMainWindow::setCancelButton' within `CWindow' CWindow.cpp:652: syntax error before `{' token CWindow.cpp:654: invalid suffix on integer constant CWindow.cpp:655: invalid suffix on integer constant CWindow.cpp:655: invalid suffix on integer constant CWindow.cpp:656: invalid suffix on integer constant CWindow.cpp:660: cannot declare member function `MyMainWindow::setDefaultButton' within `CWindow' CWindow.cpp:660: syntax error before `{' token CWindow.cpp:669: ISO C++ forbids declaration of `db' with no type CWindow.cpp:669: invalid suffix on integer constant CWindow.cpp:669: parse error before `;' token CWindow.cpp:670: syntax error before `->' token CWindow.cpp:674: invalid suffix on integer constant CWindow.cpp:674: invalid suffix on integer constant CWindow.cpp:677: ISO C++ forbids declaration of `db' with no type CWindow.cpp:677: redefinition of `int db' CWindow.cpp:669: `int db' previously defined here CWindow.cpp:677: invalid suffix on integer constant CWindow.cpp:677: parse error before numeric constant CWindow.cpp:684: cannot declare member function `MyMainWindow::setState' within `CWindow' CWindow.cpp:684: syntax error before `{' token CWindow.cpp:685: invalid suffix on integer constant CWindow.cpp:685: invalid suffix on integer constant CWindow.cpp:688: ISO C++ forbids declaration of `state' with no type CWindow.cpp:688: invalid suffix on integer constant CWindow.cpp:688: parse error before `;' token CWindow.cpp:714: cannot declare member function `MyMainWindow::showActivate' within `CWindow' CWindow.cpp:714: syntax error before `{' token CWindow.cpp:715: invalid suffix on integer constant CWindow.cpp:730: syntax error before `.' token CWindow.cpp:734: ISO C++ forbids declaration of `raise' with no type CWindow.cpp:735: parse error before `if' CWindow.cpp:738: ISO C++ forbids declaration of `shown' with no type CWindow.cpp:738: invalid suffix on integer constant CWindow.cpp:738: parse error before `true' CWindow.cpp:745: cannot declare member function `MyMainWindow::showModal' within `CWindow' CWindow.cpp:745: syntax error before `{' token CWindow.cpp:746: invalid suffix on integer constant CWindow.cpp:747: invalid suffix on integer constant CWindow.cpp:747: parse error before `::' token CWindow.cpp:748: invalid suffix on integer constant CWindow.cpp:748: `0' cannot be used as a function CWindow.cpp:750: parse error before `if' CWindow.cpp:755: `width' was not declared in this scope CWindow.cpp:755: `class QDesktopWidget' has no member named `he' CWindow.cpp:756: `ight' was not declared in this scope CWindow.cpp:756: `height' was not declared in this scope CWindow.cpp:758: ISO C++ forbids declaration of `setWFlags' with no type CWindow.cpp:763: syntax error before `|' token CWindow.cpp:765: syntax error before `|' token CWindow.cpp:767: `parentWidget' was not declared in this scope CWindow.cpp:767: `getWFlags' was not declared in this scope CWindow.cpp:767: ISO C++ forbids declaration of `reparent' with no type CWindow.cpp:767: initializer list being treated as compound expression CWindow.cpp:769: ISO C++ forbids declaration of `showActivate' with no type CWindow.cpp:771: syntax error before `->' token CWindow.cpp:776: `flags' was not declared in this scope CWindow.cpp:776: ISO C++ forbids declaration of `setWFlags' with no type CWindow.cpp:776: redefinition of `int setWFlags' CWindow.cpp:758: `int setWFlags' previously defined here CWindow.cpp:778: parse error before `}' token CWindow.cpp:783: cannot declare member function `MyMainWindow::hide' within `CWindow' CWindow.cpp:783: syntax error before `{' token CWindow.cpp:809: cannot declare member function `MyMainWindow::setBorder' within `CWindow' CWindow.cpp:809: syntax error before `{' token CWindow.cpp:810: invalid suffix on integer constant CWindow.cpp:810: invalid suffix on integer constant CWindow.cpp:813: invalid suffix on integer constant CWindow.cpp:813: invalid suffix on integer constant CWindow.cpp:821: numeric constant contains digits beyond the radix CWindow.cpp:822: numeric constant contains digits beyond the radix CWindow.cpp:823: numeric constant contains digits beyond the radix CWindow.cpp:825: ISO C++ forbids declaration of `border' with no type CWindow.cpp:825: invalid suffix on integer constant CWindow.cpp:825: parse error before `;' token CWindow.cpp:830: invalid suffix on integer constant CWindow.cpp:830: invalid suffix on integer constant CWindow.cpp:834: invalid suffix on integer constant CWindow.cpp:834: invalid suffix on integer constant CWindow.cpp:837: `width' was not declared in this scope CWindow.cpp:837: `height' was not declared in this scope CWindow.cpp:837: ISO C++ forbids declaration of `setMinimumSize' with no type CWindow.cpp:837: initializer list being treated as compound expression CWindow.cpp:838: `width' was not declared in this scope CWindow.cpp:838: `height' was not declared in this scope CWindow.cpp:838: ISO C++ forbids declaration of `setMaximumSize' with no type CWindow.cpp:838: initializer list being treated as compound expression CWindow.cpp:839: parse error before `}' token CWindow.cpp:843: ISO C++ forbids declaration of `setMaximumSize' with no type CWindow.cpp:843: redefinition of `int setMaximumSize' CWindow.cpp:838: `int setMaximumSize' previously defined here CWindow.cpp:843: initializer list being treated as compound expression CWindow.cpp:844: ISO C++ forbids declaration of `layout' with no type CWindow.cpp: In function `int layout()': CWindow.cpp:844: parse error before `->' token CWindow.cpp:847: ISO C++ forbids declaration of `border' with no type CWindow.cpp:847: redefinition of `int border' CWindow.cpp:825: `int border' previously defined here CWindow.cpp:847: invalid suffix on integer constant CWindow.cpp:847: parse error before `;' token CWindow.cpp:861: cannot declare member function `MyMainWindow::paintUnclip' within `CWindow' CWindow.cpp:861: syntax error before `{' token CWindow.cpp:870: cannot declare member function `MyMainWindow::resizeEvent' within `CWindow' CWindow.cpp:870: syntax error before `{' token CWindow.cpp:874: syntax error before `->' token CWindow.cpp:888: cannot declare member function `MyMainWindow::moveEvent' within `CWindow' CWindow.cpp:888: syntax error before `{' token CWindow.cpp:889: invalid suffix on integer constant CWindow.cpp:891: `e' undeclared (first use this function) CWindow.cpp:891: ISO C++ forbids declaration of `moveEvent' with no type CWindow.cpp:891: cannot declare member `QMainWindow::moveEvent' within `CWindow' CWindow.cpp:891: invalid declarator CWindow.cpp:894: syntax error before `->' token CWindow.cpp:896: ISO C++ forbids declaration of `y' with no type CWindow.cpp:896: ISO C++ forbids declaration of `frameGeometry' with no type CWindow.cpp:896: parse error before `.' token CWindow.cpp:898: syntax error before string constant CWindow.cpp:898:31: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:899:47: warning: multi-line string literals are deprecated CWindow.cpp:908:26: warning: multi-line string literals are deprecated CWindow.cpp:941:52: warning: multi-line string literals are deprecated CWindow.cpp:970:23: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:976:41: warning: multi-line string literals are deprecated CWindow.cpp:980:27: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:995:36: warning: multi-line string literals are deprecated CWindow.cpp:998:31: warning: multi-line string literals are deprecated CWindow.cpp:1002:21: warning: multi-line string literals are deprecated CWindow.cpp:1007:24: warning: multi-line string literals are deprecated CWindow.cpp:1083:35: warning: multi-line string literals are deprecated CWindow.cpp:1083:35: missing terminating " character CWindow.cpp:898:31: possible start of unterminated string literal {standard input}: Assembler messages: {standard input}:205: Error: symbol `db' is already defined {standard input}:259: Error: symbol `setWFlags' is already defined {standard input}:288: Error: symbol `setMaximumSize' is already defined make[5]: *** [CWindow.lo] Erreur 1 make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[4]: *** [all-recursive] Erreur 1 make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[3]: *** [all-recursive] Erreur 1 make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' make[2]: *** [all-recursive] Erreur 1 make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39' make: *** [all-recursive-am] Erreur 2 [root at ...40... gambas-0.39]# make install Making install in libltdl make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' /bin/sh ./../mkinstalldirs /usr/local/lib /bin/sh ./../mkinstalldirs /usr/local/include make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' Making install in src make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src' Making install in share make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Rien ? faire pour `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/gambas/include /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' Making install in comp make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbc /opt/gambas/bin/gbc /usr/bin/install -c gbc /opt/gambas/bin/gbc /bin/sh ../../libtool --mode=install /usr/bin/install -c gba /opt/gambas/bin/gba /usr/bin/install -c gba /opt/gambas/bin/gba make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' Making install in exec make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbx /opt/gambas/bin/gbx /usr/bin/install -c gbx /opt/gambas/bin/gbx make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' Making install in lib make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' Making install in qt make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' Making install in editor make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.editor.la /opt/gambas/lib/lib.gb.qt.editor.la /usr/bin/install -c .libs/lib.gb.qt.editor.so.0.0.0 /opt/gambas/lib/lib.gb.qt.editor.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so.0 && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so) /usr/bin/install -c .libs/lib.gb.qt.editor.lai /opt/gambas/lib/lib.gb.qt.editor.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' Making install in ext make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.ext.la /opt/gambas/lib/lib.gb.qt.ext.la /usr/bin/install -c .libs/lib.gb.qt.ext.so.0.0.0 /opt/gambas/lib/lib.gb.qt.ext.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so.0 && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so) /usr/bin/install -c .libs/lib.gb.qt.ext.lai /opt/gambas/lib/lib.gb.qt.ext.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c CWindow.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c CWindow.cpp -fPIC -DPIC -o CWindow.lo CWindow.cpp:57: invalid suffix on integer constant CWindow.cpp:57: parse error before `__null' CWindow.cpp: In function `void CWINDOW_new(void*, void*)': CWindow.cpp:70: `ow_main' undeclared (first use this function) CWindow.cpp:70: (Each undeclared identifier is reported only once for each function it appears in.) CWindow.cpp:70: parse error before `)' token CWindow.cpp:71: invalid suffix on integer constant CWindow.cpp:71: parse error before `new' CWindow.cpp:73: invalid suffix on integer constant CWindow.cpp:73: parse error before `new' CWindow.cpp:76: invalid suffix on integer constant CWindow.cpp:76: parse error before `;' token CWindow.cpp:77: invalid suffix on integer constant CWindow.cpp:77: parse error before `new' CWindow.cpp:78: invalid suffix on integer constant CWindow.cpp:78: parse error before `__null' CWindow.cpp:79: invalid suffix on integer constant CWindow.cpp:79: parse error before numeric constant CWindow.cpp:80: invalid suffix on integer constant CWindow.cpp:80: parse error before `__null' CWindow.cpp:81: invalid suffix on integer constant CWindow.cpp:81: parse error before `__null' CWindow.cpp:85: invalid suffix on integer constant CWindow.cpp:85: parse error before `;' token CWindow.cpp:92: invalid suffix on integer constant CWindow.cpp:92: parse error before `::' token CWindow.cpp:95: invalid suffix on integer constant CWindow.cpp:95: invalid suffix on integer constant CWindow.cpp:95: non-lvalue in assignment CWindow.cpp:95: parse error before numeric constant CWindow.cpp:97: invalid suffix on integer constant CWindow.cpp: In function `void CWINDOW_free(void*, void*)': CWindow.cpp:113: invalid suffix on integer constant CWindow.cpp:113: `0' cannot be used as a function CWindow.cpp: In function `void CWINDOW_next(void*, void*)': CWindow.cpp:131: invalid suffix on integer constant CWindow.cpp:131: `0' cannot be used as a function CWindow.cpp:133: invalid suffix on integer constant CWindow.cpp:133: invalid suffix on integer constant CWindow.cpp:133: non-lvalue in assignment CWindow.cpp:133: parse error before `__null' CWindow.cpp:135: invalid suffix on integer constant CWindow.cpp:136: invalid suffix on integer constant CWindow.cpp:136: parse error before `;' token CWindow.cpp:130: warning: unused variable `CWINDOW*next' CWindow.cpp: At global scope: CWindow.cpp:139: ISO C++ forbids declaration of `next' with no type CWindow.cpp:139: invalid suffix on integer constant CWindow.cpp:139: parse error before `->' token CWindow.cpp:141: invalid suffix on integer constant CWindow.cpp:141: invalid suffix on integer constant CWindow.cpp:145: syntax error before `.' token CWindow.cpp:150: syntax error before `.' token CWindow.cpp: In function `void CWINDOW_get(void*, void*)': CWindow.cpp:164: invalid suffix on integer constant CWindow.cpp:164: parse error before `::' token CWindow.cpp:168: invalid suffix on integer constant CWindow.cpp:168: parse error before numeric constant CWindow.cpp:162: warning: unused variable `_CWINDOW_get*_p' CWindow.cpp: In function `bool do_close(CWINDOW*, long int)': CWindow.cpp:189: invalid suffix on integer constant CWindow.cpp:189: `0' cannot be used as a function CWindow.cpp:192: invalid suffix on integer constant CWindow.cpp:192: parse error before `;' token CWindow.cpp: In function `void CWINDOW_close(void*, void*)': CWindow.cpp:201: invalid suffix on integer constant CWindow.cpp:201: parse error before `.' token CWindow.cpp:199: warning: unused variable `_CWINDOW_close*_p' CWindow.cpp: In function `void CWINDOW_show_modal(void*, void*)': CWindow.cpp:217: invalid suffix on integer constant CWindow.cpp:217: parse error before numeric constant CWindow.cpp: In function `void CWINDOW_menu_count(void*, void*)': CWindow.cpp:272: invalid suffix on integer constant CWindow.cpp:272: `0' cannot be used as a function CWindow.cpp: In function `void CWINDOW_menu_next(void*, void*)': CWindow.cpp:284: invalid suffix on integer constant CWindow.cpp:284: `0' cannot be used as a function CWindow.cpp:287: invalid suffix on integer constant CWindow.cpp:287: invalid suffix on integer constant CWindow.cpp:287: non-lvalue in assignment CWindow.cpp:287: parse error before `__null' CWindow.cpp:285: warning: unused variable `unsigned int index' CWindow.cpp: At global scope: CWindow.cpp:293: ISO C++ forbids declaration of `index' with no type CWindow.cpp:293: `int index' redeclared as different kind of symbol /usr/include/string.h:252: previous declaration of `char* index(const char*, int)' CWindow.cpp:293: invalid suffix on integer constant CWindow.cpp:293: `0' cannot be used as a function CWindow.cpp:295: parse error before `if' CWindow.cpp:295: invalid suffix on integer constant CWindow.cpp:301: syntax error before `.' token CWindow.cpp:303: parse error before `int' CWindow.cpp:303: invalid suffix on integer constant CWindow.cpp: In function `void CWINDOW_border(void*, void*)': CWindow.cpp:349: invalid suffix on integer constant CWindow.cpp:349: `0' cannot be used as a function CWindow.cpp: In function `void CWINDOW_mask(void*, void*)': CWindow.cpp:375: invalid suffix on integer constant CWindow.cpp:375: `0' cannot be used as a function CWindow.cpp: At global scope: CWindow.cpp:478: invalid suffix on integer constant CWindow.cpp:479: invalid initializer CWindow.cpp:479: parse error before `{' token CWindow.cpp:501: invalid suffix on integer constant CWindow.cpp:502: invalid initializer CWindow.cpp:502: parse error before `{' token CWindow.cpp:568: invalid suffix on integer constant CWindow.cpp:569: invalid initializer CWindow.cpp:569: parse error before `{' token CWindow.cpp:580: invalid suffix on integer constant CWindow.cpp:581: invalid initializer CWindow.cpp:581: parse error before `{' token CWindow.cpp:599:18: invalid suffix 'D' on integer constant CWindow.cpp: In constructor `MyMainWindow::MyMainWindow(MyMainWindow*)': CWindow.cpp:605: `class MyMainWindow' has no member named `getWF' CWindow.cpp:606: `lags' undeclared (first use this function) CWindow.cpp:609: invalid suffix on integer constant CWindow.cpp:609: parse error before numeric constant CWindow.cpp:610: invalid suffix on integer constant CWindow.cpp:610: parse error before numeric constant CWindow.cpp:611: invalid suffix on integer constant CWindow.cpp:611: parse error before `false' CWindow.cpp:612: invalid suffix on integer constant CWindow.cpp:612: parse error before `;' token CWindow.cpp:613: invalid suffix on integer constant CWindow.cpp:613: parse error before `;' token CWindow.cpp: In destructor `virtual MyMainWindow::~MyMainWindow()': CWindow.cpp:621: invalid suffix on integer constant CWindow.cpp:621: parse error before `*' token CWindow.cpp:625: invalid suffix on integer constant CWindow.cpp:625: invalid suffix on integer constant CWindow.cpp:625: non-lvalue in assignment CWindow.cpp:625: parse error before `__null' CWindow.cpp: At global scope: CWindow.cpp:631: syntax error before `.' token CWindow.cpp:636: syntax error before `.' token CWindow.cpp:641: ISO C++ forbids declaration of `count' with no type CWindow.cpp:641: invalid suffix on integer constant CWindow.cpp:641: parse error before `::' token CWindow.cpp:652: cannot declare member function `MyMainWindow::setCancelButton' within `CWindow' CWindow.cpp:652: syntax error before `{' token CWindow.cpp:654: invalid suffix on integer constant CWindow.cpp:655: invalid suffix on integer constant CWindow.cpp:655: invalid suffix on integer constant CWindow.cpp:656: invalid suffix on integer constant CWindow.cpp:660: cannot declare member function `MyMainWindow::setDefaultButton' within `CWindow' CWindow.cpp:660: syntax error before `{' token CWindow.cpp:669: ISO C++ forbids declaration of `db' with no type CWindow.cpp:669: invalid suffix on integer constant CWindow.cpp:669: parse error before `;' token CWindow.cpp:670: syntax error before `->' token CWindow.cpp:674: invalid suffix on integer constant CWindow.cpp:674: invalid suffix on integer constant CWindow.cpp:677: ISO C++ forbids declaration of `db' with no type CWindow.cpp:677: redefinition of `int db' CWindow.cpp:669: `int db' previously defined here CWindow.cpp:677: invalid suffix on integer constant CWindow.cpp:677: parse error before numeric constant CWindow.cpp:684: cannot declare member function `MyMainWindow::setState' within `CWindow' CWindow.cpp:684: syntax error before `{' token CWindow.cpp:685: invalid suffix on integer constant CWindow.cpp:685: invalid suffix on integer constant CWindow.cpp:688: ISO C++ forbids declaration of `state' with no type CWindow.cpp:688: invalid suffix on integer constant CWindow.cpp:688: parse error before `;' token CWindow.cpp:714: cannot declare member function `MyMainWindow::showActivate' within `CWindow' CWindow.cpp:714: syntax error before `{' token CWindow.cpp:715: invalid suffix on integer constant CWindow.cpp:730: syntax error before `.' token CWindow.cpp:734: ISO C++ forbids declaration of `raise' with no type CWindow.cpp:735: parse error before `if' CWindow.cpp:738: ISO C++ forbids declaration of `shown' with no type CWindow.cpp:738: invalid suffix on integer constant CWindow.cpp:738: parse error before `true' CWindow.cpp:745: cannot declare member function `MyMainWindow::showModal' within `CWindow' CWindow.cpp:745: syntax error before `{' token CWindow.cpp:746: invalid suffix on integer constant CWindow.cpp:747: invalid suffix on integer constant CWindow.cpp:747: parse error before `::' token CWindow.cpp:748: invalid suffix on integer constant CWindow.cpp:748: `0' cannot be used as a function CWindow.cpp:750: parse error before `if' CWindow.cpp:755: `width' was not declared in this scope CWindow.cpp:755: `class QDesktopWidget' has no member named `he' CWindow.cpp:756: `ight' was not declared in this scope CWindow.cpp:756: `height' was not declared in this scope CWindow.cpp:758: ISO C++ forbids declaration of `setWFlags' with no type CWindow.cpp:763: syntax error before `|' token CWindow.cpp:765: syntax error before `|' token CWindow.cpp:767: `parentWidget' was not declared in this scope CWindow.cpp:767: `getWFlags' was not declared in this scope CWindow.cpp:767: ISO C++ forbids declaration of `reparent' with no type CWindow.cpp:767: initializer list being treated as compound expression CWindow.cpp:769: ISO C++ forbids declaration of `showActivate' with no type CWindow.cpp:771: syntax error before `->' token CWindow.cpp:776: `flags' was not declared in this scope CWindow.cpp:776: ISO C++ forbids declaration of `setWFlags' with no type CWindow.cpp:776: redefinition of `int setWFlags' CWindow.cpp:758: `int setWFlags' previously defined here CWindow.cpp:778: parse error before `}' token CWindow.cpp:783: cannot declare member function `MyMainWindow::hide' within `CWindow' CWindow.cpp:783: syntax error before `{' token CWindow.cpp:809: cannot declare member function `MyMainWindow::setBorder' within `CWindow' CWindow.cpp:809: syntax error before `{' token CWindow.cpp:810: invalid suffix on integer constant CWindow.cpp:810: invalid suffix on integer constant CWindow.cpp:813: invalid suffix on integer constant CWindow.cpp:813: invalid suffix on integer constant CWindow.cpp:821: numeric constant contains digits beyond the radix CWindow.cpp:822: numeric constant contains digits beyond the radix CWindow.cpp:823: numeric constant contains digits beyond the radix CWindow.cpp:825: ISO C++ forbids declaration of `border' with no type CWindow.cpp:825: invalid suffix on integer constant CWindow.cpp:825: parse error before `;' token CWindow.cpp:830: invalid suffix on integer constant CWindow.cpp:830: invalid suffix on integer constant CWindow.cpp:834: invalid suffix on integer constant CWindow.cpp:834: invalid suffix on integer constant CWindow.cpp:837: `width' was not declared in this scope CWindow.cpp:837: `height' was not declared in this scope CWindow.cpp:837: ISO C++ forbids declaration of `setMinimumSize' with no type CWindow.cpp:837: initializer list being treated as compound expression CWindow.cpp:838: `width' was not declared in this scope CWindow.cpp:838: `height' was not declared in this scope CWindow.cpp:838: ISO C++ forbids declaration of `setMaximumSize' with no type CWindow.cpp:838: initializer list being treated as compound expression CWindow.cpp:839: parse error before `}' token CWindow.cpp:843: ISO C++ forbids declaration of `setMaximumSize' with no type CWindow.cpp:843: redefinition of `int setMaximumSize' CWindow.cpp:838: `int setMaximumSize' previously defined here CWindow.cpp:843: initializer list being treated as compound expression CWindow.cpp:844: ISO C++ forbids declaration of `layout' with no type CWindow.cpp: In function `int layout()': CWindow.cpp:844: parse error before `->' token CWindow.cpp:847: ISO C++ forbids declaration of `border' with no type CWindow.cpp:847: redefinition of `int border' CWindow.cpp:825: `int border' previously defined here CWindow.cpp:847: invalid suffix on integer constant CWindow.cpp:847: parse error before `;' token CWindow.cpp:861: cannot declare member function `MyMainWindow::paintUnclip' within `CWindow' CWindow.cpp:861: syntax error before `{' token CWindow.cpp:870: cannot declare member function `MyMainWindow::resizeEvent' within `CWindow' CWindow.cpp:870: syntax error before `{' token CWindow.cpp:874: syntax error before `->' token CWindow.cpp:888: cannot declare member function `MyMainWindow::moveEvent' within `CWindow' CWindow.cpp:888: syntax error before `{' token CWindow.cpp:889: invalid suffix on integer constant CWindow.cpp:891: `e' undeclared (first use this function) CWindow.cpp:891: ISO C++ forbids declaration of `moveEvent' with no type CWindow.cpp:891: cannot declare member `QMainWindow::moveEvent' within `CWindow' CWindow.cpp:891: invalid declarator CWindow.cpp:894: syntax error before `->' token CWindow.cpp:896: ISO C++ forbids declaration of `y' with no type CWindow.cpp:896: ISO C++ forbids declaration of `frameGeometry' with no type CWindow.cpp:896: parse error before `.' token CWindow.cpp:898: syntax error before string constant CWindow.cpp:898:31: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:899:47: warning: multi-line string literals are deprecated CWindow.cpp:908:26: warning: multi-line string literals are deprecated CWindow.cpp:941:52: warning: multi-line string literals are deprecated CWindow.cpp:970:23: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:976:41: warning: multi-line string literals are deprecated CWindow.cpp:980:27: warning: multi-line string literals are deprecated CWindow.cpp:898: invalid suffix on integer constant CWindow.cpp:995:36: warning: multi-line string literals are deprecated CWindow.cpp:998:31: warning: multi-line string literals are deprecated CWindow.cpp:1002:21: warning: multi-line string literals are deprecated CWindow.cpp:1007:24: warning: multi-line string literals are deprecated CWindow.cpp:1083:35: warning: multi-line string literals are deprecated CWindow.cpp:1083:35: missing terminating " character CWindow.cpp:898:31: possible start of unterminated string literal {standard input}: Assembler messages: {standard input}:205: Error: symbol `db' is already defined {standard input}:259: Error: symbol `setWFlags' is already defined {standard input}:288: Error: symbol `setMaximumSize' is already defined make[4]: *** [CWindow.lo] Erreur 1 make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[3]: *** [install-recursive] Erreur 1 make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[2]: *** [install-recursive] Erreur 1 make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' make[1]: *** [install-recursive] Erreur 1 make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src' make: *** [install-recursive] Erreur 1 [root at ...40... gambas-0.39]# gambas bash: gambas: command not found [root at ...40... gambas-0.39]# [root at ...40... gambas-0.39]# make install Making install in libltdl make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' /bin/sh ./../mkinstalldirs /usr/local/lib /bin/sh ./../mkinstalldirs /usr/local/include make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' Making install in src make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src' Making install in share make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Rien ? faire pour `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/gambas/include /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' Making install in comp make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbc /opt/gambas/bin/gbc /usr/bin/install -c gbc /opt/gambas/bin/gbc /bin/sh ../../libtool --mode=install /usr/bin/install -c gba /opt/gambas/bin/gba /usr/bin/install -c gba /opt/gambas/bin/gba make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' Making install in exec make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbx /opt/gambas/bin/gbx /usr/bin/install -c gbx /opt/gambas/bin/gbx make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' Making install in lib make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' Making install in qt make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' Making install in editor make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.editor.la /opt/gambas/lib/lib.gb.qt.editor.la /usr/bin/install -c .libs/lib.gb.qt.editor.so.0.0.0 /opt/gambas/lib/lib.gb.qt.editor.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so.0 && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so) /usr/bin/install -c .libs/lib.gb.qt.editor.lai /opt/gambas/lib/lib.gb.qt.editor.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' Making install in ext make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.ext.la /opt/gambas/lib/lib.gb.qt.ext.la /usr/bin/install -c .libs/lib.gb.qt.ext.so.0.0.0 /opt/gambas/lib/lib.gb.qt.ext.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so.0 && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so) /usr/bin/install -c .libs/lib.gb.qt.ext.lai /opt/gambas/lib/lib.gb.qt.ext.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp -fPIC -DPIC -o main.lo In file included from main.cpp:45: CWindow.h:63: invalid suffix on integer constant CWindow.h:63: `0' cannot be used as a function CWindow.h:65: enumerator value for `WF_IGNORE_MOVE' not integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: parse error before numeric constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: missing ';' before right brace CWindow.h:125: invalid suffix on integer constant CWindow.h:125: parse error before numeric constant CWindow.h:125: invalid suffix on integer constant CWindow.h:125: invalid suffix on integer constant CWindow.h:126: invalid suffix on integer constant CWindow.h:128: parse error before `*' token CWindow.h:129: destructors must be member functions CWindow.h:131: invalid suffix on integer constant CWindow.h:131: parse error before `true' CWindow.h: In function `int getBorder()': CWindow.h:135: `border' undeclared (first use this function) CWindow.h:135: (Each undeclared identifier is reported only once for each function it appears in.) CWindow.h: In function `int getState()': CWindow.h:138: `state' undeclared (first use this function) CWindow.h: In function `QPushButton* defaultButton()': CWindow.h:146: `db' undeclared (first use this function) CWindow.h: In function `QPushButton* cancelButton()': CWindow.h:147: `cb' undeclared (first use this function) CWindow.h: At global scope: CWindow.h:150: parse error before `}' token make[4]: *** [main.lo] Erreur 1 make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[3]: *** [install-recursive] Erreur 1 make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[2]: *** [install-recursive] Erreur 1 make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' make[1]: *** [install-recursive] Erreur 1 make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src' make: *** [install-recursive] Erreur 1 [root at ...40... gambas-0.39]# make install Making install in libltdl make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' /bin/sh ./../mkinstalldirs /usr/local/lib /bin/sh ./../mkinstalldirs /usr/local/include make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' Making install in src make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src' Making install in share make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Rien ? faire pour `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/gambas/include /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' Making install in comp make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbc /opt/gambas/bin/gbc /usr/bin/install -c gbc /opt/gambas/bin/gbc /bin/sh ../../libtool --mode=install /usr/bin/install -c gba /opt/gambas/bin/gba /usr/bin/install -c gba /opt/gambas/bin/gba make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' Making install in exec make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' /bin/sh ../../mkinstalldirs /opt/gambas/bin /bin/sh ../../libtool --mode=install /usr/bin/install -c gbx /opt/gambas/bin/gbx /usr/bin/install -c gbx /opt/gambas/bin/gbx make[3]: Rien ? faire pour `install-data-am'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' Making install in lib make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' Making install in qt make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' Making install in editor make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.editor.la /opt/gambas/lib/lib.gb.qt.editor.la /usr/bin/install -c .libs/lib.gb.qt.editor.so.0.0.0 /opt/gambas/lib/lib.gb.qt.editor.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so.0 && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so) /usr/bin/install -c .libs/lib.gb.qt.editor.lai /opt/gambas/lib/lib.gb.qt.editor.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' Making install in ext make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.ext.la /opt/gambas/lib/lib.gb.qt.ext.la /usr/bin/install -c .libs/lib.gb.qt.ext.so.0.0.0 /opt/gambas/lib/lib.gb.qt.ext.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so.0 && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so) /usr/bin/install -c .libs/lib.gb.qt.ext.lai /opt/gambas/lib/lib.gb.qt.ext.la PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib ---------------------------------------------------------------------- Libraries have been installed in: /opt/gambas/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Rien ? faire pour `install-data-am'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp -fPIC -DPIC -o main.lo In file included from main.cpp:45: CWindow.h:63: invalid suffix on integer constant CWindow.h:63: `0' cannot be used as a function CWindow.h:65: enumerator value for `WF_IGNORE_MOVE' not integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: parse error before numeric constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: missing ';' before right brace CWindow.h:125: invalid suffix on integer constant CWindow.h:125: parse error before numeric constant CWindow.h:125: invalid suffix on integer constant CWindow.h:125: invalid suffix on integer constant CWindow.h:126: invalid suffix on integer constant CWindow.h:128: parse error before `*' token CWindow.h:129: destructors must be member functions CWindow.h:131: invalid suffix on integer constant CWindow.h:131: parse error before `true' CWindow.h: In function `int getBorder()': [root at ...40... gambas-0.39]# make make all-recursive make[1]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39' Making all in libltdl make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/libltdl' Making all in src make[2]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src' Making all in share make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' make[3]: Rien ? faire pour `all'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/share' Making all in comp make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' make[3]: Rien ? faire pour `all'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/comp' Making all in exec make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' make[3]: Rien ? faire pour `all'. make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/exec' Making all in lib make[3]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' Making all in qt make[4]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' Making all in editor make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' make[5]: Rien ? faire pour `all'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/editor' Making all in ext make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[5]: Rien ? faire pour `all'. make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt/ext' make[5]: Entre dans le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -g -O0 -c main.cpp -fPIC -DPIC -o main.lo In file included from main.cpp:45: CWindow.h:63: invalid suffix on integer constant CWindow.h:63: `0' cannot be used as a function CWindow.h:65: enumerator value for `WF_IGNORE_MOVE' not integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: parse error before numeric constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: invalid suffix on integer constant CWindow.h:124: missing ';' before right brace CWindow.h:125: invalid suffix on integer constant CWindow.h:125: parse error before numeric constant CWindow.h:125: invalid suffix on integer constant CWindow.h:125: invalid suffix on integer constant CWindow.h:126: invalid suffix on integer constant CWindow.h:128: parse error before `*' token CWindow.h:129: destructors must be member functions CWindow.h:131: invalid suffix on integer constant CWindow.h:131: parse error before `true' CWindow.h: In function `int getBorder()': CWindow.h:135: `border' undeclared (first use this function) CWindow.h:135: (Each undeclared identifier is reported only once for each function it appears in.) CWindow.h: In function `int getState()': CWindow.h:138: `state' undeclared (first use this function) CWindow.h: In function `QPushButton* defaultButton()': CWindow.h:146: `db' undeclared (first use this function) CWindow.h: In function `QPushButton* cancelButton()': CWindow.h:147: `cb' undeclared (first use this function) CWindow.h: At global scope: CWindow.h:150: parse error before `}' token make[5]: *** [main.lo] Erreur 1 make[5]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[4]: *** [all-recursive] Erreur 1 make[4]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib/qt' make[3]: *** [all-recursive] Erreur 1 make[3]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src/lib' make[2]: *** [all-recursive] Erreur 1 make[2]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39/src' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le r?pertoire `/home/gambas-fr/gambas-0.39' make: *** [all-recursive-am] Erreur 2 [root at ...40... gambas-0.39]# thats all folk ... From jean-marc.varvenne at ...27... Tue Nov 26 00:02:02 2002 From: jean-marc.varvenne at ...27... (Jean-Marc Varvenne) Date: Tue, 26 Nov 2002 00:02:02 +0100 Subject: [Gambas-user] Test sur une Woody 3.0 Message-ID: <3DE2ABEA.7090906@...27...> Bonjour Beno?t, j'ai recompil? Gambas avec le header manquant. Ca marche :-))) Maintenant, j'explore les fonctionnalit?s dans tous les sens. Je join en attach une compilation de remarques et questions. Bon boulot ! Jean-Marc. -------------- next part -------------- A non-text attachment was scrubbed... Name: Remarques.tgz Type: application/x-gtar Size: 45689 bytes Desc: not available URL: From elentirmo at ...20... Tue Nov 26 21:56:34 2002 From: elentirmo at ...20... (Marco Bauer) Date: Tue, 26 Nov 2002 21:56:34 +0100 Subject: [Gambas-user] Re: Form fluttering bug Message-ID: <200211262156.34315.elentirmo@...20...> Hello Beno?t, I recompiled gambas and found everything working perfectly well. Except one thing: Gambas hangs on creating an executable and thereafter no other program can be run from within gambas. I have to logout and login again to get everything back to normal. Do you have any idea? Regards Marco From gambas at ...1... Wed Nov 27 18:10:50 2002 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Wed, 27 Nov 2002 18:10:50 +0100 Subject: [Gambas-user] Re: Form fluttering bug In-Reply-To: <200211262156.34315.elentirmo@...20...> References: <200211262156.34315.elentirmo@...20...> Message-ID: <200211271810.50781.gambas@...1...> Le Mardi 26 Novembre 2002 21:56, Marco Bauer a ?crit : > Hello Beno?t, > > I recompiled gambas and found everything working perfectly well. Except one > thing: Gambas hangs on creating an executable and thereafter no other > program can be run from within gambas. I have to logout and login again to > get everything back to normal. Do you have any idea? > > Regards Marco > Hello Marco, Can you give me more details ? Making an archive is just launching an executable named 'gba' Type 'ps axf' to know which processes are running, and give me the result. Another help could be running gambas with 'strace' this way : $ strace gambas 2&> strace.out ...and sending the result to me. Why do you have to logout and login again ? Killing the gambas process should be sufficient... Regards, -- Beno?t Minisini mailto:gambas at ...1... From ldaves at ...42... Thu Nov 28 03:14:27 2002 From: ldaves at ...42... (Lawonna Daves) Date: Wed, 27 Nov 2002 21:14:27 -0500 Subject: [Gambas-user] Gambas can't find lib.gb.qt.la Message-ID: <200211272114.27408.ldaves@...42...> I just did an uneventful installation of Gambas, but when I try to run it from the /opt/gambas directory, I get a message which says "cannot load library '/opt/gambas/lib/lib.gb.qt.la; cannot open shaed object file: no such file or directory". However, lib.gb.qt.la is located just where it should be at /opt/gambas/lib/lib.gb.qt.la. How can I tell Gambas where to find the file? Thanks in advance for any help anyone can give on this. I'm looking forward to using the program. Lawonna From jean-marc.varvenne at ...27... Fri Nov 29 18:29:02 2002 From: jean-marc.varvenne at ...27... (Jean-Marc Varvenne) Date: Fri, 29 Nov 2002 18:29:02 +0100 Subject: [Gambas-user] Test sur Woody 3.0 Message-ID: <3DE7A3DE.5020500@...27...> Hello Benoit, --- Note: If I wrote in English it's because of your remark: > P.S. Je suis fran?ais, on peut peut-?tre se parler > fran?ais ? --- End of Note About Gambas, do you ever think creating a CVS repository for the code ? If I'm asking that, it's because I really want to take an active part into the project. I already made some implementations of whatever I talked before like : >+ Pouvoir ajouter un fichier d?j? existant au projet en cours: > File -> Add How can I submit those changes ? Friendly, Jean-Marc. From gambas at ...1... Fri Nov 29 21:23:40 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 29 Nov 2002 21:23:40 +0100 Subject: [Gambas-user] Test sur Woody 3.0 In-Reply-To: <3DE7A3DE.5020500@...27...> References: <3DE7A3DE.5020500@...27...> Message-ID: <200211292123.40893.gambas@...1...> Le Vendredi 29 Novembre 2002 18:29, Jean-Marc Varvenne a ?crit : > Hello Benoit, > > --- Note: > > If I wrote in English it's because of your remark: > > P.S. Je suis fran?ais, on peut peut-?tre se parler > > fran?ais ? > > --- End of Note > > About Gambas, do you ever think creating a CVS repository for the code ? Not immediately, because I do not know how to use CVS. > If I'm asking that, it's because I really want to take an active part into > the project. > > I already made some implementations of whatever I talked before like : > >+ Pouvoir ajouter un fichier d?j? existant au projet en cours: > > File -> Add > > How can I submit those changes ? At the moment, send it to me, I will add it... if everything is right ;-) > > Friendly, > > Jean-Marc. > > Regards, -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Fri Nov 29 21:39:52 2002 From: karl.reinl at ...9... (Charlie) Date: Fri, 29 Nov 2002 21:39:52 +0100 Subject: [Gambas-user] File -> Add References: <3DE7A3DE.5020500@...27...> Message-ID: <3DE7D098.9030808@...9...> Jean-Marc Varvenne schrieb: > > I already made some implementations of whatever I talked before like : > >> + Pouvoir ajouter un fichier d?j? existant au projet en cours: >> File -> Add > > Salut Jean-Marc, how does it work your File -> Add, is the file copied to the project-directory or rest it on his origin place and a link in the project-directory points to the file. Why ? I tried this way, but if I had changes to save on this file , the file is saved as it in the the project-directory. Why I don't like that? Some sub's , function'S etc. are usefull in other programms, but they are never perfect. So after makeing them better you have to do copy work. Charlie From cleyan at ...44... Sat Nov 30 01:53:22 2002 From: cleyan at ...44... (Carlos Leyán B.) Date: Fri, 29 Nov 2002 21:53:22 -0300 (Hora de ver. del Pacífico SA) Subject: [Gambas-user] (no subject) Message-ID: <3DE80C02.000003.00892@...45...> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMSTP.gif Type: image/gif Size: 494 bytes Desc: not available URL: From gambas at ...1... Sun Nov 3 15:40:43 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 3 Nov 2002 15:40:43 +0100 Subject: [Gambas-user] Post on mailing-list Message-ID: <200211031540.43326.gambas@...1...> Another point : I invite everybody to post on the mailing-list instead of sending problems directly on my mailbox. Here is why : 1) Everybody could see the problem. If someone tells me that Gambas couldn't compile on its "Distro 9.1", I could easily see if someone else has the same problem. 2) The mailing list is archived, and the archive is freely accessible on the internet. Not my private KMail archives ! 3) The mailing-list will be less death :-). So more people will join it, and more lively it will be ! Thanks for helping the mailing list ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Nov 3 15:33:35 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 3 Nov 2002 15:33:35 +0100 Subject: [Gambas-user] New release Message-ID: <200211031533.35148.gambas@...1...> Hello everybody, I'm still alive :-) I have just released the 0.39 version ! I would like the 0.40 version to be a stable and usable version of Gambas, so please torture this version as possible as you can. The only changes planned for the stable version are controls interfaces cleanups and changes. I have developed and compiled this version under a Mandrake 9.0 and I had no problems. SuSE 8.1 users seems to be very unhappy with Gambas :-( I invite them to try to install "automake-1.4" instead of "automake-1.6" (I have no idea how, as I don't have any SuSE distribution under the hand) Regards, -- Beno?t Minisini mailto:gambas at ...1... From jean-marc.varvenne at ...27... Sun Nov 3 18:02:38 2002 From: jean-marc.varvenne at ...27... (jmv) Date: Sun, 03 Nov 2002 18:02:38 +0100 Subject: [Gambas-user] Help wanted using Gambas on a Debian / Woody 3.0.x system Message-ID: <3DC556AE.8090602@...27...> Hi everybody ! Does anyone already installed and used Gambas on a Debian / Woody 3.0.X (kernel 2.4.X) machine ? If yes, could you, please post a little HowTo ? Tx, Jean-Marc From jochen.georges at ...22... Sun Nov 3 23:54:36 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 3 Nov 2002 23:54:36 +0100 Subject: [Gambas-user] Help wanted using Gambas on a Debian / Woody 3.0.x system In-Reply-To: <3DC556AE.8090602@...27...> References: <3DC556AE.8090602@...27...> Message-ID: <200211032308.32792@...24...> On Sunday 03 November 2002 18:02, jmv wrote: > Hi everybody ! > > Does anyone already installed and used Gambas on a Debian / Woody > 3.0.X (kernel 2.4.X) machine ? > > If yes, could you, please post a little HowTo ? > > Tx, > > Jean-Marc hi jean-marc, you need qt3: jochen at ...23...:~$ dpkg --list | grep qt3 ii libqt3 3.0.3-20020329 Qt GUI Library (runtime version). ii libqt3-dev 3.0.3-20020329 Qt GUI development files ii libqt3-mt 3.0.3-20020329 Qt GUI Library (Threaded runtime version). ii libqt3-mt-dev 3.0.3-20020329 Qt Threaded development files ii qt3-tools 3.0.3-20020329 Qt GUI Designer and other Qt3 based tools i prefer to install *tar.gz with checkinstall (download from: http://asic-linux.com.mx/~izto/checkinstall) then tar xvfz gambas-0.39.tar.gz cd gambas-0.39 ./configure make checkinstall beste gruesse jochen From jochen.georges at ...22... Mon Nov 4 13:41:01 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 4 Nov 2002 13:41:01 +0100 Subject: [Gambas-user] first steps, need some examples Message-ID: <200211041338.1288@...24...> hello, i installed gambas 0,38 on debian woody (2.4.18) now i need some help for my first steps. i know java but not a bit of basic. are there any exampleprograms? i didn't find any :( beste gruesse jochen From jochen.georges at ...22... Mon Nov 4 13:51:41 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 4 Nov 2002 13:51:41 +0100 Subject: [Gambas-user] - bug - form editor flutters Message-ID: <200211041341.25627@...24...> hello, is this the right place to announce bugs? gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: when i start a new project and a new form the formeditor starts, but it flutters very fast and all the other X-controls are blocked, so i have to change to a console to kill gambas. gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: same thing, but when i click the "close-icon" of the window, where the formeditor is in, the fluttering ends and everyrthing is fine. beste gruesse jochen From mbae at ...28... Mon Nov 4 15:14:32 2002 From: mbae at ...28... (Marc =?iso-8859-1?q?B=E4chinger?=) Date: Mon, 4 Nov 2002 15:14:32 +0100 Subject: [Gambas-user] first steps, need some examples In-Reply-To: <200211041338.1288@...24...> References: <200211041338.1288@...24...> Message-ID: <200211041514.32652.mbae@...28...> > hello, > > i installed gambas 0,38 on debian woody (2.4.18) > > now i need some help for my first steps. > > i know java but not a bit of basic. > > are there any exampleprograms? If you compiled gambas from source you can find some nice examples in /path/to/your/source/gambas-0.37/examples/ at least for the version 0.37 as shown above .... marc From Selamsana at ...29... Mon Nov 4 14:18:34 2002 From: Selamsana at ...29... (erkaN) Date: Mon, 04 Nov 2002 15:18:34 +0200 Subject: [Gambas-user] first steps, need some examples References: <200211041338.1288@...24...> Message-ID: <3DC673AA.70309@...29...> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Johan, Jochen Georges yazm1_: | hello, | | i installed gambas 0,38 on debian woody (2.4.18) | | now i need some help for my first steps. | | i know java but not a bit of basic. | | are there any exampleprograms? | i didn't find any :( you can find any sample files under http://erkan.geleceklinux.org/gambas/examples/ and a help file (pdf) for syntax-help - -- Sayg1lar erkaN http://www.linux-sevenler.de && http://www.trlinux.lug.org.uk/ irc.linux.org & #gelecek-linux, #turklug, #debian, #linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9xnOq7cL4fzpDVWwRAnvjAKCLqmjkq0qRF9rM20PFY4YAu7DzTgCfddVN oMPLfeuOXY7cR7uR1b2Sn1g= =uwyV -----END PGP SIGNATURE----- From gambas at ...1... Tue Nov 5 09:36:09 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 5 Nov 2002 09:36:09 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211041341.25627@...24...> References: <200211041341.25627@...24...> Message-ID: <200211050936.09732.gambas@...1...> Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > hello, > > is this the right place to announce bugs? > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > when i start a new project and a new form the formeditor starts, > but it flutters very fast and all the other X-controls are blocked, > so i have to change to a console to kill gambas. > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > same thing, but when i click the "close-icon" of the window, where > the formeditor is in, the fluttering ends and everyrthing is fine. > > beste gruesse > jochen > > Hello jochen, Humf ?? Could you tell me what the version of qt is on a debian woody, what the version of gcc is ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Nov 5 09:37:37 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 5 Nov 2002 09:37:37 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211041341.25627@...24...> References: <200211041341.25627@...24...> Message-ID: <200211050937.37915.gambas@...1...> Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > hello, > > is this the right place to announce bugs? > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > when i start a new project and a new form the formeditor starts, > but it flutters very fast and all the other X-controls are blocked, > so i have to change to a console to kill gambas. > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > same thing, but when i click the "close-icon" of the window, where > the formeditor is in, the fluttering ends and everyrthing is fine. > > beste gruesse > jochen > I didn't see your previous posts. It seems that you have qt-3.0.3. Is it possible for you to try qt-3.0.5 as I did on a Mandrake 9.0 ? -- Beno?t Minisini mailto:gambas at ...1... From Abidoo.too at ...11... Tue Nov 5 10:17:27 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Tue, 05 Nov 2002 10:17:27 +0100 (MET) Subject: [Gambas-user] Hello to everybody Message-ID: <3DA24C0A0117B45D@...12...> (added by postmaster@...11...) i'm sorry for people who don't find example. to launch the exemple click on the directory and after click ok dont open the directory. the project directory is the project. I very happy when i recieve so lot of mail on my mailbox and during the summer all the gambas user was in hollyday. :-( you can talk with me this night at 21 h GMT(paris) on irc. irc.diboo.net Chan : #Gambas my Nick = Gambas-fr fabien From heinpol at ...5... Tue Nov 5 12:44:55 2002 From: heinpol at ...5... (NN) Date: Tue, 05 Nov 2002 12:44:55 +0100 Subject: [Gambas-user] Form "Flutters" SuSE8.0 In-Reply-To: Message-ID: Hi, i tried to compile 0.39 with SuSE 8.0 and got the error-message " Can't find automake-1.4". :( I uninstalled 1.5 and installed the older automake 1.4. 0.39 compiles without any warning or error. :) Testing some examples by running them: ... Everythink O.K. :)) Creating new Form or editing a form .. :(( Same problem as Jochen with "Fluttering". regards Juergen From jochen.georges at ...22... Tue Nov 5 17:52:45 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Tue, 5 Nov 2002 17:52:45 +0100 Subject: [Gambas-user] - bug - form editor flutters In-Reply-To: <200211050937.37915.gambas@...1...> References: <200211041341.25627@...24...> <200211050937.37915.gambas@...1...> Message-ID: <200211051746.16832@...24...> On Tuesday 05 November 2002 09:37, Beno?t Minisini wrote: > Le Lundi 4 Novembre 2002 13:51, Jochen Georges a ?crit : > > hello, > > > > is this the right place to announce bugs? > > > > gambas 0.39 on i386 debian woody, XFree86 4.1.0.1: > > > > when i start a new project and a new form the formeditor > > starts, but it flutters very fast and all the other X-controls > > are blocked, so i have to change to a console to kill gambas. > > > > gambas 0.38 on i386 debian woody, XFree86 4.1.0.1: > > > > same thing, but when i click the "close-icon" of the window, > > where the formeditor is in, the fluttering ends and everyrthing > > is fine. > > > > beste gruesse > > jochen > > I didn't see your previous posts. It seems that you have > qt-3.0.3. Is it possible for you to try qt-3.0.5 as I did on a > Mandrake 9.0 ? hi benoit, sorry, but i won't do that. because newer libqt*.debs are not in the stable-tree of woody, they are just in unstable. ok, gambas is not stable too, but qtlibs are very basicly stuff. sorry for that. beste gruesse jochen From stefan-bell at ...31... Tue Nov 5 17:56:40 2002 From: stefan-bell at ...31... (Stefan Bell) Date: 05 Nov 2002 17:56:40 +0100 Subject: [Gambas-user] Installation failed Message-ID: <1036515400.2563.31.camel@...32...> Hi there, I'd tried to install gambas (as root). The installation procedure seems to be right, but If I type "gambas", I got only the error message "Segmentation fault". I've the Mandrake 9.0 distribution Hope you can help me. Regards Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Nov 6 19:35:36 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 6 Nov 2002 19:35:36 +0100 Subject: [Gambas-user] Installation failed In-Reply-To: <1036515400.2563.31.camel@...32...> References: <1036515400.2563.31.camel@...32...> Message-ID: <200211061935.36053.gambas@...1...> Le Mardi 5 Novembre 2002 17:56, Stefan Bell a ?crit : > Hi there, > > I'd tried to install gambas (as root). The installation procedure seems > to be > right, but If I type "gambas", I got only the error message > "Segmentation fault". > > I've the Mandrake 9.0 distribution > > Hope you can help me. > > Regards > Stefan Hi Stefan, It's very strange, as I have tried on two different machines with Mandrake 9.0 and everything was fine. Could you trace gambas with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... ... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run ... When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt ... Thanks by advance. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Nov 8 12:52:39 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 8 Nov 2002 12:52:39 +0100 Subject: [Gambas-user] Important survey to help debugging gambas ! Message-ID: <200211081252.39147.gambas@...1...> Hello everybody, As you may have noticed, there are compilation and execution problem in the last version of Gambas. As I can only develop under a Mandrake 9.0, it is very hard to fix bugs that depend on distributions, libraries versions, etc. To help me debugging gambas, I would like that everybody on this mailing list answer the following survey and send the result to me by e-mail (send it directly to gambas at ...1..., do not post on the mailing-list). Thanks by advance : the more answers I get, the better ideas I have ! -- Beno?t Minisini mailto:gambas at ...1... ********************************************** SURVEY TO HELP DEBUGGING GAMBAS ! 1) What is your name ? 2) What sort of processor do you have on your computer ? (model + frequency) 3) Which language do you speak and use on your computer ? 4) What is your distribution ? (name + version) 5) Did you install your distribution from zero or is it a update ? 6) What is the version of your compiler ? To get it, type "gcc --version" in a shell 7) What is the version of your "automake" ? To get it, type "automake --version" in a shell 8) What is the version of your QT library ? To get it, you must find it. Read the "./configure" output, it will tell you where the QT library is located. On a Mandrake 9.0, it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got the name of the library that contains the version: "libqt-mt.so.3.0.5" 9) Which desktop do you use ? (name + version) 10) Which QT/KDE style do you use ? 11) What happens when you launch gambas ? 12) Do you have the "fluttering form" bug when you add a new form under the IDE ? 13) If gambas crashes, could you trace it with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... ... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run ... When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt ... ********************************************** ANSWER EXAMPLE : 1) Beno?t Minisini 2) Pentium II 400 Mhz 3) French 4) Mandrake 9.0 5) from zero 6) gcc-3.2 7) automake-1.4p6 8) libqt-mt.so.3.0.5 9) KDE 3.0.3 10) KDE default (high color) 11) Everything is OK 12) No 13) N/A ********************************************** From elias1 at ...3... Sat Nov 9 02:22:58 2002 From: elias1 at ...3... (ejl) Date: Fri, 8 Nov 2002 20:22:58 -0500 Subject: [Gambas-user] Gambas Survey Message-ID: <200211082022.58147.elias1@...3...> SURVEY TO HELP DEBUGGING GAMBAS ! 1) Elias Livaditis 2) PII 300 MHz 3) English 4) RedHat 8.0 5) Update - I had Gambas-0.38 installed. 6) 3.2 7) 1.6.3 8) libqt-mt.so.3.0.5 9) 3.0.3-8 10) KDE default (high color) 11) everything is OK 12) no 13) NA From Selamsana at ...29... Sat Nov 9 15:36:22 2002 From: Selamsana at ...29... (erkaN) Date: Sat, 9 Nov 2002 09:36:22 -0500 Subject: [Gambas-user] Gambas Survey In-Reply-To: <200211082022.58147.elias1@...3...> References: <200211082022.58147.elias1@...3...> Message-ID: <200211090936.22360.Selamsana@...29...> SURVEY TO HELP DEBUGGING GAMBAS ! 1) erkaN K 2) vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz stepping : 4 cpu MHz : 1794.243 3) $ cat /etc/sysconfig/i18n |grep LANG LANG="en_US" User1. $ cat .bash_profile |grep LANG export LANG=tr_TR User2. $ cat .bash_profile |grep LANG export LANG=de_DE at ...33... 4) Gelecek Linux 2.0 (basis on RedHat 7.3) 5) I have installed from zero ( Gambas 0.39 ) 6) $ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) 7) $ automake --version automake (GNU automake) 1.4-p5 8) libqt-mt.so.3.0.4 9) KDE 3.0.2-3 10) KDE default 11)if i`m installing from source, everything ok. ./configure make if i`m starting here "gambas", then it starts also. that must start normaly firstonly after I gave the instruction "make install" !!!! Another example: -------cut from my gambas.spec for RH 7.3---------- Version: 0.39 Release: 2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ----------------------------------------- my BuildRoot-Path is => /home/erkaN/redhat/tmp The complied sources are stored under that directory (xxxxx./redhat/tmp/gambas-0.39-build ) Now i provide myself my RPM-file ( rpm -ba gambas.spec) and starting "gambas" so far everything ok. Gambas functioned perfect. IF I DELETE "xxxx/redhat/tmp/gambas-0.39-build" directory , then nothing functions with gambas. I believe that with the Makefile-file something is not correct. thanks erkaN From gambas at ...1... Sat Nov 9 14:39:00 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 9 Nov 2002 14:39:00 +0100 Subject: [Gambas-user] form fluttering bug Message-ID: <200211091439.00575.gambas@...1...> I think this bug may come from internal changes in the window position management routines of QT between Qt 3.0.3 and Qt 3.0.5. See "geometry.html" in the QT html doc directory for an explanation of the problem due to missing features in X-Window and X11 window managers. I join to this mail a new CWidget.cpp. Could people having qt-3.0.3 on their system try to recompile gambas with this CWidget.cpp and tell me if the form fluttering bug disappears ? Thanks by advance, -- Beno?t Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: CWidget.cpp Type: text/x-c++src Size: 25178 bytes Desc: not available URL: From jochen.georges at ...22... Sun Nov 10 21:36:18 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 10 Nov 2002 21:36:18 +0100 Subject: [Gambas-user] form fluttering bug In-Reply-To: <200211091439.00575.gambas@...1...> References: <200211091439.00575.gambas@...1...> Message-ID: <200211102134.55114@...24...> On Saturday 09 November 2002 14:39, Beno?t Minisini wrote: > > I join to this mail a new CWidget.cpp. Could people having > qt-3.0.3 on their system try to recompile gambas with this > CWidget.cpp and tell me if the form fluttering bug disappears ? > hi benoit, i tried it with gambas 0.38 and 0.39, but with nothing has changed :( beste gruesse jochen From Abidoo.too at ...11... Mon Nov 11 00:46:15 2002 From: Abidoo.too at ...11... (Fabien BODARD) Date: Mon, 11 Nov 2002 00:46:15 +0100 (MET) Subject: [Gambas-user] Gambas Survey Message-ID: <3DA24C0A014E4465@...12...> (added by postmaster@...11...) SURVEY TO HELP DEBUGGING GAMBAS ! 1) Fabien BODARD 2) XP2100 3) French (Franais ;-) ) 4) Mandrake 9 and debian woody 3 5) distribution always installed from zero 6) gcc 3.2 7) automaque 1.4 8) libqt-mt.so.3.0.5 9) GNOME 2 KDE 3 (and sometime xfce 3.6.x) 10) none or fortunally Keramik 11) No pb 12) none 13) N/A Just a little pb with the new widjets whose crashe gambas... when i want to open another time a form... for editing Fabien From parka at ...15... Mon Nov 11 11:27:19 2002 From: parka at ...15... (Laszlo Parkanyi) Date: Mon, 11 Nov 2002 11:27:19 +0100 Subject: [Gambas-user] Re: Survey In-Reply-To: References: Message-ID: <200211111127.19374.parka@...15...> 1) What is your name ? Dr. Laszlo Parkanyi 2) What sort of processor do you have on your computer ? (model + frequen- cy) Intel Celeron (Coppermine) 768.446 MHz. 3) Which language do you speak and use on your computer ? English 4) What is your distribution ? (name + version) RedHat 8.0 5) Did you install your distribution from zero or is it a update ? Update 6) What is the version of your compiler ? To get it, type "gcc --version" in a shell gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) 7) What is the version of your "automake" ? To get it, type "automake --version" in a shell automake (GNU automake) 1.6.3 Written by Tom Tromey 8) What is the version of your QT library ? To get it, you must find it. Read the "./configure" output, it will tell you where the QT library is located. On a Mandrake 9.0, it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got the name of the library that contains the version: "libqt-mt.so.3.0.5" libqt-mt.so.3.0.5 9) Which desktop do you use ? (name + version) kde 3.0.3-8 Redhat 10) Which QT/KDE style do you use ? Kde default style 11) What happens when you launch gambas ? Segmentation fault 12) Do you have the "fluttering form" bug when you add a new form under the IDE ? Don't know ... see above 13) If gambas crashes, could you trace it with gdb the following way ? Let's suppose you have compiled gambas in your home directory : $ cd ~/gambas-0.39/app/gambas $ gbc -ag Compiling /home/benoit/gambas/test/gambas/FWelcome.class... Compiling /home/benoit/gambas/test/gambas/CConfig.class... Compiling /home/benoit/gambas/test/gambas/FNewClass.class... OK $ gdb gbx GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. (...) This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run When gambas segfaults, gdb will stop. Then, type the "bt" command and send me the result. (gdb) bt Here is what happens: =================== [par at ...35... gambas]$ gbc -ag Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... Compiling /home/par/gambas-0.39/app/gambas/Project.module... Compiling /home/par/gambas-0.39/app/gambas/FMain.class... Compiling /home/par/gambas-0.39/app/gambas/FText.class... Compiling /home/par/gambas-0.39/app/gambas/FTest.class... Compiling /home/par/gambas-0.39/app/gambas/FTool.class... Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FSave.class... Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... Compiling /home/par/gambas-0.39/app/gambas/FList.class... Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FFind.class... Compiling /home/par/gambas-0.39/app/gambas/FTips.class... Compiling /home/par/gambas-0.39/app/gambas/FOption.class... Compiling /home/par/gambas-0.39/app/gambas/FProject.class... Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... Segmentation fault [par at ...35... gambas]$ From elentirmo at ...20... Mon Nov 11 12:58:54 2002 From: elentirmo at ...20... (Marco Bauer) Date: Mon, 11 Nov 2002 12:58:54 +0100 Subject: [Gambas-user] form fluttering bug In-Reply-To: <200211091439.00575.gambas@...1...> References: <200211091439.00575.gambas@...1...> Message-ID: <200211111258.54955.elentirmo@...20...> > I join to this mail a new CWidget.cpp. Could people having qt-3.0.3 on > their system try to recompile gambas with this CWidget.cpp and tell me if > the form fluttering bug disappears ? I tried the recompiled version of gambas, but again the same error. Gru? Marco From gambas at ...1... Tue Nov 12 12:19:07 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 12 Nov 2002 12:19:07 +0100 Subject: [Gambas-user] Gambas form bug & segfaults Message-ID: <200211121219.07288.gambas@...1...> Hi, everybody. I forgot one very important question in the survey : 14) Did you compiled gambas with --enable-optimization ? I invite those who haven't yet answered the survey to proceed, so that I could know which distribution gambas has problems with or not and put this information on the web site. If you are afraid, you could replace your name by a nickname. I'm not going to make a police file :-). It's just to identify who has which machine, as e-mail is not sufficient - some people use several e-mails. Best regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Nov 12 12:08:50 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 12 Nov 2002 12:08:50 +0100 Subject: [Gambas-user] Re: Survey In-Reply-To: <200211111127.19374.parka@...15...> References: <200211111127.19374.parka@...15...> Message-ID: <200211121208.50311.gambas@...1...> Le Lundi 11 Novembre 2002 11:27, Laszlo Parkanyi a ?crit : > 1) What is your name ? > > Dr. Laszlo Parkanyi > > 2) What sort of processor do you have on your computer ? (model + frequen- > cy) > > Intel Celeron (Coppermine) 768.446 MHz. > > 3) Which language do you speak and use on your computer ? > > English > > 4) What is your distribution ? (name + version) > > RedHat 8.0 > > 5) Did you install your distribution from zero or is it a update ? > > Update > > 6) What is the version of your compiler ? > To get it, type "gcc --version" in a shell > > gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) > > 7) What is the version of your "automake" ? > To get it, type "automake --version" in a shell > > automake (GNU automake) 1.6.3 > Written by Tom Tromey > > 8) What is the version of your QT library ? > To get it, you must find it. Read the "./configure" output, > it will tell you where the QT library is located. On a Mandrake 9.0, > it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got > the name of the library that contains the version: "libqt-mt.so.3.0.5" > > libqt-mt.so.3.0.5 > > 9) Which desktop do you use ? (name + version) > > kde 3.0.3-8 Redhat > > 10) Which QT/KDE style do you use ? > > Kde default style > > 11) What happens when you launch gambas ? > > Segmentation fault > > 12) Do you have the "fluttering form" bug when you add a new form under > the IDE ? > > Don't know ... see above > > 13) If gambas crashes, could you trace it with gdb the following way ? > Let's suppose you have compiled gambas in your home directory : > > $ cd ~/gambas-0.39/app/gambas > $ gbc -ag > Compiling /home/benoit/gambas/test/gambas/FWelcome.class... > Compiling /home/benoit/gambas/test/gambas/CConfig.class... > Compiling /home/benoit/gambas/test/gambas/FNewClass.class... > OK > $ gdb gbx > GNU gdb 5.2.1-2mdk (Mandrake Linux) > Copyright 2002 Free Software Foundation, Inc. > (...) > > This GDB was configured as "i586-mandrake-linux-gnu"... > (gdb) run > > When gambas segfaults, gdb will stop. Then, type the "bt" command and > send me the result. > > (gdb) bt > > Here is what happens: > =================== > [par at ...35... gambas]$ gbc -ag > Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... > Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... > Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... > Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... > Compiling /home/par/gambas-0.39/app/gambas/Project.module... > Compiling /home/par/gambas-0.39/app/gambas/FMain.class... > Compiling /home/par/gambas-0.39/app/gambas/FText.class... > Compiling /home/par/gambas-0.39/app/gambas/FTest.class... > Compiling /home/par/gambas-0.39/app/gambas/FTool.class... > Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... > Compiling /home/par/gambas-0.39/app/gambas/FSave.class... > Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... > Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... > Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... > Compiling /home/par/gambas-0.39/app/gambas/FList.class... > Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... > Compiling /home/par/gambas-0.39/app/gambas/FFind.class... > Compiling /home/par/gambas-0.39/app/gambas/FTips.class... > Compiling /home/par/gambas-0.39/app/gambas/FOption.class... > Compiling /home/par/gambas-0.39/app/gambas/FProject.class... > Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... > Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... > Segmentation fault > [par at ...35... gambas]$ > Hi, Lazlo. You are a lucky guy :-) It seems that you have found a bug in the compiler. Could you do the following and give me the result : $ cd /home/par/gambas-0.39/app/gambas $ gdb gbc GNU gdb 5.2.xxx Copyright 2002 Free Software Foundation, Inc. (...) (gdb) set args -ag (gdb) run ... segfault ! (gdb) bt ... Thanks in advance, -- Beno?t Minisini mailto:gambas at ...1... From parka at ...15... Wed Nov 13 11:24:06 2002 From: parka at ...15... (Laszlo Parkanyi) Date: Wed, 13 Nov 2002 11:24:06 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: References: Message-ID: <200211131124.07278.parka@...15...> Hi Benoit, I did what you requested. Here is the result. Laszlo [par at ...35... gambas]$ gdb gbc GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (gdb) set args -ag (gdb) run Starting program: /opt/gambas/bin/gbc -ag Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class... Compiling /home/par/gambas-0.39/app/gambas/CConfig.class... Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class... Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class... Compiling /home/par/gambas-0.39/app/gambas/Project.module... Compiling /home/par/gambas-0.39/app/gambas/FMain.class... Compiling /home/par/gambas-0.39/app/gambas/FText.class... Compiling /home/par/gambas-0.39/app/gambas/FTest.class... Compiling /home/par/gambas-0.39/app/gambas/FTool.class... Compiling /home/par/gambas-0.39/app/gambas/CMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FSave.class... Compiling /home/par/gambas-0.39/app/gambas/FProperty.class... Compiling /home/par/gambas-0.39/app/gambas/FDebug.class... Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class... Compiling /home/par/gambas-0.39/app/gambas/FList.class... Compiling /home/par/gambas-0.39/app/gambas/FMenu.class... Compiling /home/par/gambas-0.39/app/gambas/FFind.class... Compiling /home/par/gambas-0.39/app/gambas/FTips.class... Compiling /home/par/gambas-0.39/app/gambas/FOption.class... Compiling /home/par/gambas-0.39/app/gambas/FProject.class... Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class... Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... Program received signal SIGSEGV, Segmentation fault. 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 (gdb) bt #0 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 #1 0x42073416 in realloc () from /lib/i686/libc.so.6 #2 0x08049b16 in MEM_realloc (p_ptr=0xbffff620, size=3444) at memory.c:82 #3 0x0804b48c in BUFFER_need (p_data=0x805bc28, size=27) at buffer.c:77 #4 0x0804b4d1 in BUFFER_add (p_data=0x805bc28, string=0xbffff670, len=27) at buffer.c:92 #5 0x08055c03 in print (fmt=0x8058a49 " .%.*s\n") at form.c:71 #6 0x0805634e in FORM_do () at form.c:375 #7 0x08049128 in compile_file (file=0x805ba60 "FAbout") at gbc.c:189 #8 0x08049463 in main (argc=2, argv=0xbffff8e4) at gbc.c:301 #9 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) From stefan-bell at ...31... Wed Nov 13 18:30:39 2002 From: stefan-bell at ...31... (Stefan Bell) Date: 13 Nov 2002 18:30:39 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: References: Message-ID: <1037208639.2580.4.camel@...32...> Hi Beno?t, I tried compiling with "--enable-optimization", but it's the same error: Segmentation fault Best regards Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Nov 13 23:47:42 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 13 Nov 2002 23:47:42 +0100 Subject: [Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs In-Reply-To: <200211131124.07278.parka@...15...> References: <200211131124.07278.parka@...15...> Message-ID: <200211132347.42361.gambas@...1...> Le Mercredi 13 Novembre 2002 11:24, Laszlo Parkanyi a ?crit : > Hi Benoit, > > I did what you requested. Here is the result. Laszlo > ... > Compiling /home/par/gambas-0.39/app/gambas/FAbout.class... > > Program received signal SIGSEGV, Segmentation fault. > 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 > (gdb) bt > #0 0x4207434f in _int_realloc () from /lib/i686/libc.so.6 > #1 0x42073416 in realloc () from /lib/i686/libc.so.6 > #2 0x08049b16 in MEM_realloc (p_ptr=0xbffff620, size=3444) at memory.c:82 > #3 0x0804b48c in BUFFER_need (p_data=0x805bc28, size=27) at buffer.c:77 > #4 0x0804b4d1 in BUFFER_add (p_data=0x805bc28, string=0xbffff670, len=27) > at buffer.c:92 > #5 0x08055c03 in print (fmt=0x8058a49 " .%.*s\n") at form.c:71 > #6 0x0805634e in FORM_do () at form.c:375 > #7 0x08049128 in compile_file (file=0x805ba60 "FAbout") at gbc.c:189 > #8 0x08049463 in main (argc=2, argv=0xbffff8e4) at gbc.c:301 > #9 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > Hi, Laszlo. The MEM_realloc() does not exist anymore in the 0.39 source of the compiler : you are not using the 0-39 version of compiler ! Check it by typing "gbc --version" What did you do ???? %-O Could you try to recompile gambas-0.39 from zero and check the version of the installed file ? The executable used by gambas are pointed by the symbolics links in /usr/bin : /usr/bin/gbc, /usr/bin/gbx and /usr/bin/gba. Check that these links are really pointing to the right gambas 0.39 executable files. I'm waiting for your answer ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From chinatinte at ...36... Thu Nov 14 22:35:32 2002 From: chinatinte at ...36... (chinatinte at ...36...) Date: Thu, 14 Nov 2002 22:35:32 +0100 Subject: [Gambas-user] Re: Gambas-user -- confirmation of subscription -- request 109058 In-Reply-To: References: Message-ID: <20021114223532.2e9dbb99.chinatinte@...36...> confirm 109058