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

Re: Gambas on new notebook - gb.jit-error


> Hi,
> 
> I have a new Notebook. It runs on an archlinux installed yesterday.
> 
> i have following messages in the terminal when starting Gambas by hand:
> 
> > gb.jit: error: unable to compile JIT code of 'gb.form.terminal':
> > [gb.jit].CCompilation.Wait.259: #6: Type mismatch: wanted String[], got String instead
> > [gb.jit].CCompilation.Wait.259 [gb.jit].Jit._Wait.235 [gb.form.terminal].TerminalScreen.Reset.1516 [gb.form.terminal].TerminalScreen._new.144 [gb.form.terminal].TerminalView._new.223 FDebugInfo.FDebugInfo.0 FDebugInfo.@new.0 FSearch._new.44 FMain._new.65 Project.Main.484 ?
> > 
> > 
> 
> Any suggestions?
> 
> Thanks a lot for your help
> 
> Hartmut

There have been multiple reports on jit not running on systems with a more recent ggc. It has been fixed and will be in next stable release.

For now you can start gambas3 like this from terminal:
GB_JIT_ENABLED=0 gambas3

It disables jit and you should be fine until fix arrives (or use master that already has the fix).

gbWilly


Follow-Ups:
Re: Gambas on new notebook - gb.jit-errorHartmut Wagener <hartmut.w.wagener@xxxxxxxxxxx>
References:
Gambas on new notebook - gb.jit-errorHartmut Wagener <hartmut.w.wagener@xxxxxxxxxxx>