[Gambas-user] Gambas 3 version on /trunk

Bruce Steers bsteers4 at gmail.com
Tue Feb 1 07:52:50 CET 2022


On Tue, 1 Feb 2022 at 06:22, Mayost Sharon <sharon at 455.co.il> wrote:

> Hello
>
> I reinstalled a new installation on another computer
> It does not work
> It gives message: "Unable to compile JIT source file"
>
> Thanks
>
> ---------- Original Message -----------
> From: "Mayost Sharon" <sharon at 455.co.il>
> To: Gambas Mailing List <user at lists.gambas-basic.org>
> Sent: Sun, 30 Jan 2022 21:28:12 +0200
> Subject: [Gambas-user] Gambas 3 version on /trunk
>
> > Hello
> >
> > I installed today NEW Linux Mint version 20.3 64BIT
> >
> > I tried to install GAMBAS3
> >
> > sudo add-apt-repository ppa:gambas-team/gambas-daily
> > sudo apt-get update
> > sudo apt-get install gambas3
> >
> > When I try to run gambas3
> > It gives an error:
> > Unable to compile JIT source file
> >
> > A week or weeks ago I tried and it worked well
> >
> > Is there a way to fix this
> >
> > Thanks
>

I tried to uninstall my compiled gambas and install the daily on my
mint20.3 but it just worked okay.

Does the normal (not ppa) Gambas3 install work?

I can only imagine some dependency has not been installed via PPA.
I would try removing the PPA version, installing the default, then
upgrading.

sudo apt-get remove "gambas3*"
sudo add-apt-repository remove ppa:gambas-team/gambas-daily
sudo apt-get update
sudo apt-get install gambas3

then see if linuxmints repository gambas installs and runs okay.
if yes try adding the daily repository again and see if it works.

sudo add-apt-repository ppa:gambas-team/gambas-daily
sudo apt-get update
sudo apt-get install gambas3


Or possibly the jit compiling needs some of the build tools?

sudo apt-get install build-essential g++ automake autoconf libtool


Hope that helps.
If not i hope someone who knows what the problem may be can intervene? :)

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220201/ecea3170/attachment-0001.htm>


More information about the User mailing list