From bsnipes at ...21... Tue Oct 1 19:28:48 2002 From: bsnipes at ...21... (Brian Snipes) Date: Tue, 1 Oct 2002 12:28:48 -0500 Subject: [Gambas-user] Static programs Message-ID: <20021001122848.5994d34d.bsnipes@...21...> Is it possible to compile a Gambas project so that the executable contains the QT libraries that it needs instead of searching the system for them? Brian Snipes From gambas at ...1... Tue Oct 1 22:46:37 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 1 Oct 2002 22:46:37 +0200 Subject: [Gambas-user] Static programs In-Reply-To: <20021001122848.5994d34d.bsnipes@...21...> References: <20021001122848.5994d34d.bsnipes@...21...> Message-ID: <200210012246.37938.gambas@...1...> Le Mardi 1 Octobre 2002 19:28, Brian Snipes a ?crit : > Is it possible to compile a Gambas project so that the executable contains > the QT libraries that it needs instead of searching the system for them? > > Brian Snipes > > > ------------------------------------------------------- > This sf.net email is sponsored by: DEDICATED SERVERS only $89! > Linux or FreeBSD, FREE setup, FAST network. Get your own server > today at http://www.ServePath.com/indexfm.htm > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Well, I must say no, even if it could be theorically possible ! Gambas executables are not REAL executables. There are just archives of compiled class that are sent to the interpreter. To do that, gambas executables files begin with the "shell magic" #!/usr/bin/gbx -x" Creating a static gambas executable needs a gambas interpreter that do not load its components, but has everyone statically compiled. Interpreter component management routines need a rewrite to do that. Are you volunteer ? ;-) -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Wed Oct 16 21:47:40 2002 From: karl.reinl at ...9... (Charlie) Date: Wed, 16 Oct 2002 21:47:40 +0200 Subject: [Gambas-user] Linux-User Magazin Message-ID: <3DADC25C.6060907@...9...> Salut Benoit, the Linux-User Magazin has 2 pages about gambas in N? 11.2002 and 0.37a and 0.38 on CD. find at http://www.linux-user.de (but 11.2002 is not yet published, wait sam days) Charlie From bsnipes at ...21... Mon Oct 21 05:39:36 2002 From: bsnipes at ...21... (Brian Snipes) Date: Sun, 20 Oct 2002 22:39:36 -0500 Subject: [Gambas-user] Application repository Message-ID: <20021020223936.526e3241.bsnipes@...21...> Are there any current repositories for Gambas apps? I have written a front-end to the rdesktop program that is handy for me and might be for someone else also. Brian From jochen.georges at ...22... Sun Oct 27 00:18:11 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 27 Oct 2002 00:18:11 +0200 Subject: [Gambas-user] installation/qt3 problem Message-ID: <200210270007.31116@...24...> hello i want to compile gambas-0.38 on my debian/woody, but the configure script could not find the qt-library. ... checking for QT 3.x libraries... no configure: error: I can't find the QT libraries. Install the QT libraries, or if you have them installed, override this check with the --with-qt-libraries argument, and I'll take your word for it. but i'm sure to have them installed: jochen at ...23...:~$ dpkg --list | grep qt3 ii libqt3 3.0.3-20020329 Qt GUI Library (runtime version). ii libqt3-dev 3.0.3-20020329 Qt GUI development files ii libqt3-mt 3.0.3-20020329 Qt GUI Library (Threaded runtime version). ii qt3-tools 3.0.3-20020329 Qt GUI Designer and other Qt3 based tools using --with-qt-libraries causes an "make"-error: libtool: link: cannot determine absolute directory name of `yes' make[5]: *** [lib.gb.qt.editor.la] Error 1 make[5]: Leaving directory `/opt/gambas-0.38/src/lib/qt/editor' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/opt/gambas-0.38/src/lib/qt' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/opt/gambas-0.38/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/gambas-0.38/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/gambas-0.38' make: *** [all-recursive-am] Error 2 what can i do? thanks for any hint. beste gruesse jochen From chris at ...25... Mon Oct 28 12:50:34 2002 From: chris at ...25... (Christian Neumair) Date: 28 Oct 2002 12:50:34 +0100 Subject: [Gambas-user] database access proposal Message-ID: <1035805841.5823.3.camel@...26...> Hi there! What do you think about adding a possibility to use libgnomedb / libgda for database access as an optional feature (--enable-libgda)? They are quiet sophisticated and have a good codebase (not written in gambas, though). regs, Chris | please cc me as I'm not on this list | From bsnipes at ...21... Tue Oct 1 19:28:48 2002 From: bsnipes at ...21... (Brian Snipes) Date: Tue, 1 Oct 2002 12:28:48 -0500 Subject: [Gambas-user] Static programs Message-ID: <20021001122848.5994d34d.bsnipes@...21...> Is it possible to compile a Gambas project so that the executable contains the QT libraries that it needs instead of searching the system for them? Brian Snipes From gambas at ...1... Tue Oct 1 22:46:37 2002 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 1 Oct 2002 22:46:37 +0200 Subject: [Gambas-user] Static programs In-Reply-To: <20021001122848.5994d34d.bsnipes@...21...> References: <20021001122848.5994d34d.bsnipes@...21...> Message-ID: <200210012246.37938.gambas@...1...> Le Mardi 1 Octobre 2002 19:28, Brian Snipes a ?crit : > Is it possible to compile a Gambas project so that the executable contains > the QT libraries that it needs instead of searching the system for them? > > Brian Snipes > > > ------------------------------------------------------- > This sf.net email is sponsored by: DEDICATED SERVERS only $89! > Linux or FreeBSD, FREE setup, FAST network. Get your own server > today at http://www.ServePath.com/indexfm.htm > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Well, I must say no, even if it could be theorically possible ! Gambas executables are not REAL executables. There are just archives of compiled class that are sent to the interpreter. To do that, gambas executables files begin with the "shell magic" #!/usr/bin/gbx -x" Creating a static gambas executable needs a gambas interpreter that do not load its components, but has everyone statically compiled. Interpreter component management routines need a rewrite to do that. Are you volunteer ? ;-) -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Wed Oct 16 21:47:40 2002 From: karl.reinl at ...9... (Charlie) Date: Wed, 16 Oct 2002 21:47:40 +0200 Subject: [Gambas-user] Linux-User Magazin Message-ID: <3DADC25C.6060907@...9...> Salut Benoit, the Linux-User Magazin has 2 pages about gambas in N? 11.2002 and 0.37a and 0.38 on CD. find at http://www.linux-user.de (but 11.2002 is not yet published, wait sam days) Charlie From bsnipes at ...21... Mon Oct 21 05:39:36 2002 From: bsnipes at ...21... (Brian Snipes) Date: Sun, 20 Oct 2002 22:39:36 -0500 Subject: [Gambas-user] Application repository Message-ID: <20021020223936.526e3241.bsnipes@...21...> Are there any current repositories for Gambas apps? I have written a front-end to the rdesktop program that is handy for me and might be for someone else also. Brian From jochen.georges at ...22... Sun Oct 27 00:18:11 2002 From: jochen.georges at ...22... (Jochen Georges) Date: Sun, 27 Oct 2002 00:18:11 +0200 Subject: [Gambas-user] installation/qt3 problem Message-ID: <200210270007.31116@...24...> hello i want to compile gambas-0.38 on my debian/woody, but the configure script could not find the qt-library. ... checking for QT 3.x libraries... no configure: error: I can't find the QT libraries. Install the QT libraries, or if you have them installed, override this check with the --with-qt-libraries argument, and I'll take your word for it. but i'm sure to have them installed: jochen at ...23...:~$ dpkg --list | grep qt3 ii libqt3 3.0.3-20020329 Qt GUI Library (runtime version). ii libqt3-dev 3.0.3-20020329 Qt GUI development files ii libqt3-mt 3.0.3-20020329 Qt GUI Library (Threaded runtime version). ii qt3-tools 3.0.3-20020329 Qt GUI Designer and other Qt3 based tools using --with-qt-libraries causes an "make"-error: libtool: link: cannot determine absolute directory name of `yes' make[5]: *** [lib.gb.qt.editor.la] Error 1 make[5]: Leaving directory `/opt/gambas-0.38/src/lib/qt/editor' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/opt/gambas-0.38/src/lib/qt' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/opt/gambas-0.38/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/gambas-0.38/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/gambas-0.38' make: *** [all-recursive-am] Error 2 what can i do? thanks for any hint. beste gruesse jochen From chris at ...25... Mon Oct 28 12:50:34 2002 From: chris at ...25... (Christian Neumair) Date: 28 Oct 2002 12:50:34 +0100 Subject: [Gambas-user] database access proposal Message-ID: <1035805841.5823.3.camel@...26...> Hi there! What do you think about adding a possibility to use libgnomedb / libgda for database access as an optional feature (--enable-libgda)? They are quiet sophisticated and have a good codebase (not written in gambas, though). regs, Chris | please cc me as I'm not on this list |