Author Topic: Installing Gambas on Vector Linux  (Read 2660 times)

ahafeel

  • Newbie
  • *
  • Posts: 2
Installing Gambas on Vector Linux
« on: August 12, 2007, 08:44:11 PM »
Would anyone like to share their Gambas installation experience on Vector Linux. I'm stuck :(

First  ./configure is successful but with the foll. disabled
THESE COMPONENTS ARE DISABLED:

- gb.corba
- gb.db.firebird
- gb.db.mysql
- gb.db.odbc
- gb.db.postgresql
- gb.db.sqlite2
- gb.db.sqlite3
- gb.qt.kde
- gb.qte
- gb.v4l

 How can I install all the componets listed above? I'm a Gamba N00000B

Thanks in advance
« Last Edit: August 12, 2007, 08:50:25 PM by ahafeel »

Linux Basic

Installing Gambas on Vector Linux
« on: August 12, 2007, 08:44:11 PM »

Joe1962

  • Newbie
  • *
  • Posts: 20
    • JJRWeb
Re: Installing Gambas on Vector Linux
« Reply #1 on: August 13, 2007, 03:43:37 AM »
VectorLinux has Gambas 1.0.19 and 1.9.49 packages in the 5.8 repository, though slightly earlier versions are available for 5.1. You can install them by using slapt-get or gslapt. I'm sort of the resident Gambas maintainer over there, so if you really want to build your own (like maybe a fresh svn version), let me know and I'll tell you how I do it to make the packages. BTW, VL includes a Gambas 1.0.x runtime by default since 5.1, as several of our own utilities are "made in Gambas".


EDIT: To be more precise, you need to enable the extra repo for 1.0.18, the testing repo for 1.0.19 (though this should move to extra tomorrow) and the unstable repo for 1.9.49. It is also a good idea to enable the patches repo, which is where updates of the base distro go. This should pull all the necessary dependencies when you install Gambas, though there are many optional deps depending on what you want to do (postgresql, sqlite, mysql, etc). You will find most of them on the repo too, except for corba and firebird, which are not supported by our Gambas builds.
« Last Edit: August 13, 2007, 03:52:22 AM by Joe1962 »

timothy

  • Sr. Member
  • ****
  • Posts: 319
Re: Installing Gambas on Vector Linux
« Reply #2 on: August 13, 2007, 03:28:20 PM »

Joe1962, as the Gambas maintainer on VL: Why don't you add something on installing Gambas on VercorLinux to the Gambas Wiki? Add a link off the page http://gambasdoc.org/help/install :-*
42 - So long and thanks for all the fish.

Joe1962

  • Newbie
  • *
  • Posts: 20
    • JJRWeb
Re: Installing Gambas on Vector Linux
« Reply #3 on: August 14, 2007, 11:51:08 AM »
Ok, I'll work on it, but Benoit is gonna be mad at me for not following the packaging conventions... :-[
It's just that "the Slackware way" doesn't encourage fragmentation... ;)