[Gambas-user] Gambas 3 version on /trunk

bb adamnt42 at gmail.com
Tue Feb 1 08:12:44 CET 2022


On Tue, 2022-02-01 at 06:52 +0000, Bruce Steers wrote:
> 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
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
Well, I have no idea but can only say that I had so many problems with
Mint last year and their unfriendly forum, that I took their advice and
dumped it. (They suggested that Mint was not the distribution for
people looking to do advanced things like writing, compiling and
running programs.)
Sorry
b



More information about the User mailing list