From berger at ...102... Wed Apr 2 10:56:45 2003 From: berger at ...102... (berger at ...102...) Date: Wed, 2 Apr 2003 10:56:45 +0200 Subject: [Gambas-user] Problem with sh In-Reply-To: <200304012023.06311.gambas@...1...> References: <20030401150630.56e46808.berger@...102...> <200304012023.06311.gambas@...1...> Message-ID: <20030402105645.438e804f.berger@...102...> > Le Mardi 1 Avril 2003 13:06, vous avez ?crit : > > Hello everybody > > > > I installed Version 0.52. Before I used gambas 0.42. > > I got now a problem, if I try to run a sh-script using exec it won't work. > > Seems like nothing happens. For example: > > EXEC "sh /home/me/myscript" WAIT > > > > It does not matter if the script is executable or not (anyway, shouldn't > > matter). > > > > I also tried if sh work and did > > EXEC "sc --version > /home/me/output" > > and I received the version output. > > > > Is it possible that I only can execute commands who are in the > > path-env-variable? I have to execute script from random places so p?utting > > the directory into path would not be good I think. > > > > Thank you for any advice > > > > regards > > > > David > > Hi David, > > When you use EXEC "toto", the interpreter does a "sh toto" behind you. Maybe > having "sh" twice in the command line does not work ? > > To run a sh script, try doing EXEC "myscript", by putting #!/bin/sh at the top > of your script. > Mh, this does not work either. I tried with #!/bin/sh and #!/bin/bash, make them executable or ot, try with "sh command", "./command" or just "command". I also tried to put it into the path in my gambas-app (PATH=`echo $PATH`:/home/me/test) before the line I call the script, also do not work Was anyone able to run a shell script from Gambas? Maybe I di something terribly wrong, but I have no clue what it meight be. Also tested with other scripts, there the same problem. > P.S. I prefer when people post on the mailing-list, because it is archived, > and so problems and solution are accessible to others. Ups, excusez moi, I took the wrong E-Mail-Adress, I'll write on the list in future of course. From berger at ...102... Wed Apr 2 11:11:37 2003 From: berger at ...102... (berger at ...102...) Date: Wed, 2 Apr 2003 11:11:37 +0200 Subject: [Gambas-user] Problem with sh - solved Message-ID: <20030402111137.4c9893f4.berger@...102...> Hello everybody I just wanna let you know that my problem with the sh-scripts is solved. I made an executable and has run it stand-alone and - voil? - it worked! Finaly I used EXEC "sh myskrip" But still got no clue why it did not work in the developement environment? If this is maybe a bug (?) say what you need for information to solve this. Regards and keep up good work! David From herr_maus at ...67... Wed Apr 2 13:41:38 2003 From: herr_maus at ...67... (Mickey Maus) Date: Wed, 02 Apr 2003 13:41:38 +0200 Subject: [Gambas-user] Re: Translating Gambas Message-ID: I can translate it in German if not done. _________________________________________________________________ MSN Hotmail? - ?Absolut kostenfrei! Der weltweit gr??te E-Mail-Anbieter im Netz: http://www.msn.de/hotmail From gambas at ...1... Wed Apr 2 23:50:39 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 2 Apr 2003 21:50:39 +0000 Subject: [Gambas-user] Compile problems In-Reply-To: <1049062671.1837.24.camel@...100...> References: <1049062671.1837.24.camel@...100...> Message-ID: <200304022150.39151.gambas@...1...> Le Dimanche 30 Mars 2003 22:17, Joao Luis Marques Pinto a ?crit : > Hi, > I am trying to compile gambas, > to start it didn't found my qt3 includes which were at > /usr/lib/qt3/include, maybe a little tweak on configure would help :) > > After compiling with: > ./configure --prefix=/opt/gambas --with-qt-includes=/usr/lib/qt3/include > --disable-pgsql-driver > > I try to install with: > make install > > but I get the following error: > Making symbolic links in /usr/bin... > Compiling and installing the development environment... > OK > Creating the library info files... > gb.db.info > gb.db.mysql.info > Cannot find symbol GB_CLASSES > gb.eval.info > gb.example.info > gb.info > gb.qt.editor.info > gb.qt.ext.info > gb.qt.kde.info > gb.qt.info > make[2]: *** [install-exec-local] Error 139 > > Even if i compile without the mysql support it gives the error on the > same stage. > any clue ? > > I am using Mandrake 9.1 Final > # uname -a > Linux axxxx.netcabo.pt 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 > i686 unknown unknown GNU/Linux > > Regards, Hi Joao, It seems that many things have changed in Mandrake 9.1 You should wait until I got it and test, which should take a month (I can't download it as I have a slow connection...) Regards, -- Beno?t Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Thu Apr 3 16:20:35 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 3 Apr 2003 09:20:35 -0500 Subject: [Gambas-user] Problem configuring Gambas ? In-Reply-To: <002601c2235e$03c70db0$5c845e3d@...104...> References: <002601c2235e$03c70db0$5c845e3d@...104...> Message-ID: <200304030920.35947.sourceforge-raindog2@...94...> On Thursday 04 July 2002 09:23, Mahendraz wrote: > It seems there is nothing wrong with my system clock ? > Could someone help ? I am new to linux If you're running KDE, right click on the clock in the lower right hand corner, select "Adjust Date and Time", and set the date to today's date. Your clock seems to be set to 4 July 2002 which as I type this is about 9 months ago. Rob From bernard.pre at ...62... Thu Apr 3 17:16:51 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Thu, 3 Apr 2003 17:16:51 +0200 Subject: [Gambas-user] Frenche site Message-ID: Is the French site out ? i always have a blank page .... Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl.reinl at ...9... Thu Apr 3 20:54:18 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 03 Apr 2003 20:54:18 +0200 Subject: [Gambas-user] Frenche site References: Message-ID: <3E8C835A.8050705@...9...> Bernard PRE schrieb: > Is the French site out ? i always have a blank page .... > Bernard > I had a look , only a blank page. But I think ( had a look to the source) it will be a php side. Charlie From Gambasfr at ...11... Thu Apr 3 21:47:55 2003 From: Gambasfr at ...11... (Fabien) Date: Thu, 3 Apr 2003 21:47:55 +0200 Subject: [Gambas-user] Frenche site In-Reply-To: <3E8C835A.8050705@...9...> References: <3E8C835A.8050705@...9...> Message-ID: <200304032147.55319.Gambasfr@...11...> Le Jeudi 3 Avril 2003 20:54, Charlie a ?crit : > Bernard PRE schrieb: > > Is the French site out ? i always have a blank page .... > > Bernard > > I had a look , only a blank page. > But I think ( had a look to the source) it will be a php side. > > Charlie > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user if you want to see the first step (and bad step of my french site look at http://abidoo.too.free.fr/index.php?page=home.html&set_lang=fr) Nevertheless i don't want to make a only french site but a multi linguage site with source stock and idea... for help all the gambas users. Maybe a Gambas.org? I don't know... What 's your id?as? I need help. Fabien php is really good but i a newbie and don't really understand the databases process. Nevertheless it's really important for this style of site. fabien From Frank.Mehring at ...105... Fri Apr 4 09:35:23 2003 From: Frank.Mehring at ...105... (Mehring, Frank) Date: Fri, 4 Apr 2003 09:35:23 +0200 Subject: [Gambas-user] GridView Message-ID: <3FDB478A987BD611821500508BB4A8AF0129819B@...106...> Hi Gambasians, could anyone give me a hint to put data in a gridview? Greez Frank From jochen.georges at ...22... Fri Apr 4 14:07:48 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 4 Apr 2003 14:07:48 +0200 Subject: [Gambas-user] GridView In-Reply-To: <3FDB478A987BD611821500508BB4A8AF0129819B@...106...> References: <3FDB478A987BD611821500508BB4A8AF0129819B@...106...> Message-ID: <200304041405.57765@...24...> On Friday 04 April 2003 09:35, Mehring, Frank wrote: > Hi Gambasians, > > could anyone give me a hint to put data in a gridview? > > Greez Frank > i added a chapter to www.TheEasyGambasDoku.de if you want to know how the user can edit the gridview by typing datas into the cells .... i do not know, i think it is not possible yet. beste gruesse jochen From dc at ...95... Fri Apr 4 14:06:22 2003 From: dc at ...95... (Campillo David) Date: Fri, 4 Apr 2003 14:06:22 +0200 Subject: [Gambas-user] Frenche site Message-ID: <6530-2200345412622843@...95...> Hello Fabien, I worked for the biggest web provider of switzerland, and when I went in other firm, they gave me a 1000mb and 500pop3 account website free of charge during 50years. I have also for this website a MySQL DB, and the site is PHP ready... If you need some web space, just tell me and i will free you 200 or 300mb for your site... Beno?t as already a 200mb web space on my site with ftp access at the url : http://www.gcieng.ch/~gambas I can also change the domain name, to another thing, like gambas.org or any other free domain name. David ---- Original Message ---- De: Gambasfr at ...11... A: gambas-user at lists.sourceforge.net, Objet: Re: [Gambas-user] Frenche site Date: Thu, 3 Apr 2003 21:47:55 +0200 >Le Jeudi 3 Avril 2003 20:54, Charlie a ?crit : >> Bernard PRE schrieb: >> > Is the French site out ? i always have a blank page .... >> > Bernard >> >> I had a look , only a blank page. >> But I think ( had a look to the source) it will be a php side. >> >> Charlie >> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: ValueWeb: >> Dedicated Hosting for just $79/mo with 500 GB of bandwidth! >> No other company gives more support or power for your dedicated >server >> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >if you want to see the first step (and bad step of my french site >look at >http://abidoo.too.free.fr/index.php?page=home.html&set_lang=fr) > >Nevertheless i don't want to make a only french site but a multi >linguage site >with source stock and idea... for help all the gambas users. > > >Maybe a Gambas.org? > >I don't know... What 's your id?as? > >I need help. > >Fabien > >php is really good but i a newbie and don't really understand the >databases >process. Nevertheless it's really important for this style of site. > >fabien > > >------------------------------------------------------- >This SF.net email is sponsored by: ValueWeb: >Dedicated Hosting for just $79/mo with 500 GB of bandwidth! >No other company gives more support or power for your dedicated >server >http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sun Apr 6 00:29:52 2003 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Sat, 5 Apr 2003 22:29:52 +0000 Subject: [Gambas-user] Test Message-ID: <200304052229.52282.gambas@...1...> test -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Apr 6 01:00:01 2003 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Sat, 5 Apr 2003 23:00:01 +0000 Subject: [Gambas-user] Problem with developer mailing-list Message-ID: <200304052300.01326.gambas@...1...> Hi everybody, I have big problems with the two mailing-lists. The gambas-devel mailing-list does not work any longer... Since the day I have released gambs-0.52 apparently. :-( I tried to post three times, and everything disappeared in the hyperspace. There is apparently the same problem on the gambas-user mailing-list. I have posted this mail twice, but it disappeared too ! This problem is under investigation... If anyone has an idea, he's welcome ! Regards, -- Beno?t Minisini mailto:gambas at ...1... From dc at ...95... Sun Apr 6 13:13:20 2003 From: dc at ...95... (David Campillo) Date: Sun, 6 Apr 2003 13:13:20 +0200 Subject: [Gambas-user] Problem with developer mailing-list Message-ID: <200304061313.20620.dc@...95...> Le Dimanche, 6 Avril 2003 01.00, Beno?t Minisini a ?crit : > Hi everybody, > > I have big problems with the two mailing-lists. > > The gambas-devel mailing-list does not work any > longer... Since the day I have released gambs-0.52 apparently. :-( > > I tried to post three times, and everything disappeared in the hyperspace. > > There is apparently the same problem on the gambas-user mailing-list. I > have posted this mail twice, but it disappeared too ! > > This problem is under investigation... If anyone has an idea, he's welcome > ! > > Regards, Where I worked in Switzerland, we had a lot of problems with users that sent html message and not a plain text message to a mailing list ! David From karl.reinl at ...9... Sun Apr 6 14:50:44 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 06 Apr 2003 14:50:44 +0200 Subject: [Gambas-user] think you where successfull Message-ID: <3E9022A4.7010009@...9...> Salut Benoit, had a successfull mail to gambas-devel 5 min. ago. Charlie From bernard.pre at ...62... Sun Apr 6 21:58:09 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Sun, 6 Apr 2003 21:58:09 +0200 Subject: [Gambas-user] My project Sbpi Message-ID: Hi, there is a new version of Sbpi : you can find this Sbpi.tar.gz at www.bpinf.com ==> ftp ==> login gambas, password gambas Now these version is multilanguage You will find tho files : DocSbpiEN.rtf and DocSbpiFR.rtf but ..... My English is very very bad, and the file DocSbpiEN.rtf is issue of an automatic translation ... sorry If somebody can correct this my bad translation ...... Thanks Have Fun Nota : If you want to use my ftp site to distribute your project, you can ...... Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl.reinl at ...9... Sun Apr 6 23:23:41 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 06 Apr 2003 23:23:41 +0200 Subject: [Gambas-user] adding db-component to a project Message-ID: <3E909ADD.7090103@...9...> Salut Benoit, I made it two times. I load an old project, and add a DIM hDB AS NEW Database to the code and push F5 I get a "Cannot load 'Database': Unable to load class file" So far OK , I ditn't declare gb.db in /Project/Properties/components I do so, by choosing /Project/Properties/components/gb.db While running I get a new "Cannot load 'Database': Unable to load class file" The only way to load the lib ist closing the project and reentering. It must be a project who never had a gb.db. Talking 0.52 amicalement Charlie From gambas at ...1... Mon Apr 7 15:13:12 2003 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Mon, 7 Apr 2003 13:13:12 +0000 Subject: [Gambas-user] Test Message-ID: <200304071313.12385.gambas@...1...> Test -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Apr 7 15:30:36 2003 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Mon, 7 Apr 2003 13:30:36 +0000 Subject: [Gambas-user] Test #4 Message-ID: <200304071330.36928.gambas@...1...> Test #4 -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Apr 7 16:08:27 2003 From: gambas at ...1... (=?iso-8859-15?q?Beno=EEt=20Minisini?=) Date: Mon, 7 Apr 2003 14:08:27 +0000 Subject: [Gambas-user] Test #9 Message-ID: <200304071408.27672.gambas@...1...> Test #9 -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Apr 7 17:03:04 2003 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Apr 2003 15:03:04 +0000 Subject: [Gambas-user] Problems with the mailing-list Message-ID: <200304071503.04324.gambas@...1...> Hello everybody, I apologize to you for sending all these test messages. My messages sent to the devel mailing-list are randomly dropped. I post this message on the user mailing-list, as I tried three times on the devel mailing-list and nothing happend. I have tried the following, without success: - Disable my KMail filter used for putting my messages sent to a gambas mailing-list in a dedicated folder. - Remove non-ascii characters from my name. It seems that messages sent to the user mailing-list work well. I have no idea what the problem could me. Everything was right two weeks ago. I changed nothing in my KMail configuration. If anyone had problems with posting on a mailing-list, could he write me ? Regards, -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Mon Apr 7 18:26:18 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 07 Apr 2003 18:26:18 +0200 Subject: [Gambas-user] (BUG) gambas-0.52 and Menu Message-ID: <3E91A6AA.7050900@...9...> Salut Benoit, I found a bug in the gambas-0.52 Menu. You will see it if you call the IDE-Main-Menu. You can't see and create submenus (you see them and create them, but you don't know in which level they are and you can't change the level). amicalement Charlie From karl.reinl at ...9... Mon Apr 7 18:34:45 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 07 Apr 2003 18:34:45 +0200 Subject: [Gambas-user] My project Sbpi References: Message-ID: <3E91A8A5.8070801@...9...> Bernard PRE schrieb: > Hi, > > there is a new version of Sbpi : > > you can find this Sbpi.tar.gz at www.bpinf.com > ==> ftp ==> login gambas, password gambas > > Salut Bernard, > I had problems to login on your ftp. Only with ftp://gambas:gambas@ it was possible. I wrote/finished the script-part in TomySql to create easier the Datebase and fill the tables. amicalment Charlie From dc at ...95... Mon Apr 7 19:00:50 2003 From: dc at ...95... (David Campillo) Date: Mon, 7 Apr 2003 19:00:50 +0200 Subject: [Gambas-user] How to redim an array of Float Message-ID: <200304071900.50235.dc@...95...> Hello, How to redim a array of float ? redim MyFloatarray(10) don't work Thanks... David From benjgoa at ...107... Mon Apr 7 21:03:21 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Mon, 07 Apr 2003 20:03:21 +0100 Subject: [Gambas-user] Socket component =?iso-8859-1?q?=3F?= Message-ID: <200304071804.UAA13683@...108...> Hi, I wanted to know if there is a socket component (like winsock for Visual Basic) which usable in Gambas. Thanks. Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From dc at ...95... Mon Apr 7 20:14:03 2003 From: dc at ...95... (David Campillo) Date: Mon, 7 Apr 2003 20:14:03 +0200 Subject: [Gambas-user] It seems to be a bug, but not sure... Message-ID: <200304072014.03633.dc@...95...> Hi everybody, Someone could try this... Create an empty project Create a form with the name frmMain Put a button on it with the default name Put this code in the class of the frmMain form ' Gambas class file STATIC PUBLIC SUB Main() DIM hForm AS NEW frmMain hForm.show END PUBLIC SUB Button1_Click() DIM lReturn AS Long Message("Hello world","Ok") END On my machine, if lReturn is declared as long, the prog stop immediatly, if it is integer or float, the message appear... Thanks for a feedback about it.... David From benjgoa at ...107... Mon Apr 7 22:42:29 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Mon, 07 Apr 2003 21:42:29 +0100 Subject: [Gambas-user] Compilation under Mandrake 9.1 In-Reply-To: <3E91A6AA.7050900@...9...> Message-ID: <200304071942.VAA73830@...109...> Well, I' ve compiled Gambas 0.52 under Mandrake 9.0 a few days ago, but I' ve switched to mandrake 9.1 and now an error appends during the "make" command..... And I can' t compile Gambas ! :-S (yes I ve tried as root...) Can someone help me ? Thanks, Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From Gambasfr at ...11... Mon Apr 7 21:46:22 2003 From: Gambasfr at ...11... (Fabien) Date: Mon, 7 Apr 2003 21:46:22 +0200 Subject: [Gambas-user] Fwd: Re: It seems to be a bug, but not sure... Message-ID: <200304072146.22005.Gambasfr@...11...> ---------- Message transmis ---------- Subject: Re: It seems to be a bug, but not sure... Date: Mon, 7 Apr 2003 21:29:39 +0200 From: Fabien To: David Campillo Le Lundi 7 Avril 2003 20:14, vous avez ?crit : > Hi everybody, > > Someone could try this... > > Create an empty project > Create a form with the name frmMain > Put a button on it with the default name > Put this code in the class of the frmMain form > > ' Gambas class file > > > STATIC PUBLIC SUB Main() > DIM hForm AS NEW frmMain > hForm.show > END > > PUBLIC SUB Button1_Click() > > DIM lReturn AS Long > > Message("Hello world","Ok") > > END > > On my machine, if lReturn is declared as long, the prog stop immediatly, if > it is integer or float, the message appear... > > Thanks for a feedback about it.... > > David Salut David The type 'long' does'nt exist in gambas use integer!!! Have a look to the help Encyclop?dia... fabien ------------------------------------------------------- From Gambasfr at ...11... Mon Apr 7 21:47:49 2003 From: Gambasfr at ...11... (Fabien) Date: Mon, 7 Apr 2003 21:47:49 +0200 Subject: [Gambas-user] Socket component ? In-Reply-To: <200304071804.UAA13683@...108...> References: <200304071804.UAA13683@...108...> Message-ID: <200304072147.49457.Gambasfr@...11...> Le Lundi 7 Avril 2003 21:03, LUCIEN BASNOIS a ?crit : > Hi, > I wanted to know if there is a socket component (like winsock for > Visual Basic) which usable in Gambas. > > > Thanks. > > Benjamin D. > -------------------------------------------------- > Oreka ! Nous sommes l'internet moins cher ! > Surfez 25% moins cher avec http://www.oreka.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Salut Benjamin There is not actually socket for gambas but it's in project.... Fabien From bernard.pre at ...62... Mon Apr 7 21:50:06 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Mon, 7 Apr 2003 21:50:06 +0200 Subject: [Gambas-user] My site FTP Message-ID: Salut Charlie, I think that my link to my ftp-site is correct now .. thanks You can use this like to distrib exemples for the users-list Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl.reinl at ...9... Mon Apr 7 21:55:28 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 07 Apr 2003 21:55:28 +0200 Subject: [Gambas-user] It seems to be a bug, but not sure... References: <200304072014.03633.dc@...95...> Message-ID: <3E91D7B0.3050706@...9...> David Campillo schrieb: >Hi everybody, > >Someone could try this... > >Create an empty project >Create a form with the name frmMain >Put a button on it with the default name >Put this code in the class of the frmMain form > >' Gambas class file > > >STATIC PUBLIC SUB Main() > DIM hForm AS NEW frmMain > hForm.show >END > >PUBLIC SUB Button1_Click() > > DIM lReturn AS Long > > Message("Hello world","Ok") > >END > >On my machine, if lReturn is declared as long, the prog stop immediatly, if it >is integer or float, the message appear... > >Thanks for a feedback about it.... > >David > > Salut David, it's not a Bug, it's Long is not yet a gambas type. But he is implemented. That what Beno?t wrote some times ago (see Attachement). amicalement Charlie -------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-1?q?Beno=EEt=20Minisini?= Subject: Re: [Gambas-user] Datatype Long Date: Fri, 22 Nov 2002 12:28:16 +0100 Size: 2398 URL: From Gambasfr at ...11... Mon Apr 7 22:20:54 2003 From: Gambasfr at ...11... (Fabien) Date: Mon, 7 Apr 2003 22:20:54 +0200 Subject: [Gambas-user] How to redim an array of Float In-Reply-To: <200304071900.50235.dc@...95...> References: <200304071900.50235.dc@...95...> Message-ID: <200304072220.54997.Gambasfr@...11...> Le Lundi 7 Avril 2003 19:00, David Campillo a ?crit : > Hello, > > How to redim a array of float ? > > redim MyFloatarray(10) don't work MyFloatarray.Resize (10) > Thanks... > > David > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Ouhaou There is lot of work to teach you Gambas is not vb ... lol Array is a class You can have information about it on the object explorer there is lot of apply for array first you must to declare what type of array you want to use Integer[] Object[] String[] Float[] or Object[] or a more generic one : Variant[] so now..... A classic d?claration : Dim MyArray as New Integer[] ' in Gambas Dim is not a necessity so MyArray[10] = 3 for exemple You can type MyArray as New Integer[] to make an array class who content other array class -> don't forget 'New ' because it's a CLASS and you must to instanciate it MyArray as New Integer[] SubArray as Integer[] -> here the array don't exist ...just the type is initialized i as Integer MyArray.Resise(10) -> it's like in vb Redim preserve MyArray(10) For i = 1 to MyArray.Count - 1 SubArray = New Array ->here i instantiate a pointer to a new array MyArray.add(SubArray) next Test all of this and tell me if you understand... If no Write to me in french i'm better in it Fabien From Gambasfr at ...11... Mon Apr 7 22:21:50 2003 From: Gambasfr at ...11... (Fabien) Date: Mon, 7 Apr 2003 22:21:50 +0200 Subject: Fwd: Re: [Gambas-user] How to redim an array of Float Message-ID: <200304072221.50298.Gambasfr@...11...> ---------- Message transmis ---------- Subject: Re: [Gambas-user] How to redim an array of Float Date: Mon, 7 Apr 2003 22:20:54 +0200 From: Fabien To: gambas-user at lists.sourceforge.net Le Lundi 7 Avril 2003 19:00, David Campillo a ?crit : > Hello, > > How to redim a array of float ? > > redim MyFloatarray(10) don't work MyFloatarray.Resize (10) > Thanks... > > David > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Ouhaou There is lot of work to teach you Gambas is not vb ... lol Array is a class You can have information about it on the object explorer there is lot of apply for array first you must to declare what type of array you want to use Integer[] Object[] String[] Float[] or Object[] or a more generic one : Variant[] so now..... A classic d?claration : Dim MyArray as New Integer[] ' in Gambas Dim is not a necessity so MyArray[10] = 3 for exemple You can type MyArray as New Integer[] to make an array class who content other array class -> don't forget 'New ' because it's a CLASS and you must to instanciate it MyArray as New Integer[] SubArray as Integer[] -> here the array don't exist ...just the type is initialized i as Integer MyArray.Resise(10) -> it's like in vb Redim preserve MyArray(10) For i = 1 to MyArray.Count - 1 SubArray = New Array ->here i instantiate a pointer to a new array MyArray.add(SubArray) next Test all of this and tell me if you understand... If no Write to me in french i'm better in it Fabien ------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: David.tar.gz Type: application/x-tgz Size: 1068 bytes Desc: not available URL: From karl.reinl at ...9... Mon Apr 7 22:54:39 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 07 Apr 2003 22:54:39 +0200 Subject: [Gambas-user] need help Message-ID: <3E91E58F.7040506@...9...> Salut, has someone the passion to explique in simple words, how to use the gambas-translation, in an existing project. If I switch on the translation , and click to Project/Translate I see an empty form. If I restart the IDE , and click on Project/Translate, I'v get "Cannot read translation file for language 'German(Germany'" " The 'msgmerge' command has failed" IF I click now on 'copy untranslated strings' the IDE craches' amicalment Charlie From benjgoa at ...107... Tue Apr 8 22:17:20 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Tue, 08 Apr 2003 21:17:20 +0100 Subject: [Gambas-user] Need help for installing GAMBAS Message-ID: <200304081917.VAA26982@...110...> Hi, I have a problem with compiling GAMBAS under Mandrake 9.1, but I think I can repair this... So, could anyone send me his /opt/gambas folder (and subfolders), I think it will fix my problem. Thanks. Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From Lamego at ...99... Tue Apr 8 21:53:02 2003 From: Lamego at ...99... (Joao Luis Marques Pinto) Date: 08 Apr 2003 20:53:02 +0100 Subject: [Gambas-user] Need help for installing GAMBAS In-Reply-To: <200304081917.VAA26982@...110...> References: <200304081917.VAA26982@...110...> Message-ID: <1049831580.2163.20.camel@...111...> I also had problems compiling on Mdk9.1. Anyway, /opt/gambas is the application itself it will not work if the binaries are not compiled for your architecture or linked to libraries you don't have. Regards, On Tue, 2003-04-08 at 21:17, LUCIEN BASNOIS wrote: > Hi, > > I have a problem with compiling GAMBAS under Mandrake 9.1, but I think > I can repair this... So, could anyone send me his /opt/gambas folder > (and subfolders), I think it will fix my problem. > > Thanks. > > Benjamin D. > -------------------------------------------------- > Oreka ! Nous sommes l'internet moins cher ! > Surfez 25% moins cher avec http://www.oreka.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Jo?o Lu?s Marques Pinto PTlink Tech Admin Lamego at ...99... From gambas at ...1... Wed Apr 9 00:12:43 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Apr 2003 22:12:43 +0000 Subject: [Gambas-user] (BUG) gambas-0.52 and Menu In-Reply-To: <3E91A6AA.7050900@...9...> References: <3E91A6AA.7050900@...9...> Message-ID: <200304082212.43963.gambas@...1...> Le Lundi 7 Avril 2003 16:26, Charlie a ?crit : > Salut Benoit, > > I found a bug in the gambas-0.52 Menu. > You will see it if you call the IDE-Main-Menu. > You can't see and create submenus (you see them and create them, > but you don't know in which level they are and you can't change the level). > > amicalement > Charlie > > Thanks Charlie. I have fixed it. -- Benoit Minisini mailto:gambas at ...1... From benjgoa at ...107... Tue Apr 8 23:29:41 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Tue, 08 Apr 2003 22:29:41 +0100 Subject: [Gambas-user] Need help for installing GAMBAS In-Reply-To: <1049831580.2163.20.camel@...111...> Message-ID: <200304082029.WAA60699@...110...> Well, it seems that the binaries are compiled because I can run the command gambas, but it says that it can t found some libraries... You say that you had problem to compile under Mandrake 9.1, but did you found a solution ? I' m very interested because I' ve switched to Linux after I viewed GAMBAS... but now I just can' t run it :'( And I don't want to reinstall mdk9. Thanks ! :o) ------------------- > I also had problems compiling on Mdk9.1. > > Anyway, /opt/gambas is the application itself it will not work if the > binaries are not compiled for your architecture or linked to libraries > you don't have. > > Regards, > On Tue, 2003-04-08 at 21:17, LUCIEN BASNOIS wrote: > > Hi, > > > > I have a problem with compiling GAMBAS under Mandrake 9.1, but I think > > I can repair this... So, could anyone send me his /opt/gambas folder > > (and subfolders), I think it will fix my problem. > > > > Thanks. > > > > Benjamin D. > > -------------------------------------------------- > > Oreka ! Nous sommes l'internet moins cher ! > > Surfez 25% moins cher avec http://www.oreka.com > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- > Jo?o Lu?s Marques Pinto > PTlink Tech Admin > Lamego at ...99... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From gambas at ...1... Wed Apr 9 00:47:35 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Apr 2003 22:47:35 +0000 Subject: [Gambas-user] Need help for installing GAMBAS In-Reply-To: <1049831580.2163.20.camel@...111...> References: <200304081917.VAA26982@...110...> <1049831580.2163.20.camel@...111...> Message-ID: <200304082247.35092.gambas@...1...> Le Mardi 8 Avril 2003 19:53, Joao Luis Marques Pinto a ?crit : > I also had problems compiling on Mdk9.1. > > Anyway, /opt/gambas is the application itself it will not work if the > binaries are not compiled for your architecture or linked to libraries > you don't have. > > Regards, > Mandrake 9.1 and qt-3.1 users must be patient. My system is a Mandrake 9.0 yet ! The next version of Gambas will be compatible with qt 3.1, as I have just installed KDE 3.1 on my box, but I can't say it will work on Mandrake 9.1 At EACH version, EACH distribution changes things in the underlying GNU/Linux system that break Gambas. Example: it seems that the iconv() function that was integrated in glibc is now in a separate library. And the current Gambas package knows nothing about this new library. All the distribution managers recompile their own package so that everything work, and you do not see the difference. But not Gambas ! (Maybe one day, who knows...) So, it is free software life :-) P.S. Second try sending this mail :-( -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Apr 9 00:47:56 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Apr 2003 22:47:56 +0000 Subject: [Gambas-user] (BUG) gambas-0.52 and Menu In-Reply-To: <3E91A6AA.7050900@...9...> References: <3E91A6AA.7050900@...9...> Message-ID: <200304082247.56163.gambas@...1...> Le Lundi 7 Avril 2003 16:26, Charlie a ?crit : > Salut Benoit, > > I found a bug in the gambas-0.52 Menu. > You will see it if you call the IDE-Main-Menu. > You can't see and create submenus (you see them and create them, > but you don't know in which level they are and you can't change the level). > > amicalement > Charlie > > Thanks Charlie. I have fixed it. P.S. Second try sending this mail :-( -- Benoit Minisini mailto:gambas at ...1... From Lamego at ...99... Tue Apr 8 22:45:03 2003 From: Lamego at ...99... (Joao Luis Marques Pinto) Date: 08 Apr 2003 21:45:03 +0100 Subject: [Gambas-user] Need help for installing GAMBAS In-Reply-To: <200304082029.WAA60699@...110...> References: <200304082029.WAA60699@...110...> Message-ID: <1049834700.2163.23.camel@...111...> Hi, I didn't lost much time because I just wanted to try GAMBAS I never used it yet. I remember someone sent a reply saying that would check the problem during the compile on Mdk9.1. I am just waiting :) On Tue, 2003-04-08 at 22:29, LUCIEN BASNOIS wrote: > Well, > it seems that the binaries are compiled because I can run the command > gambas, but it says that it can t found some libraries... You say that > you had problem to compile under Mandrake 9.1, but did you found a > solution ? I' m very interested because I' ve switched to Linux after > I viewed GAMBAS... but now I just can' t run it :'( And I don't want > to reinstall mdk9. > > > Thanks ! :o) > ------------------- > > I also had problems compiling on Mdk9.1. > > > > Anyway, /opt/gambas is the application itself it will not work if > the > > binaries are not compiled for your architecture or linked to > libraries > > you don't have. > > > > Regards, > > On Tue, 2003-04-08 at 21:17, LUCIEN BASNOIS wrote: > > > Hi, > > > > > > > > I have a problem with compiling GAMBAS under Mandrake 9.1, but I > think > > > I can repair this... So, could anyone send me his /opt/gambas > folder > > > (and subfolders), I think it will fix my problem. > > > > > > > > Thanks. > > > > > > > > Benjamin D. > > > > -------------------------------------------------- > > > > Oreka ! Nous sommes l'internet moins cher ! > > > > Surfez 25% moins cher avec http://www.oreka.com > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: ValueWeb: > > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > > No other company gives more support or power for your dedicated > server > > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- > > Jo?o Lu?s Marques Pinto > > PTlink Tech Admin > > Lamego at ...99... > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated > server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -------------------------------------------------- > Oreka ! Nous sommes l'internet moins cher ! > Surfez 25% moins cher avec http://www.oreka.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Jo?o Lu?s Marques Pinto PTlink Tech Admin Lamego at ...99... From girardhenri at ...67... Tue Apr 8 23:33:29 2003 From: girardhenri at ...67... (Henri Girard) Date: Tue, 8 Apr 2003 23:33:29 +0200 Subject: [Gambas-user] Need help for installing GAMBAS References: <200304081917.VAA26982@...110...> <1049831580.2163.20.camel@...111...> <200304082247.35092.gambas@...1...> Message-ID: good... so I will wait...because I have a mandrake 9.1 ? Maybe I will come back to M 9.0.. From karl.reinl at ...9... Wed Apr 9 00:21:50 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 09 Apr 2003 00:21:50 +0200 Subject: [Gambas-user] new TomySql Version 0.04 Message-ID: <3E934B7E.9010001@...9...> Salut touts, not realy finished, but I thougth it's time to release it. not finished tested, but no time for. So take it like bananas. at : http://www.fen-net.de/Karl.Reinl/gambas/TomySQL.html if you find micro-bugs or other soft-bigs. Let me know mysql- poweruser could check for right working. Charlie From karl.reinl at ...9... Wed Apr 9 00:23:37 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 09 Apr 2003 00:23:37 +0200 Subject: [Gambas-user] (BUG) gambas-0.52 and Menu References: <3E91A6AA.7050900@...9...> <200304082247.56163.gambas@...1...> Message-ID: <3E934BE9.90403@...9...> Benoit Minisini schrieb: >Le Lundi 7 Avril 2003 16:26, Charlie a ?crit : > > >>Salut Benoit, >> >>I found a bug in the gambas-0.52 Menu. >>You will see it if you call the IDE-Main-Menu. >>You can't see and create submenus (you see them and create them, >>but you don't know in which level they are and you can't change the level). >> >>amicalement >>Charlie >> >> >> >> > >Thanks Charlie. I have fixed it. > >P.S. Second try sending this mail :-( > > > had both charlie From benjgoa at ...107... Wed Apr 9 13:45:12 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Wed, 09 Apr 2003 12:45:12 +0100 Subject: [Gambas-user] Next release =?iso-8859-1?q?=3F?= In-Reply-To: <3E934B7E.9010001@...9...> Message-ID: <200304091054.MAA90186@...110...> Hi, when is the next version planned ? Because I wanted to know if I need to go back to mdk 9.0 or if I can wait ! :o) -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From karl.reinl at ...9... Wed Apr 9 14:25:37 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 09 Apr 2003 14:25:37 +0200 Subject: [Gambas-user] Picture Explorer Message-ID: <3E941141.40700@...9...> Salut Fabien, I think thats yours ? In Picture-Explorer I can't change to directories, outside from the project directory. Charlie From karl.reinl at ...9... Wed Apr 9 09:47:48 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 09 Apr 2003 09:47:48 +0200 Subject: [Gambas-user] devel mailing-list Message-ID: <3E93D024.1000400@...9...> Salut Beno?t, I remarked the following: I get every month a 'lists.sourceforge.net mailing list memberships reminder' They comme all together in one mail. Except the gambas-devel mailing-list, it has his own mail. amicalment Charlie From dimitribellini at ...69... Wed Apr 9 16:32:10 2003 From: dimitribellini at ...69... (=?iso-8859-1?Q?dimitribellini@...69...?=) Date: Wed, 9 Apr 2003 16:32:10 +0200 Subject: [Gambas-user] =?iso-8859-1?Q?RS232_Input/Output?= Message-ID: Hi some one know how to work Gambas with serial I/O thanks in advance. Please if is possible write or send me some example. Thanks in advance. From benjgoa at ...107... Wed Apr 9 17:30:15 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Wed, 09 Apr 2003 16:30:15 +0100 Subject: [Gambas-user] Forgot to attach the file.... In-Reply-To: <3E941141.40700@...9...> Message-ID: <200304091439.QAA76445@...112...> I've forgotten to attaching the file, so here it is ! :o) Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: output.txt URL: From dimitribellini at ...69... Wed Apr 9 16:25:52 2003 From: dimitribellini at ...69... (=?iso-8859-1?Q?dimitribellini@...69...?=) Date: Wed, 9 Apr 2003 16:25:52 +0200 Subject: [Gambas-user] =?iso-8859-1?Q?Re:_[Gambas-user]_Need_help_for_installing_GAMBAS?= Message-ID: Le Mardi 8 Avril 2003 19:53, Joao Luis Marques Pinto a ?crit : > I also had problems compiling on Mdk9.1. > > Anyway, /opt/gambas is the application itself it will not work if the > binaries are not compiled for your architecture or linked to libraries > you don't have. > > Regards, > - Mandrake 9.1 and qt-3.1 users must be patient. - My system is a Mandrake 9.0 yet ! - The next version of Gambas will be compatible with qt 3.1, as I have just Hi All I compile Gambas 0.52 on my MDK 9.1 with MySQL support with no problem ... i only add a path for QT Include... Now works fine... I use it for Italian Translation. By From benjgoa at ...107... Wed Apr 9 17:17:43 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Wed, 09 Apr 2003 16:17:43 +0100 Subject: [Gambas-user] Problem during "make" In-Reply-To: <3E941141.40700@...9...> Message-ID: <200304091426.QAA30179@...110...> Hi, Well... I' ve reinstalled Mandrake 9.0 but when I do "make" I have an error (see the attached file) someone can help me ? Thanks. Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From benjgoa at ...107... Wed Apr 9 20:03:27 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Wed, 09 Apr 2003 19:03:27 +0100 Subject: [Gambas-user] Re: [Gambas-user] Need help for installing GAMBAS In-Reply-To: Message-ID: <200304091703.TAA34650@...109...> How do you add a path for QT ? Thanks. Benjamin D. ------------------- > Le Mardi 8 Avril 2003 19:53, Joao Luis Marques Pinto a ?crit : > > I also had problems compiling on Mdk9.1. > > > > Anyway, /opt/gambas is the application itself it will not work if the > > binaries are not compiled for your architecture or linked to libraries > > you don't have. > > > > Regards, > > > > - Mandrake 9.1 and qt-3.1 users must be patient. > - My system is a Mandrake 9.0 yet ! > > - The next version of Gambas will be compatible with qt 3.1, as I have just > > Hi All I compile Gambas 0.52 on my MDK 9.1 with MySQL support with no problem ... i only add a path for QT Include... Now works fine... I use it for Italian Translation. > By > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From sourceforge-raindog2 at ...94... Wed Apr 9 19:36:07 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 9 Apr 2003 12:36:07 -0500 Subject: [Gambas-user] Problem during "make" In-Reply-To: <200304091426.QAA30179@...110...> References: <200304091426.QAA30179@...110...> Message-ID: <200304091336.07222.sourceforge-raindog2@...94...> On Wednesday 09 April 2003 11:17, LUCIEN BASNOIS wrote: > Well... I' ve reinstalled Mandrake 9.0 but when I do "make" I have an > error (see the attached file) someone can help me ? Your file didn't make it through to the list, but you're welcome to try my Mandrake 9.0 RPM's of gambas. Binary ones (gambas and gambas-gui) in the http://www.kudla.org/rpm/i586 directory and source RPM's in case you want to build your own at http://www.kudla.org/rpm/src-rpms . Rob From Gambasfr at ...11... Wed Apr 9 20:40:43 2003 From: Gambasfr at ...11... (Fabien) Date: Wed, 9 Apr 2003 20:40:43 +0200 Subject: [Gambas-user] RS232 Input/Output In-Reply-To: References: Message-ID: <200304092040.43490.Gambasfr@...11...> Le Mercredi 9 Avril 2003 16:32, dimitribellini at ...69... a ?crit : > Hi some one know how to work Gambas with serial I/O thanks in advance. > Please if is possible write or send me some example. > Thanks in advance. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Maybe it's not a good responce but gambas run on linux. In lunux a peripheric (RS232) is like file . Just found the good one in the directory /dev. Be carefull you must to be in root to Write in a /dev file or change is status. A first step to win , isn't it? ciao Fabien From dimitribellini at ...69... Wed Apr 9 23:41:46 2003 From: dimitribellini at ...69... (Dimitri Bellini) Date: Wed, 9 Apr 2003 23:41:46 +0200 Subject: [Gambas-user] RS232 Input/Output In-Reply-To: <200304092040.43490.Gambasfr@...11...> References: <200304092040.43490.Gambasfr@...11...> Message-ID: <200304092341.46832.dimitribellini@...69...> On Wednesday 09 April 2003 20:40, Fabien wrote: > Le Mercredi 9 Avril 2003 16:32, dimitribellini at ...69... a ?crit : > > Hi some one know how to work Gambas with serial I/O thanks in advance. > > Please if is possible write or send me some example. > > Thanks in advance. > > > Maybe it's not a good responce but gambas run on linux. In lunux a > peripheric (RS232) is like file . Just found the good one in the directory > /dev. > > Be carefull you must to be in root to Write in a /dev file > or change is status. > > > A first step to win , isn't it? > > ciao > > Fabien Thanks for your answer .... Dimitri From karl.reinl at ...9... Fri Apr 11 22:31:00 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 11 Apr 2003 22:31:00 +0200 Subject: [Gambas-user] Database component syntax Message-ID: <3E972604.1060904@...9...> Salut Beno?t, sorry to have posted that mail directly to you, that had no special intention. So you couldn't have the mail I sended to Nigel ( and not to mailing list) about the rResult = hDB.Exec("SELECT * INTO MyTable WHERE id = &1 AND name = &2",iId, sName) See Attachment WithDB_04.tar.gz ***** property NAME: Name is mostly used for the identification of the component. **** Available/EOF: before using this on Tables, (and what else is/was a DB-Table, then a file) it was used on files . And I didn't know that dBase,FoxBase,Clipper etc. came form M$. **** Creating a record in a table In the late final sense, I think there is no difference between 'creating' and 'adding' . But: do you create a baby ? do you add baby? Or do you install a baby? No : you make a baby. So words have only the sense in the way how they are used. **** In this point you dit me missunderstand, I meant exacly what you wrote in 'BE CAREFULL' , no clear target, no success *********************** ???? amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_04.tar.gz Type: application/x-tar Size: 5922 bytes Desc: not available URL: From benjgoa at ...107... Sat Apr 12 12:43:27 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Sat, 12 Apr 2003 11:43:27 +0100 Subject: [Gambas-user] Systemtray =?iso-8859-1?q?=3F?= In-Reply-To: <3E972604.1060904@...9...> Message-ID: <200304120943.LAA75254@...110...> Hi, Is there a way to put an icon in the systray ? (the zone which is generally next to the clock) Thanks. Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From Gambasfr at ...11... Sat Apr 12 22:04:40 2003 From: Gambasfr at ...11... (Fabien) Date: Sat, 12 Apr 2003 22:04:40 +0200 Subject: [Gambas-user] Systemtray ? In-Reply-To: <200304120943.LAA75254@...110...> References: <200304120943.LAA75254@...110...> Message-ID: <200304122204.40309.Gambasfr@...11...> Le Samedi 12 Avril 2003 12:43, LUCIEN BASNOIS a ?crit : > Hi, > Is there a way to put an icon in the systray ? (the zone which is > generally next to the clock) > > Thanks. > > Benjamin D. > -------------------------------------------------- > Oreka ! Nous sommes l'internet moins cher ! > Surfez 25% moins cher avec http://www.oreka.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Salut... Directly, no... Maybe in a future kde component. If someone now C ++ & kde and want to add it... He can do it, i'll be very happy. But Linux is not Windows... It's specifical applet for kde, or for gnome, it d?pend of the windows manager. If we have more c++ devellopers to maintain the libs... we can do lot of thing with gambas, for exemple a stable kde componant, gnome, maybe gnustep(i love there dockable app). Gambas is a very modulare linguage. Hem... I dream ... but... If the future want to smile... (french expession) Please all... scuse me ... I'm not shakespear... Fabien From karl.reinl at ...9... Sun Apr 13 23:59:15 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 13 Apr 2003 23:59:15 +0200 Subject: [Gambas-user] gb.db on pg Message-ID: <3E99DDB3.9020802@...9...> Salut, I wrote some small programms to show how to work with gb.db, but only for mysql(except WithDB_01 and WithDB_02, the login, who should work with both) . I want to set them to Jochens pages, but it would be great if someone can change them to work with pg. If you find bug's or if you have problems with, let me know it. amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_01.tar.gz Type: application/x-tar Size: 1347 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_02.tar.gz Type: application/x-tar Size: 3180 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_03_mysql.tar.gz Type: application/x-tar Size: 4298 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_04_mysql.tar.gz Type: application/x-tar Size: 5971 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_05_mysql.tar.gz Type: application/x-tar Size: 4251 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_06_mysql.tar.gz Type: application/x-tar Size: 4547 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_07_mysql.tar.gz Type: application/x-tar Size: 4335 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_08_mysql.tar.gz Type: application/x-tar Size: 4937 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WithDB_09_mysql.tar.gz Type: application/x-tar Size: 4870 bytes Desc: not available URL: From dimitribellini at ...69... Mon Apr 14 02:12:25 2003 From: dimitribellini at ...69... (dimi) Date: Mon, 14 Apr 2003 02:12:25 +0200 Subject: [Gambas-user] Is possible to merga knoda features in gambas!!!! :-) Message-ID: <200304140212.25902.dimitribellini@...69...> I look for some Ide tool for DB connection and i find this one Knoda i see that is possible o create a report and simple query with GUI tool is possble to merge this program in Gambas? http://knoda.sourceforge.net/ By Dimi From fabricemous at ...113... Mon Apr 14 09:58:23 2003 From: fabricemous at ...113... (Fabrice Mous) Date: Mon, 14 Apr 2003 09:58:23 +0200 Subject: [Gambas-user] Systemtray ? In-Reply-To: <200304122204.40309.Gambasfr@...11...> References: <200304120943.LAA75254@...110...> <200304122204.40309.Gambasfr@...11...> Message-ID: <200304140958.24024.fabricemous@...113...> [..] > > Is there a way to put an icon in the systray ? (the zone which is > > generally next to the clock) > > > > Thanks. > > > > Benjamin D. > > -------------------------------------------------- > > Oreka ! Nous sommes l'internet moins cher ! > > Surfez 25% moins cher avec http://www.oreka.com > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > > debugger for complex code. Debugging C/C++ programs can leave you feeling > > lost and disoriented. TotalView can help you find your way. Available on > > major UNIX and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > Salut... > > Directly, no... > Maybe in a future kde component. If someone now C ++ & kde and want to add > it... He can do it, i'll be very happy. But Linux is not Windows... It's > specifical applet for kde, or for gnome, it d?pend of the windows manager. > > If we have more c++ devellopers to maintain the libs... we can do lot of > thing with gambas, for exemple a stable kde componant, gnome, maybe > gnustep(i love there dockable app). Gambas is a very modulare linguage. > > Hem... I dream ... but... If the future want to smile... (french expession) > > Please all... scuse me ... I'm not shakespear... > > Fabien > But within KDE you can :-) look at the command: ksystraycmd --help Cheers' Fab -- Fabrice Mous fabricemous at ...113... fabrice at ...114... ~~ http://www.kde.nl VosBerg at ...115... ~~ http://www.vosberg.be From dimitribellini at ...69... Mon Apr 14 14:52:46 2003 From: dimitribellini at ...69... (=?iso-8859-1?Q?dimitribellini@...69...?=) Date: Mon, 14 Apr 2003 14:52:46 +0200 Subject: [Gambas-user] =?iso-8859-1?Q?Ide_Tool_SQL?= Message-ID: Hi all.. There is another incoming tool from Koffice group KESI (http://www.koffice.org/kexi) is very powerfull tool for creating (like MS Access) query and form direct from SQL Server. Look this project... I hope for DB integration.... :-) thanks in advance From radoslav.dejanovic at ...116... Tue Apr 15 15:37:22 2003 From: radoslav.dejanovic at ...116... (Radoslav Dejanovic) Date: Tue, 15 Apr 2003 15:37:22 +0200 Subject: [Gambas-user] suse 8.2 error Message-ID: <200304151537.22320.radoslav.dejanovic@...116...> Hi, I've just tried to compile 0.53 on SuSE 8.2 and here is the error message: c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ -I../../../src/share -pipe -Wall -fno-exceptions -g -O0 -c CPicture.cpp -fPIC -DPIC -o CPicture.lo CPicture.cpp: In function `void CPICTURE_load(void*, void*)': CPicture.cpp:454: error: non-lvalue in unary `&' make[5]: *** [CPicture.lo] Gre?ka 1 make[5]: Leaving directory `/home/rado/temp/gambas-0.53/src/lib/qt' Note that I had to override postgresql libraries while configuring: ./configure --with-pgsql-libraries=/usr/lib/postgresql/ Any ideas? -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From gambas at ...1... Tue Apr 15 20:17:42 2003 From: gambas at ...1... (Benoit Minisini) Date: Tue, 15 Apr 2003 18:17:42 +0000 Subject: [Gambas-user] suse 8.2 error In-Reply-To: <200304151537.22320.radoslav.dejanovic@...116...> References: <200304151537.22320.radoslav.dejanovic@...116...> Message-ID: <200304151817.42908.gambas@...1...> Le Mardi 15 Avril 2003 13:37, Radoslav Dejanovic a ?crit : > Hi, I've just tried to compile 0.53 on SuSE 8.2 and here is the error > message: > > c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include/ > -I../../../src/share -pipe -Wall -fno-exceptions -g -O0 -c CPicture.cpp > -fPIC -DPIC -o CPicture.lo > > CPicture.cpp: In function `void CPICTURE_load(void*, void*)': > > CPicture.cpp:454: error: non-lvalue in unary `&' > > make[5]: *** [CPicture.lo] Gre?ka 1 > > make[5]: Leaving directory `/home/rado/temp/gambas-0.53/src/lib/qt' > > Note that I had to override postgresql libraries while configuring: > > ./configure --with-pgsql-libraries=/usr/lib/postgresql/ > > > Any ideas? Hi Radoslav, That's funny. Something may have changed in the gcc compiler yet ! You can edit the line and replace "&THIS" by "(CPICTURE **)&_object". Then, recompile. Regards, -- Benoit Minisini mailto:gambas at ...1... From lexlindows at ...101... Tue Apr 15 18:24:56 2003 From: lexlindows at ...101... (Joe Moreno) Date: Tue, 15 Apr 2003 11:24:56 -0500 Subject: [Gambas-user] Sound in Gambas Message-ID: <3E9C3258.8040800@...101...> I'm working on a game in Gambas, and I'm wondering how I can make sound in Gambas. Someone said I could do this - Exec "play /usr/games/nome/sounds/test.wav". But this does not work for me, thanks From lexlindows at ...101... Tue Apr 15 18:27:29 2003 From: lexlindows at ...101... (Joe Moreno) Date: Tue, 15 Apr 2003 11:27:29 -0500 Subject: [Gambas-user] Subtract in Gambas Message-ID: <3E9C32F1.6080806@...101...> As I said in the other post I'm working on a game in gambas. I have a section for users to transfer money from there account. I need gambas to be able to when a user enters example "3.00", in a textbox "Textbox3" gambas will remove that total from the file "File.Load "/usr/local/games/nome/credit.txt", which at start off has 3000. Thanks From benjgoa at ...107... Tue Apr 15 22:41:06 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Tue, 15 Apr 2003 21:41:06 +0100 Subject: [Gambas-user] Subtract in Gambas In-Reply-To: <3E9C32F1.6080806@...101...> Message-ID: <200304151941.VAA19685@...109...> How do you do image blitting ? ------------------- > As I said in the other post I'm working on a game in gambas. > > I have a section for users to transfer money from there account. I need > gambas to be able to when a user enters example "3.00", in a textbox > "Textbox3" gambas will remove that total from the file "File.Load > "/usr/local/games/nome/credit.txt", which at start off has 3000. Thanks > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From webmaster at ...117... Wed Apr 16 08:35:44 2003 From: webmaster at ...117... (Robert Campbell) Date: Wed, 16 Apr 2003 01:35:44 -0500 Subject: [Gambas-user] kicker applet Message-ID: I see in the last post that it is pretty easy to put the icon of a gambas program in to the system tray but I don't think there is any easy way (or any way at all) to put a gambas program in the kde kicker panel so it is like a live applet (for example a weather applet made with gambas that shows the temperature in the kicker panel) if anyone knows a way that would be great From radoslav.dejanovic at ...116... Wed Apr 16 10:24:04 2003 From: radoslav.dejanovic at ...116... (Radoslav Dejanovic) Date: Wed, 16 Apr 2003 10:24:04 +0200 Subject: [Gambas-user] suse 8.2 error In-Reply-To: <200304151817.42908.gambas@...1...> References: <200304151537.22320.radoslav.dejanovic@...116...> <200304151817.42908.gambas@...1...> Message-ID: <200304161024.04360.radoslav.dejanovic@...116...> > You can edit the line and replace "&THIS" by "(CPICTURE **)&_object". > Then, recompile. Thanks, it went just fine.. but now, when I try to make install (as root), I get segmentation error: Making symbolic links in /usr/bin... Compiling and installing the development environment... OK Creating the library info files... /opt/gambas/lib/lib.gb.la /opt/gambas/lib/lib.gb.eval.la /opt/gambas/lib/lib.gb.example.la /opt/gambas/lib/lib.gb.db.la make[2]: *** [install-exec-local] Segmentacijska gre?ka make[2]: Leaving directory `/home/rado/temp/gambas-0.53' make[1]: *** [install-am] Gre?ka 2 make[1]: Leaving directory `/home/rado/temp/gambas-0.53' make: *** [install-recursive] Gre?ka 1 -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From benjgoa at ...107... Wed Apr 16 14:12:53 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Wed, 16 Apr 2003 13:12:53 +0100 Subject: [Gambas-user] 0.53 undex Mandrake =?iso-8859-1?q?9.1=3F?= Message-ID: <200304161112.NAA71179@...108...> Hi, Well I think the subject is pretty easy to understand, does GAMBAS works under Mandrake 9.1 ? Thanks. Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From gambas at ...1... Wed Apr 16 22:08:33 2003 From: gambas at ...1... (Benoit Minisini) Date: Wed, 16 Apr 2003 20:08:33 +0000 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? In-Reply-To: <200304161112.NAA71179@...108...> References: <200304161112.NAA71179@...108...> Message-ID: <200304162008.33488.gambas@...1...> Le Mercredi 16 Avril 2003 12:12, LUCIEN BASNOIS a ?crit : > Hi, > Well I think the subject is pretty easy to understand, does GAMBAS > works under Mandrake 9.1 ? > > That is a good question. Anyone has the answer ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Apr 16 22:17:00 2003 From: gambas at ...1... (Benoit Minisini) Date: Wed, 16 Apr 2003 20:17:00 +0000 Subject: [Gambas-user] suse 8.2 error In-Reply-To: <200304161024.04360.radoslav.dejanovic@...116...> References: <200304151537.22320.radoslav.dejanovic@...116...> <200304151817.42908.gambas@...1...> <200304161024.04360.radoslav.dejanovic@...116...> Message-ID: <200304162017.00680.gambas@...1...> Le Mercredi 16 Avril 2003 08:24, Radoslav Dejanovic a ?crit : > > You can edit the line and replace "&THIS" by "(CPICTURE **)&_object". > > Then, recompile. > > Thanks, it went just fine.. but now, when I try to make install (as root), > I get segmentation error: > > Making symbolic links in /usr/bin... > Compiling and installing the development environment... > OK > Creating the library info files... > /opt/gambas/lib/lib.gb.la > /opt/gambas/lib/lib.gb.eval.la > /opt/gambas/lib/lib.gb.example.la > /opt/gambas/lib/lib.gb.db.la > make[2]: *** [install-exec-local] Segmentacijska gre?ka > make[2]: Leaving directory `/home/rado/temp/gambas-0.53' > make[1]: *** [install-am] Gre?ka 2 > make[1]: Leaving directory `/home/rado/temp/gambas-0.53' > make: *** [install-recursive] Gre?ka 1 Could you, just after this crash, do the following : $ gdb gbi ... $ set args -a $ run ... And send the result to me ? (Do not post it on the mailing-list) Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Wed Apr 16 20:58:03 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 16 Apr 2003 14:58:03 -0400 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? In-Reply-To: <200304162008.33488.gambas@...1...> References: <200304161112.NAA71179@...108...> <200304162008.33488.gambas@...1...> Message-ID: <200304161458.03212.sourceforge-raindog2@...94...> On Wednesday 16 April 2003 16:08, Benoit Minisini wrote: > > Well I think the subject is pretty easy to understand, does GAMBAS > > works under Mandrake 9.1 ? > That is a good question. Anyone has the answer ? I finally built a 9.1 box yesterday and maybe tomorrow I'll have time to try rebuilding my 0.53 RPM's on it. I'll post whether it works or doesn't. Rob From dimitribellini at ...69... Wed Apr 16 23:48:34 2003 From: dimitribellini at ...69... (Dimitri Bellini) Date: Wed, 16 Apr 2003 23:48:34 +0200 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? In-Reply-To: <200304161458.03212.sourceforge-raindog2@...94...> References: <200304161112.NAA71179@...108...> <200304162008.33488.gambas@...1...> <200304161458.03212.sourceforge-raindog2@...94...> Message-ID: <200304162348.35033.dimitribellini@...69...> On Wednesday 16 April 2003 20:58, Rob wrote: > On Wednesday 16 April 2003 16:08, Benoit Minisini wrote: > > > Well I think the subject is pretty easy to understand, does GAMBAS > > > works under Mandrake 9.1 ? > > > > That is a good question. Anyone has the answer ? > > I finally built a 9.1 box yesterday and maybe tomorrow I'll have time to > try rebuilding my 0.53 RPM's on it. I'll post whether it works or doesn't. > WORKS!!! I compile 0.53 today works very well with AA font... Very Goood... Dimi From karl.reinl at ...9... Wed Apr 16 23:48:14 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 16 Apr 2003 23:48:14 +0200 Subject: [Gambas-user] devel / gambas-0.53 / mysql Message-ID: <3E9DCF9E.8070707@...9...> Salut Benoit, by searching why I had no announcement for gambas-0.53 I had a look to the gambas-devel archiv, and it was empty (but I'v had a couple of mails). Is that a point of problems at gambas-devel ? Had a try at a SuSE 8.0 with gambas-0.53, not very deep, but the chrsh after deleting/cutting a component from the form is gone. MySql also. The gb.db don't work anymore for mysql (Database was changed in Connection), but mysql is not known as driver! Charlie From karl.reinl at ...9... Wed Apr 16 23:54:58 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 16 Apr 2003 23:54:58 +0200 Subject: [Gambas-user] gambas-devel-archives Message-ID: <3E9DD132.3080800@...9...> Sorry , just had a go to gambas-devel-archives, is available now, wasn't this afternoon, for shure. Charlie From nigel at ...38... Thu Apr 17 13:47:41 2003 From: nigel at ...38... (Nigel GERRARD) Date: Thu, 17 Apr 2003 12:47:41 +0100 Subject: Fw: [Gambas-user] devel / gambas-0.53 / mysql Message-ID: <002a01c304d7$7efb8b40$020a0a0a@...55...> Benoit, I have the same problem and it occurs for both postgresql and mysql. I believe it is because lib.gb.db.mysql.la and lib.gb.db.postgresql.la are not being copied to /opt/gambas/lib after an make install. Nigel ----- Original Message ----- From: "Charlie" To: "gambas-user" Sent: Wednesday, April 16, 2003 10:48 PM Subject: [Gambas-user] devel / gambas-0.53 / mysql > Salut Benoit, > > by searching why I had no announcement for gambas-0.53 I had a look to > the gambas-devel archiv, > and it was empty (but I'v had a couple of mails). > Is that a point of problems at gambas-devel ? > > Had a try at a SuSE 8.0 with gambas-0.53, not very deep, but the chrsh > after deleting/cutting a component from the form is gone. > > MySql also. The gb.db don't work anymore for mysql (Database was > changed in Connection), but mysql is not known as driver! > > Charlie > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From na2492 at ...9... Thu Apr 17 17:13:26 2003 From: na2492 at ...9... (na2492 at ...9...) Date: Thu, 17 Apr 2003 17:13:26 00200 Subject: Fw: [Gambas-user] devel / gambas-0.53 / mysql Message-ID: <3e9ec496.2555.0@...9...> Salut Nigle, after copied the tow files to /opt/gambas/lib mysql finds his driver. But the db.find("mytable"," name = &1 " "Fritz") don'T work. Thanks Charlie >Benoit, > >I have the same problem and it occurs for both postgresql and mysql. > >I believe it is because lib.gb.db.mysql.la and lib.gb.db.postgresql.la are >not being copied to >/opt/gambas/lib after an make install. > >Nigel > >----- Original Message ----- >From: "Charlie" >To: "gambas-user" >Sent: Wednesday, April 16, 2003 10:48 PM >Subject: [Gambas-user] devel / gambas-0.53 / mysql > > >> Salut Benoit, >> >> by searching why I had no announcement for gambas-0.53 I had a look to >> the gambas-devel archiv, >> and it was empty (but I'v had a couple of mails). >> Is that a point of problems at gambas-devel ? >> >> Had a try at a SuSE 8.0 with gambas-0.53, not very deep, but the chrsh >> after deleting/cutting a component from the form is gone. >> >> MySql also. The gb.db don't work anymore for mysql (Database was >> changed in Connection), but mysql is not known as driver! >> >> Charlie >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From benjgoa at ...107... Thu Apr 17 18:25:23 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Thu, 17 Apr 2003 17:25:23 +0100 Subject: [Gambas-user] 0.53 undex Mandrake =?iso-8859-1?q?9.1=3F?= In-Reply-To: <200304162348.35033.dimitribellini@...69...> Message-ID: <200304171525.RAA90729@...112...> Well, I' ve been reinstalling mdk9.1 and tried to install gambas but when I do "make" I obtain an error (check in the attached file). Does someone knows how to solve this ? Thanks, Benjamin D. ------------------- > On Wednesday 16 April 2003 20:58, Rob wrote: > > On Wednesday 16 April 2003 16:08, Benoit Minisini wrote: > > > > Well I think the subject is pretty easy to understand, does GAMBAS > > > > works under Mandrake 9.1 ? > > > > > > That is a good question. Anyone has the answer ? > > > > I finally built a 9.1 box yesterday and maybe tomorrow I'll have time to > > try rebuilding my 0.53 RPM's on it. I'll post whether it works or doesn't. > > > WORKS!!! I compile 0.53 today works very well with AA font... Very Goood... > Dimi > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From Gambasfr at ...11... Thu Apr 17 21:12:55 2003 From: Gambasfr at ...11... (Fabien) Date: Thu, 17 Apr 2003 21:12:55 +0200 Subject: [Gambas-user] kicker applet In-Reply-To: References: Message-ID: <200304172112.55443.Gambasfr@...11...> Le Mercredi 16 Avril 2003 08:35, Robert Campbell a ?crit : > I see in the last post that it is pretty easy to put the icon of a gambas > program in to the system tray but I don't think there is any easy way (or > any way at all) to put a gambas program in the kde kicker panel so it is > like a live applet (for example a weather applet made with gambas that > shows the temperature in the kicker panel) > > if anyone knows a way that would be great salut humm... well there no way to do this directly... I think we must to implement something in the kde componant to do this. Wait for idea... Fabien From karl.reinl at ...9... Thu Apr 17 21:58:08 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 17 Apr 2003 21:58:08 +0200 Subject: [Gambas-user] gambas-0.53 Message-ID: <3E9F0750.7060304@...9...> Salut, with gambas-0.53 you have to recompile all projects. Charlie From sourceforge-raindog2 at ...94... Fri Apr 18 04:15:26 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 17 Apr 2003 22:15:26 -0400 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? In-Reply-To: <200304171525.RAA90729@...112...> References: <200304171525.RAA90729@...112...> Message-ID: <200304172215.26282.sourceforge-raindog2@...94...> On Thursday 17 April 2003 12:25, LUCIEN BASNOIS wrote: > Well, > I' ve been reinstalling mdk9.1 and tried to install gambas but when I > do "make" I obtain an error (check in the attached file). Does someone > knows how to solve this ? I finally got around to building 0.53 today, and built RPM's for Mandrake 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. The mailing list seems to have stripped off your attached file, but the only problem I had when building (using my spec file from previous versions) was that it had trouble finding the libpq3 libs. I had to add something to the configure line, but it was pretty simple. Rob From gambas at ...1... Fri Apr 18 12:46:32 2003 From: gambas at ...1... (Benoit Minisini) Date: Fri, 18 Apr 2003 10:46:32 +0000 Subject: Fw: [Gambas-user] devel / gambas-0.53 / mysql Message-ID: <200304181046.32088.gambas@...1...> Le Jeudi 17 Avril 2003 11:47, Nigel GERRARD a ?crit : > Benoit, > > I have the same problem and it occurs for both postgresql and mysql. > > I believe it is because lib.gb.db.mysql.la and lib.gb.db.postgresql.la are > not being copied to > /opt/gambas/lib after an make install. > > Nigel Hi everybody, Thanks to Nigel that points the problem. This is an infamous bug I did in the program gbi. Here is a corrected file "gbi.c". You just have to replace the old one in ".../src/comp" by this one, before compiling gambas. Sorry for that ! Note: second try to post this mail. The first was lost :-( It seems that answering to a previous post works, but not posting directly. -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: gbi.c Type: text/x-csrc Size: 8993 bytes Desc: not available URL: From karl.reinl at ...9... Fri Apr 18 23:22:09 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 18 Apr 2003 23:22:09 +0200 Subject: [Gambas-user] DB in gb.db Message-ID: <3EA06C81.5090900@...9...> Salut, don't undersand DB in gb.db Somebody knows ? Charlie From karl.reinl at ...9... Fri Apr 18 23:25:54 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 18 Apr 2003 23:25:54 +0200 Subject: [Gambas-user] Find and edit in gb.db with mysql Message-ID: <3EA06D62.4010404@...9...> Salut, is anybody able to run odb.find("Table" , "field = &1", "argu") or odb.edit("Table" , "field = &1", "argu") amicalement Charlie From karl.reinl at ...9... Fri Apr 18 23:27:52 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 18 Apr 2003 23:27:52 +0200 Subject: Fw: [Gambas-user] devel / gambas-0.53 / mysql References: <200304181046.32088.gambas@...1...> Message-ID: <3EA06DD8.2090101@...9...> Benoit Minisini (by way of Benoit Minisini ) (by way of Benoit Minisini) schrieb: >Le Jeudi 17 Avril 2003 11:47, Nigel GERRARD a ?crit : > > >>Benoit, >> >>I have the same problem and it occurs for both postgresql and mysql. >> >>I believe it is because lib.gb.db.mysql.la and lib.gb.db.postgresql.la are >>not being copied to >>/opt/gambas/lib after an make install. >> >>Nigel >> >> > >Hi everybody, > >Thanks to Nigel that points the problem. > >This is an infamous bug I did in the program gbi. > >Here is a corrected file "gbi.c". You just have to replace the old one in >".../src/comp" by this one, before compiling gambas. > >Sorry for that ! > >Note: second try to post this mail. The first was lost :-( >It seems that answering to a previous post works, but not posting directly. > >-- >Benoit Minisini >mailto:gambas at ...1... > > > Now it works Tanks Charlie From karl.reinl at ...9... Sat Apr 19 23:54:08 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 19 Apr 2003 23:54:08 +0200 Subject: [Gambas-user] gambas writing to /tmp Message-ID: <3EA1C580.6050109@...9...> Salut Benoit, I'm trying the Knoppix distro actually. Knoppix normaly don't use any discspace, it is starting from one CD. Knoppix is based on a debian. Not thougth for, possible you can it install on a disk. After installing QT and gambas I can use it (actually without gb.db, mysql and postgresql are pressent, but without source code.) My problem, I'm able only to run it as root. Starting gambas as member of users it stops because it seams users have no rights to write to /tmp , and gambas to that at starting time. May be that is only a special Knoppix, and don't apear on other Linux systems, but writing to /tmp and having no right for in my case means no working with gambas. I had a look to the properties of /tmp on 3 differend Linux-system, they are allways the same. Charlie From karl.reinl at ...9... Sun Apr 20 21:36:57 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 20 Apr 2003 21:36:57 +0200 Subject: [Gambas-user] Info Sources Message-ID: <3EA2F6D9.2070904@...9...> Salut, found a new source for infos about linux, PostgreSQL and MySQL. But only for german readers. http://selflinux.sourceforge.net Charlie From benjgoa at ...107... Mon Apr 21 02:43:56 2003 From: benjgoa at ...107... (LUCIEN BASNOIS) Date: Mon, 21 Apr 2003 01:43:56 +0100 Subject: [Gambas-user] DoEvents =?iso-8859-1?q?=3F?= In-Reply-To: <3EA2F6D9.2070904@...9...> Message-ID: <200304202343.BAA18816@...112...> Hello, I will make a game with GAMBAS using the Draw class..... but, isn't here a "DoEvent" function in GAMBAS ?!! It should be to be able to do a real graphic system.... If you know how I can replace it please say me how ! :) Thanks, and again: sorry for my bad english Benjamin D. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com From sourceforge-raindog2 at ...94... Mon Apr 21 05:39:34 2003 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 20 Apr 2003 23:39:34 -0400 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? In-Reply-To: <200304172215.26282.sourceforge-raindog2@...94...> References: <200304171525.RAA90729@...112...> <200304172215.26282.sourceforge-raindog2@...94...> Message-ID: <200304202339.34425.sourceforge-raindog2@...94...> On Thursday 17 April 2003 22:15, Rob wrote: > I finally got around to building 0.53 today, and built RPM's for Mandrake > 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a > firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already > in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. And now they're all available, 9.0 and 9.1 both; see my post at http://www.kudla.org/index.php?wl_mode=more&wl_eid=8 for links. Rob From girardhenri at ...67... Mon Apr 21 09:01:09 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 21 Apr 2003 09:01:09 +0200 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? References: <200304171525.RAA90729@...112...> <200304172215.26282.sourceforge-raindog2@...94...> <200304202339.34425.sourceforge-raindog2@...94...> Message-ID: good man.. I will try it !!! I have been waiting for it for a long time : do you know the proverb : everything comes for whom knows to wait ! (humble french translation..lol) KR HG ----- Original Message ----- From: "Rob" To: Sent: Monday, April 21, 2003 5:39 AM Subject: Re: [Gambas-user] 0.53 undex Mandrake 9.1? On Thursday 17 April 2003 22:15, Rob wrote: > I finally got around to building 0.53 today, and built RPM's for Mandrake > 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a > firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already > in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. And now they're all available, 9.0 and 9.1 both; see my post at http://www.kudla.org/index.php?wl_mode=more&wl_eid=8 for links. Rob ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Mon Apr 21 09:28:16 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 21 Apr 2003 09:28:16 +0200 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? References: <200304171525.RAA90729@...112...> <200304172215.26282.sourceforge-raindog2@...94...> <200304202339.34425.sourceforge-raindog2@...94...> Message-ID: Fabulous RPM.. it works on the spot ... 9.1.. ----- Original Message ----- From: "Rob" To: Sent: Monday, April 21, 2003 5:39 AM Subject: Re: [Gambas-user] 0.53 undex Mandrake 9.1? On Thursday 17 April 2003 22:15, Rob wrote: > I finally got around to building 0.53 today, and built RPM's for Mandrake > 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a > firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already > in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. And now they're all available, 9.0 and 9.1 both; see my post at http://www.kudla.org/index.php?wl_mode=more&wl_eid=8 for links. Rob ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Mon Apr 21 09:34:28 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 21 Apr 2003 09:34:28 +0200 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? References: <200304171525.RAA90729@...112...> <200304172215.26282.sourceforge-raindog2@...94...> <200304202339.34425.sourceforge-raindog2@...94...> Message-ID: Now the second step : Is there any samples any where ? I am beginner and kind of hello things would be helpfull.. KR ----- Original Message ----- From: "Rob" To: Sent: Monday, April 21, 2003 5:39 AM Subject: Re: [Gambas-user] 0.53 undex Mandrake 9.1? On Thursday 17 April 2003 22:15, Rob wrote: > I finally got around to building 0.53 today, and built RPM's for Mandrake > 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a > firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already > in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. And now they're all available, 9.0 and 9.1 both; see my post at http://www.kudla.org/index.php?wl_mode=more&wl_eid=8 for links. Rob ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Mon Apr 21 09:40:51 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 21 Apr 2003 09:40:51 +0200 Subject: [Gambas-user] 0.53 undex Mandrake 9.1? References: <200304171525.RAA90729@...112...> <200304172215.26282.sourceforge-raindog2@...94...> <200304202339.34425.sourceforge-raindog2@...94...> Message-ID: Formula : I found this one false "E=mc?" in Einstein's context... lol... in french it means : Error = merde c?arr?e :) So everybody can make a mistake ! lol (and it's not a joke .. it's really false... the day scientists will discover it... they will have a heart strock @+ ----- Original Message ----- From: "Rob" To: Sent: Monday, April 21, 2003 5:39 AM Subject: Re: [Gambas-user] 0.53 undex Mandrake 9.1? On Thursday 17 April 2003 22:15, Rob wrote: > I finally got around to building 0.53 today, and built RPM's for Mandrake > 9.0 as well as Mandrake 9.1. Unfortunately I left the 9.1 RPM's behind a > firewall but will gladly post the lot tomorrow. The 9.0 RPM's are already > in my 9.0 repository at http://www.kudla.org/rpm/ in the meantime. And now they're all available, 9.0 and 9.1 both; see my post at http://www.kudla.org/index.php?wl_mode=more&wl_eid=8 for links. Rob ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...2... Mon Apr 21 12:50:33 2003 From: gambas at ...2... (Benoit Minisini) Date: Mon, 21 Apr 2003 10:50:33 +0000 Subject: [Gambas-user] DoEvents ? In-Reply-To: <200304202343.BAA18816@...112...> References: <200304202343.BAA18816@...112...> Message-ID: <200304211050.33598.gambas@...2...> Le Lundi 21 Avril 2003 00:43, LUCIEN BASNOIS a ?crit : > Hello, > I will make a game with GAMBAS using the Draw class..... but, isn't > here a > "DoEvent" function in GAMBAS ?!! It should be to be able to do a real > graphic > system.... If you know how I can replace it please say me how ! :) > > Thanks, and again: sorry for my bad english > > Benjamin D. Hi, Lucien Use the WAIT instruction. But, for a game, you shouldn't use that. You should draw each frame of your game in response to a timer event. Regards, -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Mon Apr 21 16:32:40 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 21 Apr 2003 16:32:40 +0200 Subject: [Gambas-user] Gambas-devel Archives Message-ID: <3EA40108.703@...9...> five min. ago I was in the site, Now he returns me an error. If you don't make changes actually , have a look Charlie From girardhenri at ...67... Mon Apr 21 19:24:22 2003 From: girardhenri at ...67... (Henri Girard) Date: Mon, 21 Apr 2003 19:24:22 +0200 Subject: [Gambas-user] i found the examples References: <3EA40108.703@...9...> Message-ID: Sorry for asking... Nice job From karl.reinl at ...9... Mon Apr 21 19:45:13 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 21 Apr 2003 19:45:13 +0200 Subject: [Gambas-user] Acknowledgement return from Gambas-user Message-ID: <3EA42E29.5040805@...9...> Since I had remarked that also Gambas-user don't work correctly, (my mails didn't come back yesterday and today) Now I switche my options to Acknowledgement return This is the test, if it works. Charlie From karl.reinl at ...9... Mon Apr 21 22:34:49 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 21 Apr 2003 22:34:49 +0200 Subject: [Gambas-user] two problems Message-ID: <3EA455E9.9050301@...9...> Salut, two problems: 1st ) all gambas explorer are limited to the starting Directory: In Picture-Explorer I can't change to directories, outside from the project directory. In Project-Explorer I can't change to directories, outside my home (project) directory.(so if I need a look to app/gambas in /opt/gambas/gambas-x.xx I need to copy it to my home (project) directory). 2nd ) I still can't use the translation. After compiling the .pot has 0 Size even the de.pot, may it be my gettext version ? gettext version is 0.10.36 gambas-0.53 / Suse 7.2 Updated with qt 3.05 and KDE 2.2.2 Charlie From gambas at ...2... Tue Apr 22 01:55:47 2003 From: gambas at ...2... (Benoit Minisini) Date: Mon, 21 Apr 2003 23:55:47 +0000 Subject: [Gambas-user] Acknowledgement return from Gambas-user In-Reply-To: <3EA42E29.5040805@...9...> References: <3EA42E29.5040805@...9...> Message-ID: <200304212355.47971.gambas@...2...> Hi men, Here is gambas 0.54 ! This version was release to correct the problem of the gbi program that removed the database drivers, and to allow Nigel Gerrard to test its MySQL database driver with a new useful tool: the Gambas Database Manager. This tool is only a alpha preview. You will find it in the ../app/gbdbmgr directory. There is a improvement in the translation tool also. When you import a translation file, the translation is merged with the current one. It does not replace it anymore. This is very useful if someone send to a translator a few translation corrections in a complete translation file. But, be careful, the new translation strings from the imported file replaces the existing translation without any warning. Enjoy it, // I hope this mail will be posted without any problem ! // No, it had returned by telling that my Internet Provider reject the // verification of my e-mail address ! :-((( // I try by answering an already existing post. It worked tomorrow... -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Mon Apr 21 23:57:12 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 21 Apr 2003 23:57:12 +0200 Subject: [Gambas-user] Acknowledgement return from Gambas-user References: <3EA42E29.5040805@...9...> <200304212355.47971.gambas@...2...> Message-ID: <3EA46938.1080805@...9...> Benoit Minisini schrieb: >Hi men, > >Here is gambas 0.54 ! > >This version was release to correct the problem of the gbi program that >removed the database drivers, and to allow Nigel Gerrard to test its MySQL >database driver with a new useful tool: the Gambas Database Manager. > >This tool is only a alpha preview. You will find it in the ../app/gbdbmgr >directory. > >There is a improvement in the translation tool also. When you import a >translation file, the translation is merged with the current one. It does not >replace it anymore. > >This is very useful if someone send to a translator a few translation >corrections in a complete translation file. > >But, be careful, the new translation strings from the imported file replaces >the existing translation without any warning. > >Enjoy it, > >// I hope this mail will be posted without any problem ! > >// No, it had returned by telling that my Internet Provider reject the >// verification of my e-mail address ! :-((( >// I try by answering an already existing post. It worked tomorrow... > > > Nothing found yet. Charlie From radoslav.dejanovic at ...116... Tue Apr 22 09:32:07 2003 From: radoslav.dejanovic at ...116... (Radoslav Dejanovic) Date: Tue, 22 Apr 2003 09:32:07 +0200 Subject: [Gambas-user] gambas writing to /tmp In-Reply-To: <3EA1C580.6050109@...9...> References: <3EA1C580.6050109@...9...> Message-ID: <200304220932.07611.radoslav.dejanovic@...116...> On Saturday 19 April 2003 11:54 pm, Charlie wrote: > May be that is only a special Knoppix, and don't apear on other Linux > systems, but writing to /tmp and having no right for in my case means no > working with gambas. > I had a look to the properties of /tmp on 3 differend Linux-system, they > are allways the same. /tmp directory is designed to be a local scrapbook for all users and daemons, so it should be open for everyone. Now, there are some known issues with everyone being able to fully access that directory (some userland security issues and some race conditions), but it shouldn't be of concern. As far as I know Knoppix, it is designed to run from CD and keep /tmp in RAM disk, as well as other directories. If there's something like rwx------ for your /tmp directory, you can change it to allow other users to access it (chmod 777 /tmp), then add sticky bit if you like. That should fix that problem, and as far as I remember, there is some possibility to save state of your Knoppix on a floppy disk so you can reuse it next time you boot to Knoppix... my 0.02? -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From na2492 at ...9... Tue Apr 22 10:08:40 2003 From: na2492 at ...9... (na2492 at ...9...) Date: Tue, 22 Apr 2003 10:08:40 00200 Subject: [Gambas-user] gambas writing to /tmp Message-ID: <3ea4f888.2d04.0@...9...> >On Saturday 19 April 2003 11:54 pm, Charlie wrote: >> May be that is only a special Knoppix, and don't apear on other Linux >> systems, but writing to /tmp and having no right for in my case means no >> working with gambas. >> I had a look to the properties of /tmp on 3 differend Linux-system, they >> are allways the same. > >/tmp directory is designed to be a local scrapbook for all users and daemons, >so it should be open for everyone. Now, there are some known issues with >everyone being able to fully access that directory (some userland security >issues and some race conditions), but it shouldn't be of concern. As far as I >know Knoppix, it is designed to run from CD and keep /tmp in RAM disk, as >well as other directories. If there's something like rwx------ for your /tmp >directory, you can change it to allow other users to access it (chmod 777 >/tmp), then add sticky bit if you like. That should fix that problem, and as >far as I remember, there is some possibility to save state of your Knoppix on >a floppy disk so you can reuse it next time you boot to Knoppix... my 0.02?�? > Thanks , like I worte, the access- rights to /tmp are the same as on my SuSE 7.2 and SuSE 8.0. The Knoppix I use is 3.2 and is installed on a HD ( using knx-hdinstall ). My actual workaround is working as root, that creates no problem, because that is single VM-engine with a host-only network. Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From haychis at ...118... Thu Apr 24 15:08:07 2003 From: haychis at ...118... (=?iso-8859-1?q?henry=20i?=) Date: Thu, 24 Apr 2003 23:08:07 +1000 (EST) Subject: [Gambas-user] Font size in code editor Message-ID: <20030424130807.69598.qmail@...119...> I cannot seem to change from FIXED 15 font size for the code editor. even though i change it, it stays the same ? http://mobile.yahoo.com.au - Yahoo! Mobile - Check & compose your email via SMS on your Telstra or Vodafone mobile. From gambasfr at ...11... Thu Apr 24 21:16:49 2003 From: gambasfr at ...11... (Fabien) Date: Thu, 24 Apr 2003 21:16:49 +0200 Subject: [Gambas-user] Font size in code editor In-Reply-To: <20030424130807.69598.qmail@...119...> References: <20030424130807.69598.qmail@...119...> Message-ID: <200304242116.49732.gambasfr@...11...> Le Jeudi 24 Avril 2003 15:08, henry i a ?crit : > I cannot seem to change from FIXED 15 font size for > the code editor. even though i change it, it stays the > same ? > > http://mobile.yahoo.com.au - Yahoo! Mobile > - Check & compose your email via SMS on your Telstra or Vodafone mobile. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Salut I 've just test it and it work very well Type 15 in the font size zone and click 'apply' and after 'ok' Fabien From bsnipes at ...21... Fri Apr 25 05:02:04 2003 From: bsnipes at ...21... (Brian Snipes) Date: 24 Apr 2003 22:02:04 -0500 Subject: [Gambas-user] NVidia workaround Message-ID: <1051239724.14130.6.camel@...73...> I use Gentoo 1.4rc2 and have been doing 'opengl-update xfree' before running Gambas and then 'opengl-update nvidia' after exiting to put the NVidia opengl components back. Today I experimented with just changing the LD_LIBRARY_PATH before going into Gambas so that it pointed to the xfree opengl libraries. Lo and behold it worked... So, in order to run Gambas on Gentoo, run: export LD_LIBRARY_PATH=/usr/lib/opengl/xfree/lib gambas Putting this in an alias or a shell script to save typing is next. BTW the contents of my /usr/lib/xfree/lib directory is as follows: -rw-r--r-- 1 root root 665898 Feb 28 19:47 libGL.a -rw-r--r-- 1 root root 777 Feb 28 19:47 libGL.la lrwxrwxrwx 1 root root 12 Feb 28 19:47 libGL.so -> libGL.so.1.2 lrwxrwxrwx 1 root root 12 Feb 28 19:47 libGL.so.1 -> libGL.so.1.2 -rwxr-xr-x 1 root root 577216 Feb 28 19:47 libGL.so.1.2 lrwxrwxrwx 1 root root 12 Feb 28 19:47 libMesaGL.so -> libGL.so.1.2 Brian -- C. Brian Snipes RHCE, MCNE, LCP, CCNA, MSP Dynamic Network Integration, Inc. Phone : 205.640.6913 Cell : 205.602.1279 From carlo.m at ...120... Fri Apr 25 11:58:12 2003 From: carlo.m at ...120... (Carlo Malfatti) Date: 25 Apr 2003 11:58:12 +0200 Subject: [Gambas-user] bugs - installation - libqt-mt.so.3 Message-ID: <1051264692.3478.23.camel@...121...> Hi all, I've tried to compile Gambas-0.54 and it stopped during installation (after configure and make) with the following error: /opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' trying running gambas reports: ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la': /usr/lib/qt-3.1/ lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE I've a RH9 system, configure completed after adding postgresql and mysql path (using --with-pgsql-libraries=...). The output.txt file generated as per troubleshotting page on gambas site is herewith attached. Any ideas I can try or any other detail I should submit? Thanks in advance and best regards, Carlo -------------- next part -------------- checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /home/carlo/downloads/gambas-0.54/missing: Unknown `--run' option Try `/home/carlo/downloads/gambas-0.54/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking return type of signal handlers... void checking for working strcoll... yes checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for getcwd... yes checking for gettimeofday... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strtod... yes checking for strtol... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether -lc should be explicitly linked in... no creating libtool checking for main in -lm... yes checking for main in -lz... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XShmAttach in -lXext... yes checking for QT 3.x libraries... /usr/lib/qt-3.1/lib checking for QT 3.x includes... /usr/lib/qt-3.1/include/ checking for moc... /usr/lib/qt-3.1/include//../bin/moc checking for KDE 3.x includes... /usr/include/kde/ checking for KDE 3.x libraries... /usr/lib checking for Postgresql includes... /usr/include/ checking for Postgresql libraries... /usr/lib/mysql checking for MySql includes... /usr/include/mysql/ checking for MySql libraries... /usr/lib/mysql/ configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/share/Makefile config.status: creating src/comp/Makefile config.status: creating src/exec/Makefile config.status: creating src/lib/Makefile config.status: creating src/lib/eval/Makefile config.status: creating src/lib/example/Makefile config.status: creating src/lib/qt/Makefile config.status: creating src/lib/qt/editor/Makefile config.status: creating src/lib/qt/ext/Makefile config.status: creating src/lib/qt/kde/Makefile config.status: creating src/lib/db/Makefile config.status: creating src/lib/db/mysql/Makefile config.status: creating src/lib/db/postgresql/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: configuring in libltdl configure: running /bin/sh './configure' --prefix=/opt/gambas '--with-pgsql-libraries=/usr/lib/pqsql/' '--with-pgsql-libraries=/usr/lib/mysql' --enable-ltdl-convenience --cache-file=/dev/null --srcdir=. loading cache /dev/null checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for working const... yes checking for inline... inline checking for Cygwin environment... no checking for mingw32 environment... no checking how to run the C preprocessor... gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether gcc supports assert without backlinking... checking which extension is used for shared libraries... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for dlopen in -ldl... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking for errno.h... yes checking for malloc.h... yes checking for memory.h... yes checking for stdlib.h... yes checking for stdio.h... yes checking for ctype.h... yes checking for unistd.h... yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for string.h... yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes updating cache /dev/null creating ./config.status creating Makefile creating config.h config.h is unchanged make all-recursive make[1]: Entering directory `/home/carlo/downloads/gambas-0.54' Making all in libltdl make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c rm -f .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 mv -f .libs/ltdl.lo ltdl.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* ar cru .libs/libltdlc.al ltdl.lo ranlib .libs/libltdlc.al creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' Making all in src make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src' Making all in share make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' Making all in comp make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' Making all in exec make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' Making all in lib make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Making all in eval make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' Making all in example make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' Making all in db make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making all in mysql make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' Making all in postgresql make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making all in qt make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' Making all in editor make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' Making all in ext make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' Making all in kde make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' Making install in libltdl make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' /bin/sh ./../mkinstalldirs /opt/gambas/lib /bin/sh ./../mkinstalldirs /opt/gambas/include make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' Making install in src make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/src' Making install in share make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/gambas/include /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' Making install in comp make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/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 /bin/sh ../../libtool --mode=install /usr/bin/install -c gbi /opt/gambas/bin/gbi /usr/bin/install -c gbi /opt/gambas/bin/gbi make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' Making install in exec make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' /bin/sh ../../mkinstalldirs /opt/gambas/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c lib.gb.la /opt/gambas/lib/lib.gb.la /usr/bin/install -c .libs/lib.gb.so.0.0.0 /opt/gambas/lib/lib.gb.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.so.0 && ln -s lib.gb.so.0.0.0 lib.gb.so.0) (cd /opt/gambas/lib && rm -f lib.gb.so && ln -s lib.gb.so.0.0.0 lib.gb.so) /usr/bin/install -c .libs/lib.gb.lai /opt/gambas/lib/lib.gb.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. ---------------------------------------------------------------------- /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]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' Making install in lib make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Making install in eval make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.eval.la /opt/gambas/lib/lib.gb.eval.la /usr/bin/install -c .libs/lib.gb.eval.so.0.0.0 /opt/gambas/lib/lib.gb.eval.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.eval.so.0 && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so.0) (cd /opt/gambas/lib && rm -f lib.gb.eval.so && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so) /usr/bin/install -c .libs/lib.gb.eval.lai /opt/gambas/lib/lib.gb.eval.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[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' Making install in example make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.example.la /opt/gambas/lib/lib.gb.example.la /usr/bin/install -c .libs/lib.gb.example.so.0.0.0 /opt/gambas/lib/lib.gb.example.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.example.so.0 && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so.0) (cd /opt/gambas/lib && rm -f lib.gb.example.so && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so) /usr/bin/install -c .libs/lib.gb.example.lai /opt/gambas/lib/lib.gb.example.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[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' Making install in db make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making install in mysql make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.db.mysql.la /opt/gambas/lib/lib.gb.db.mysql.la /usr/bin/install -c .libs/lib.gb.db.mysql.so.0.0.0 /opt/gambas/lib/lib.gb.db.mysql.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so.0 && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so) /usr/bin/install -c .libs/lib.gb.db.mysql.lai /opt/gambas/lib/lib.gb.db.mysql.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' Making install in postgresql make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.db.postgresql.la /opt/gambas/lib/lib.gb.db.postgresql.la /usr/bin/install -c .libs/lib.gb.db.postgresql.so.0.0.0 /opt/gambas/lib/lib.gb.db.postgresql.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so.0 && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so) /usr/bin/install -c .libs/lib.gb.db.postgresql.lai /opt/gambas/lib/lib.gb.db.postgresql.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.db.la /opt/gambas/lib/lib.gb.db.la /usr/bin/install -c .libs/lib.gb.db.so.0.0.0 /opt/gambas/lib/lib.gb.db.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.so.0 && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.so && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so) /usr/bin/install -c .libs/lib.gb.db.lai /opt/gambas/lib/lib.gb.db.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making install in qt make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' Making install in editor make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' Making install in ext make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' Making install in kde make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.kde.la /opt/gambas/lib/lib.gb.qt.kde.la /usr/bin/install -c .libs/lib.gb.qt.kde.so.0.0.0 /opt/gambas/lib/lib.gb.qt.kde.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so.0 && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so) /usr/bin/install -c .libs/lib.gb.qt.kde.lai /opt/gambas/lib/lib.gb.qt.kde.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.la /opt/gambas/lib/lib.gb.qt.la /usr/bin/install -c .libs/lib.gb.qt.so.0.0.0 /opt/gambas/lib/lib.gb.qt.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.so.0 && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.so && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so) /usr/bin/install -c .libs/lib.gb.qt.lai /opt/gambas/lib/lib.gb.qt.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Installing component description file. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[1]: Entering directory `/home/carlo/downloads/gambas-0.54' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54' Making symbolic links in /usr/bin... Compiling and installing the development environment... OK Creating the library info files... /opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE /opt/gambas/lib/info/gb.info /opt/gambas/lib/info/gb.eval.info /opt/gambas/lib/info/gb.example.info /opt/gambas/lib/info/gb.db.info make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' make: *** [install-recursive] Error 1 From carlo.m at ...122... Fri Apr 25 19:17:59 2003 From: carlo.m at ...122... (Carlo Malfatti) Date: 25 Apr 2003 19:17:59 +0200 Subject: [Gambas-user] bugs - installation - libqt-mt.so.3 Message-ID: <1051291078.11348.10.camel@...121...> (possible duplicate - sorry) Hi all, I've tried to compile Gambas-0.54 and it stopped during installation (after configure and make) with the following error: /opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' trying running gambas reports: ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la': /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE I've a RH9 system, configure completed after adding postgresql and mysql path (using --with-pgsql-libraries=...). The output.txt file generated as per troubleshotting page on gambas site is herewith attached. Any ideas I can try or any other detail I should submit? Thanks in advance and best regards, Carlo -------------- next part -------------- checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /home/carlo/downloads/gambas-0.54/missing: Unknown `--run' option Try `/home/carlo/downloads/gambas-0.54/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking return type of signal handlers... void checking for working strcoll... yes checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking for getcwd... yes checking for gettimeofday... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strtod... yes checking for strtol... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether -lc should be explicitly linked in... no creating libtool checking for main in -lm... yes checking for main in -lz... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XShmAttach in -lXext... yes checking for QT 3.x libraries... /usr/lib/qt-3.1/lib checking for QT 3.x includes... /usr/lib/qt-3.1/include/ checking for moc... /usr/lib/qt-3.1/include//../bin/moc checking for KDE 3.x includes... /usr/include/kde/ checking for KDE 3.x libraries... /usr/lib checking for Postgresql includes... /usr/include/ checking for Postgresql libraries... /usr/lib/mysql checking for MySql includes... /usr/include/mysql/ checking for MySql libraries... /usr/lib/mysql/ configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/share/Makefile config.status: creating src/comp/Makefile config.status: creating src/exec/Makefile config.status: creating src/lib/Makefile config.status: creating src/lib/eval/Makefile config.status: creating src/lib/example/Makefile config.status: creating src/lib/qt/Makefile config.status: creating src/lib/qt/editor/Makefile config.status: creating src/lib/qt/ext/Makefile config.status: creating src/lib/qt/kde/Makefile config.status: creating src/lib/db/Makefile config.status: creating src/lib/db/mysql/Makefile config.status: creating src/lib/db/postgresql/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: configuring in libltdl configure: running /bin/sh './configure' --prefix=/opt/gambas '--with-pgsql-libraries=/usr/lib/pqsql/' '--with-pgsql-libraries=/usr/lib/mysql' --enable-ltdl-convenience --cache-file=/dev/null --srcdir=. loading cache /dev/null checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for working const... yes checking for inline... inline checking for Cygwin environment... no checking for mingw32 environment... no checking how to run the C preprocessor... gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether gcc supports assert without backlinking... checking which extension is used for shared libraries... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for dlopen in -ldl... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking for errno.h... yes checking for malloc.h... yes checking for memory.h... yes checking for stdlib.h... yes checking for stdio.h... yes checking for ctype.h... yes checking for unistd.h... yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for string.h... yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes updating cache /dev/null creating ./config.status creating Makefile creating config.h config.h is unchanged make all-recursive make[1]: Entering directory `/home/carlo/downloads/gambas-0.54' Making all in libltdl make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c rm -f .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 mv -f .libs/ltdl.lo ltdl.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* ar cru .libs/libltdlc.al ltdl.lo ranlib .libs/libltdlc.al creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' Making all in src make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src' Making all in share make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' Making all in comp make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' Making all in exec make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' Making all in lib make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Making all in eval make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' Making all in example make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' Making all in db make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making all in mysql make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' Making all in postgresql make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making all in qt make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' Making all in editor make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' Making all in ext make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' Making all in kde make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' Making install in libltdl make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl' /bin/sh ./../mkinstalldirs /opt/gambas/lib /bin/sh ./../mkinstalldirs /opt/gambas/include make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl' Making install in src make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/src' Making install in share make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/gambas/include /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share' Making install in comp make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/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 /bin/sh ../../libtool --mode=install /usr/bin/install -c gbi /opt/gambas/bin/gbi /usr/bin/install -c gbi /opt/gambas/bin/gbi make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp' Making install in exec make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec' /bin/sh ../../mkinstalldirs /opt/gambas/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c lib.gb.la /opt/gambas/lib/lib.gb.la /usr/bin/install -c .libs/lib.gb.so.0.0.0 /opt/gambas/lib/lib.gb.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.so.0 && ln -s lib.gb.so.0.0.0 lib.gb.so.0) (cd /opt/gambas/lib && rm -f lib.gb.so && ln -s lib.gb.so.0.0.0 lib.gb.so) /usr/bin/install -c .libs/lib.gb.lai /opt/gambas/lib/lib.gb.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. ---------------------------------------------------------------------- /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]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec' Making install in lib make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Making install in eval make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.eval.la /opt/gambas/lib/lib.gb.eval.la /usr/bin/install -c .libs/lib.gb.eval.so.0.0.0 /opt/gambas/lib/lib.gb.eval.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.eval.so.0 && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so.0) (cd /opt/gambas/lib && rm -f lib.gb.eval.so && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so) /usr/bin/install -c .libs/lib.gb.eval.lai /opt/gambas/lib/lib.gb.eval.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[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval' Making install in example make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.example.la /opt/gambas/lib/lib.gb.example.la /usr/bin/install -c .libs/lib.gb.example.so.0.0.0 /opt/gambas/lib/lib.gb.example.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.example.so.0 && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so.0) (cd /opt/gambas/lib && rm -f lib.gb.example.so && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so) /usr/bin/install -c .libs/lib.gb.example.lai /opt/gambas/lib/lib.gb.example.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[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example' Making install in db make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making install in mysql make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.db.mysql.la /opt/gambas/lib/lib.gb.db.mysql.la /usr/bin/install -c .libs/lib.gb.db.mysql.so.0.0.0 /opt/gambas/lib/lib.gb.db.mysql.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so.0 && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so) /usr/bin/install -c .libs/lib.gb.db.mysql.lai /opt/gambas/lib/lib.gb.db.mysql.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql' Making install in postgresql make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.db.postgresql.la /opt/gambas/lib/lib.gb.db.postgresql.la /usr/bin/install -c .libs/lib.gb.db.postgresql.so.0.0.0 /opt/gambas/lib/lib.gb.db.postgresql.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so.0 && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so) /usr/bin/install -c .libs/lib.gb.db.postgresql.lai /opt/gambas/lib/lib.gb.db.postgresql.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.db.la /opt/gambas/lib/lib.gb.db.la /usr/bin/install -c .libs/lib.gb.db.so.0.0.0 /opt/gambas/lib/lib.gb.db.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.db.so.0 && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so.0) (cd /opt/gambas/lib && rm -f lib.gb.db.so && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so) /usr/bin/install -c .libs/lib.gb.db.lai /opt/gambas/lib/lib.gb.db.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db' Making install in qt make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' Making install in editor make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor' Making install in ext make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext' Making install in kde make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' /bin/sh ../../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.kde.la /opt/gambas/lib/lib.gb.qt.kde.la /usr/bin/install -c .libs/lib.gb.qt.kde.so.0.0.0 /opt/gambas/lib/lib.gb.qt.kde.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so.0 && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so) /usr/bin/install -c .libs/lib.gb.qt.kde.lai /opt/gambas/lib/lib.gb.qt.kde.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' /bin/sh ../../../mkinstalldirs /opt/gambas/lib /bin/sh ../../../libtool --mode=install /usr/bin/install -c lib.gb.qt.la /opt/gambas/lib/lib.gb.qt.la /usr/bin/install -c .libs/lib.gb.qt.so.0.0.0 /opt/gambas/lib/lib.gb.qt.so.0.0.0 (cd /opt/gambas/lib && rm -f lib.gb.qt.so.0 && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so.0) (cd /opt/gambas/lib && rm -f lib.gb.qt.so && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so) /usr/bin/install -c .libs/lib.gb.qt.lai /opt/gambas/lib/lib.gb.qt.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]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib' Installing component description file. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/src' make[1]: Entering directory `/home/carlo/downloads/gambas-0.54' make[2]: Entering directory `/home/carlo/downloads/gambas-0.54' Making symbolic links in /usr/bin... Compiling and installing the development environment... OK Creating the library info files... /opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE /opt/gambas/lib/info/gb.info /opt/gambas/lib/info/gb.eval.info /opt/gambas/lib/info/gb.example.info /opt/gambas/lib/info/gb.db.info make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54' make: *** [install-recursive] Error 1 From karl.reinl at ...9... Fri Apr 25 23:04:05 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 25 Apr 2003 23:04:05 +0200 Subject: [Gambas-user] gbdmgr Message-ID: <3EA9A2C5.4020504@...9...> Salut, has anybody runnig the gbdmgr with mysql ? need some hint(s)/ first step! Charlie From gambas at ...2... Sat Apr 26 01:34:40 2003 From: gambas at ...2... (Benoit Minisini) Date: Fri, 25 Apr 2003 23:34:40 +0000 Subject: [Gambas-user] gbdmgr In-Reply-To: <3EA9A2C5.4020504@...9...> References: <3EA9A2C5.4020504@...9...> Message-ID: <200304252334.40945.gambas@...2...> Le Vendredi 25 Avril 2003 21:04, Charlie a ?crit : > Salut, > > has anybody runnig the gbdmgr with mysql ? > > need some hint(s)/ first step! > > Charlie > > You must wait for the mysql driver to be done ! -- Benoit Minisini mailto:gambas at ...1... From bernard.pre at ...62... Sat Apr 26 08:52:55 2003 From: bernard.pre at ...62... (Bernard PRE) Date: Sat, 26 Apr 2003 08:52:55 +0200 Subject: [Gambas-user] gbdmgr In-Reply-To: <3EA9A2C5.4020504@...9...> Message-ID: hi Charlie, Yes I try and gdmgr don't work ... I thinh look at this this week-end .... CU Bernard -----Message d'origine----- De : gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net]De la part de Charlie Envoye : vendredi 25 avril 2003 23:04 A : gambas-user Objet : [Gambas-user] gbdmgr Salut, has anybody runnig the gbdmgr with mysql ? need some hint(s)/ first step! Charlie ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From nigel at ...38... Sat Apr 26 13:33:31 2003 From: nigel at ...38... (Nigel Gerrard) Date: Sat, 26 Apr 2003 12:33:31 +0100 Subject: [Gambas-user] gbdmgr In-Reply-To: <200304252334.40945.gambas@...2...> References: <3EA9A2C5.4020504@...9...> <200304252334.40945.gambas@...2...> Message-ID: <200304261233.09502.nigel@...38...> On Saturday 26 Apr 2003 12:34 am, Benoit Minisini wrote: > Le Vendredi 25 Avril 2003 21:04, Charlie a ?crit : > > Salut, > > > > has anybody runnig the gbdmgr with mysql ? > > > > need some hint(s)/ first step! > > > > Charlie > > You must wait for the mysql driver to be done ! Charlie, I am working on updating the mysql driver. Hopefully it will be done by the end of the week. Nigel From dimitribellini at ...69... Sat Apr 26 15:50:03 2003 From: dimitribellini at ...69... (Dimitri Bellini) Date: Sat, 26 Apr 2003 15:50:03 +0200 Subject: [Gambas-user] gbdmgr In-Reply-To: <200304261233.09502.nigel@...38...> References: <3EA9A2C5.4020504@...9...> <200304252334.40945.gambas@...2...> <200304261233.09502.nigel@...38...> Message-ID: <200304261553.12950.dimitribellini@...69...> On Saturday 26 April 2003 13:33, Nigel Gerrard wrote: > On Saturday 26 Apr 2003 12:34 am, Benoit Minisini wrote: > > Le Vendredi 25 Avril 2003 21:04, Charlie a ?crit : > > > Salut, > > > > > > has anybody runnig the gbdmgr with mysql ? > > > > > > need some hint(s)/ first step! > > > > > > Charlie > > > > You must wait for the mysql driver to be done ! > > Charlie, > > I am working on updating the mysql driver. Hopefully it will be > done by the end of the week. > > Nigel > Why not merge some other project (Hbasic,kexi) i use it at seems works fine... Thanks From karl.reinl at ...9... Sat Apr 26 20:27:20 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 26 Apr 2003 20:27:20 +0200 Subject: [Gambas-user] gbdmgr References: <3EA9A2C5.4020504@...9...> <200304252334.40945.gambas@...2...> <200304261233.09502.nigel@...38...> <200304261553.12950.dimitribellini@...69...> Message-ID: <3EAACF88.80405@...9...> Dimitri Bellini schrieb: >On Saturday 26 April 2003 13:33, Nigel Gerrard wrote: > > >>On Saturday 26 Apr 2003 12:34 am, Benoit Minisini wrote: >> >> >>>Le Vendredi 25 Avril 2003 21:04, Charlie a ?crit : >>> >>> >>>>Salut, >>>> >>>>has anybody runnig the gbdmgr with mysql ? >>>> >>>>need some hint(s)/ first step! >>>> >>>>Charlie >>>> >>>> >>>You must wait for the mysql driver to be done ! >>> >>> >>Charlie, >> >>I am working on updating the mysql driver. Hopefully it will be >>done by the end of the week. >> >>Nigel >> >> >> > >Why not merge some other project (Hbasic,kexi) i use it at seems works fine... >Thanks > > > Salut Dimitri, at first if you have hints, examples etc. about Hbasic and kexi we are very interesst to know about. Second we are also interesst to use the gambas- components amicalement Charlie From gambas at ...2... Sun Apr 27 00:45:05 2003 From: gambas at ...2... (Benoit Minisini) Date: Sat, 26 Apr 2003 22:45:05 +0000 Subject: [Gambas-user] gbdmgr In-Reply-To: <3EAACF88.80405@...9...> References: <3EA9A2C5.4020504@...9...> <200304261553.12950.dimitribellini@...69...> <3EAACF88.80405@...9...> Message-ID: <200304262245.05777.gambas@...2...> Le Samedi 26 Avril 2003 18:27, Charlie a ?crit : > Dimitri Bellini schrieb: > >On Saturday 26 April 2003 13:33, Nigel Gerrard wrote: > >>On Saturday 26 Apr 2003 12:34 am, Benoit Minisini wrote: > >>>Le Vendredi 25 Avril 2003 21:04, Charlie a ?crit : > >>>>Salut, > >>>> > >>>>has anybody runnig the gbdmgr with mysql ? > >>>> > >>>>need some hint(s)/ first step! > >>>> > >>>>Charlie > >>> > >>>You must wait for the mysql driver to be done ! > >> > >>Charlie, > >> > >>I am working on updating the mysql driver. Hopefully it will be > >>done by the end of the week. > >> > >>Nigel > > > >Why not merge some other project (Hbasic,kexi) i use it at seems works > > fine... Thanks I know the HBasic project, but not kexi. What is it ? And merging projects is not as simple as cooking ! The main "problem" with Gambas is that I don't want him to be tied to any toolkit. -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sat Apr 26 23:15:49 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 26 Apr 2003 23:15:49 +0200 Subject: [Gambas-user] postgresql-7.3.1 and gambas Message-ID: <3EAAF705.3010500@...9...> Salut Beno?t, I pose this question directly to you. So, that mysql is actually not ready for gb.db, I'v got a postgresql-7.3.1. I compiled the source on /opt/ postgresql-7.3.1 and it is installed /usr/local/pgsql I dit what they say in INSTALL. Compiling gambas-0.54 with ./configure --withe_pgsql-libraies=/usr/local/pgsql/lib/ after make I ran in troubles with: postgres.h and pg_type.h which are not in /usr/local/pgsql/include/ but somewhere in /opt/ postgresql-7.3.1/scr/include Do you have any help for me ? Charlie From gambas at ...2... Sun Apr 27 01:33:25 2003 From: gambas at ...2... (Benoit Minisini) Date: Sat, 26 Apr 2003 23:33:25 +0000 Subject: [Gambas-user] postgresql-7.3.1 and gambas In-Reply-To: <3EAAF705.3010500@...9...> References: <3EAAF705.3010500@...9...> Message-ID: <200304262333.25204.gambas@...2...> Le Samedi 26 Avril 2003 21:15, Charlie a ?crit : > Salut Beno?t, > > I pose this question directly to you. > > So, that mysql is actually not ready for gb.db, I'v got a postgresql-7.3.1. > I compiled the source on /opt/ postgresql-7.3.1 and it is installed > /usr/local/pgsql > I dit what they say in INSTALL. > > Compiling gambas-0.54 with ./configure > --withe_pgsql-libraies=/usr/local/pgsql/lib/ > after make I ran in troubles with: > postgres.h > and > pg_type.h > which are not in /usr/local/pgsql/include/ > but somewhere in /opt/ postgresql-7.3.1/scr/include > > Do you have any help for me ? > > Charlie > Try --with-pgsql-includes=/opt/postgresql-7.3.1/src/include -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sun Apr 27 19:07:27 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 27 Apr 2003 19:07:27 +0200 Subject: [Gambas-user] postgresql-7.3.1 and gambas References: <3EAAF705.3010500@...9...> <200304262333.25204.gambas@...2...> Message-ID: <3EAC0E4F.90109@...9...> Benoit Minisini schrieb: >Le Samedi 26 Avril 2003 21:15, Charlie a ?crit : > > >>Salut Beno?t, >> >>I pose this question directly to you. >> >>So, that mysql is actually not ready for gb.db, I'v got a postgresql-7.3.1. >>I compiled the source on /opt/ postgresql-7.3.1 and it is installed >>/usr/local/pgsql >>I dit what they say in INSTALL. >> >>Compiling gambas-0.54 with ./configure >>--withe_pgsql-libraies=/usr/local/pgsql/lib/ >>after make I ran in troubles with: >>postgres.h >>and >>pg_type.h >>which are not in /usr/local/pgsql/include/ >>but somewhere in /opt/ postgresql-7.3.1/scr/include >> >>Do you have any help for me ? >> >>Charlie >> >> >> > >Try --with-pgsql-includes=/opt/postgresql-7.3.1/src/include > > > I tried : --with-pgsql-includes=/opt/postgresql-7.3.1/src/include and --with-pgsql-includes=/usr/local/pgsql/include:/opt/postgresql-7.3.1/src/include but nothing changed realy (only the error messages) What Version of postgresql is actually in use ? Charlie From clavanya17 at ...103... Mon Apr 28 19:37:08 2003 From: clavanya17 at ...103... (christ) Date: Tue, 29 Apr 2003 00:37:08 +0700 Subject: [Gambas-user] help Message-ID: <009001c30dac$cf274860$ab685e3d@...123...> halo everyone, i'm a new user of gambas,right know i have tried to develop an aplication which is uses database.but i hardly to connect my database in postgresql using psqlodbc.anyone know how to solve this problem?? if anyone know please tell me the listing code . thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: From sheikh at ...124... Mon Apr 28 22:00:06 2003 From: sheikh at ...124... (Salman Sheikh) Date: Mon, 28 Apr 2003 16:00:06 -0400 Subject: [Gambas-user] Solaris compile of gambas Message-ID: <3EAD8846.5020004@...124...> Hi, I compiled gambas for an Ultra Sparc 6 solaris 8 box. When I try to start, I get this error: magoo(/folks/salman)2: gambas ASSERT: "qstrcmp( locale, "en_US" ) == 0" in kernel/qapplication_x11.cpp (1968) Project.Main.87: #6: Type mismatch: wanted String, got Void instead Any ideas what's wrong? Salman From sheikh at ...124... Mon Apr 28 22:00:06 2003 From: sheikh at ...124... (Salman Sheikh) Date: Mon, 28 Apr 2003 16:00:06 -0400 Subject: [Gambas-user] Solaris compile of gambas Message-ID: <3EAD8846.5020004@...124...> Hi, I compiled gambas for an Ultra Sparc 6 solaris 8 box. When I try to start, I get this error: magoo(/folks/salman)2: gambas ASSERT: "qstrcmp( locale, "en_US" ) == 0" in kernel/qapplication_x11.cpp (1968) Project.Main.87: #6: Type mismatch: wanted String, got Void instead Any ideas what's wrong? Salman From lighth7015 at ...125... Tue Apr 29 19:52:02 2003 From: lighth7015 at ...125... (Robert Butler) Date: Tue, 29 Apr 2003 13:52:02 -0400 Subject: [Gambas-user] MDI under GAMBAS.... Message-ID: I know this sounds pretty lame and all, but is it yet possible to make MDI parents/children under GAMBAS? if so, then how the heck is it done? - Robert Butlerr _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From dimitribellini at ...69... Tue Apr 29 20:47:49 2003 From: dimitribellini at ...69... (Dimitri Bellini) Date: Tue, 29 Apr 2003 18:47:49 +0000 Subject: [Gambas-user] MDI under GAMBAS.... In-Reply-To: References: Message-ID: <200304291847.50148.dimitribellini@...69...> On Tuesday 29 April 2003 17:52, Robert Butler wrote: > I know this sounds pretty lame and all, but is it yet possible to make MDI > parents/children under GAMBAS? if so, then how the heck is it done? > > - Robert Butlerr Nice Idea!! If someone know how to? Dimitri