[Gambas-user] Gambas 3 version on /trunk

Mayost Sharon sharon at 455.co.il
Tue Feb 1 09:55:17 CET 2022


hello

1. I installed a new installation of linux mint
2. I installed gambas3 without PPA
sudo apt-get install gambas3

It works but it gives me the GAMBAS version 3.14

I want the GAMBAS version 3.16.90
To check out the new options

When I install including PPA it does not work

Thanks 

---------- Original Message -----------
From: Bruce Steers <bsteers4 at gmail.com>
To: Gambas Mailing List <user at lists.gambas-basic.org>
Sent: Tue, 1 Feb 2022 06:52:50 +0000
Subject: Re: [Gambas-user] Gambas 3 version on /trunk

> 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
------- End of Original Message -------



More information about the User mailing list