ttsudipto / ubucompilator

Automatically exported from code.google.com/p/ubucompilator
Other
0 stars 0 forks source link

Missing dependency in DEB #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installing .DEB (english) on Ubuntu 8.04
2. After install do "/usr/bin/Ubucompilator.gambas"

What is the expected output? What do you see instead?
Expected: Compilator starts

Error:
gb.gui: unable to load 'gb.gtk' component
ERROR: #2: Cannot load class 'ColorButton': Cannot load parent class
UserControl

What version of the product are you using? On what operating system?
Newest compilator with Ubuntu 8.04

Please provide any additional information below.

To solve the issue:

sudo apt-get install gambas2-gb-gtk gambas2-gb-gtk-ext

Best regards.

Original issue reported on code.google.com by nephilim...@googlemail.com on 13 Jan 2010 at 11:21

GoogleCodeExporter commented 9 years ago
Fixed Thanks

Original comment by Gusions on 12 Dec 2010 at 10:15

GoogleCodeExporter commented 9 years ago
mint@mint ~ $ sudo apt-get install gambas2-gb-gtk gambas2-gb-gtk-ext
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gambas2-gb-gtk
E: Unable to locate package gambas2-gb-gtk-ext

Original comment by richarde...@gmail.com on 20 Sep 2013 at 2:28

GoogleCodeExporter commented 9 years ago
If you do an

apt-cache search gambas

on newer Ubuntu versions, you should discover 'gambas3' packages.
Probably just change apt-get command to

sudo apt-get install gambas3-gb-gtk gambas3-gb-gtk-ext

?????

The dependencies for this package have to change, too.
Regards.

Original comment by nephilim...@googlemail.com on 20 Sep 2013 at 4:56