[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3067: Gambas3 (IDE) won't start on openSUSE Leap 15.6


http://gambaswiki.org/bugtracker/edit?object=BUG.3067&from=L21haW4-

Comment #1 by Bruce STEERS:

This error occurred due to a change/update in the gcc compiler and has been fixed.

You must update to a newer gambas version that has the fix. (you did not include what gambas version you are using in your details)
To upgrade gambas to the latest stable version type the following in a terminal...

sudo zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Tumbleweed/home:gambas:stable.repo
sudo zypper refresh
sudo zypper install gambas3


Or run gambas without JIT.
To disable JIT set the GB_NO_JIT environment variable to true.
like this...
$ env GB_NO_JIT = true gambas3


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----