Hello!
I have installed Gambas2-2.4.1 on my Intel iMac under Kubuntu-7.10. Compilation (.configure, make, sudo make install) was faultless.
However, when I call the program by /usr/local/bin/gambas2, I get an error message:
ERROR: #27: Cannot load component 'gb.form.dialog':
I looked for gb.form.dialog on the Net and found gambas2-gb-form-dialog_2.0.0-1_i386.deb, which I downloaded; and when I double-clicked on it, I got this error (from packet-installer)
Error: Dependency is not satisfiable.
I would have thought that this file, as a component of Gambas, would have been installed together with the other components.
What's wrong there?
Charles