[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gambas on new notebook - gb.jit-error
[Thread Prev] | [Thread Next]
- Subject: Re: Gambas on new notebook - gb.jit-error
- From: Hartmut Wagener <hartmut.w.wagener@xxxxxxxxxxx>
- Date: Sun, 4 May 2025 22:18:02 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Works well. ggc, did you mean GCC? Hartmut Am 04.05.25 um 01:45 schrieb gbWilly:
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 HartmutThere 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
Re: Gambas on new notebook - gb.jit-error | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Gambas on new notebook - gb.jit-error | Hartmut Wagener <hartmut.w.wagener@xxxxxxxxxxx> |
Re: Gambas on new notebook - gb.jit-error | gbWilly <gbWilly@xxxxxxxxxxxxxx> |