Before downloading Gambas, compiling it and then complaining, please read the following remarks CAREFULLY!
First of all, it's strongly recommend to install apt-rpm before messing with the rpm dependency gods. Otherwise you could find yourself going directly to the rpm-hell.
First, download and install the following packages: (is it possible to install these packages using apt-get? I installed them manually...)
rpm -Uhv qt-3.1.2-14.i386.rpm rpm -Uhv qt-devel-3.1.2-14.i386.rpm
Now, depending on your current setup, you'll have to install the following packages:
# Development tools apt-get install gcc gcc-c++ libstdc++ # Development libraries apt-get install XFree86-devel apt-get install kdelibs-devel # Database-specific apt-get install postgresql postgresql-libs postgresql-devel qt-PostgreSQL apt-get install mysql mysql-devel qt-MySQL
-- NelsonFerraz - 08 Jul 2003
-- BrandonBergren - 14 Jul 2003 - Minor edits.
-- NelsonFerraz - 12 Sep 2003 - Red Hat instructions