[Gambas-user] The "Shell" Command

Jussi Lahtinen jussi.lahtinen at ...626...
Sat Nov 10 01:47:15 CET 2012


> This is the Screen I get when I try and run the control-center.gambas
> file, is this supposed to happen?
>

No. Something is wrong.

You did compile Gambas from sources?
If so, can you try to recompile Gambas with these commands:

sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
/usr/local/bin/gbi3
sudo rm -rf /usr/local/lib/gambas3
sudo rm -rf /usr/local/share/gambas3
sudo rm -f /usr/local/bin/gambas3
sudo rm -f /usr/local/bin/gambas3.gambas

sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3
sudo rm -rf /usr/lib/gambas3
sudo rm -rf /usr/share/gambas3
sudo rm -f /usr/bin/gambas3
sudo rm -f /usr/bin/gambas3.gambas

( ./reconf-all && ./configure -C && make && sudo make install ) >
~/Desktop/compile.log 2>&1

And if problem persist, compress and send compile.log here.


Jussi



More information about the User mailing list