Fout: Unable to find method Application_Log (gb.jit)

Bij het starten van gambas uit het menu duikt alleen een venster op:

This application has raised an unexpected error and must abort

Unable to find method Application_Log in class Project. Symbol not found.


[gb.jit].CCompilation.Wait.247

[Ok]

Ook op de commandolijn kan je wel de versie van gambas opvragen met gambas3 –version, maar niet de IDE starten met gambas3 (zie onderaan).

Op de commandolijn kan je starten met een environment variabele om JIT uit te schakelen:

env GB_NO_JIT=true gambas3

Dan start de IDE wel op (zonder de JIT compiler (?).


Ps: de reaktie bij gewone start van de commandline:

gambas3


MESA: warning: Driver does not support the 0x7d67 PCI ID.
MESA: warning: Driver does not support the 0x7d67 PCI ID.
MESA: error: ZINK: vkEnumeratePhysicalDevices failed (VK_ERROR_INITIALIZATION_FAILED)
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen
failed to load driver: zink
gb.jit: error: unable to compile JIT pointers of 'gb.form.terminal':
| gcc: error: unrecognized command line option ‘-std=gnu17’; did you mean ‘-std=gnu11’?
|  
**  
** OOPS! INTERNAL ERROR. Program aborting, sorry! :-(
** Unable to compile JIT source file
**  
** gbr3: error: [gb.jit].CCompilation.Wait.247: Unable to find method Application_Log in class Project. Symbol
not found
**  
** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
** [1] https://gambaswiki.org/bugtracker
** [2] https://lists.gambas-basic.org/#user
**