[Gambas-user] gb.jit: error

Benoit Minisini benoit.minisini at gambas-basic.org
Thu Jun 1 13:51:32 CEST 2023


Le 01/06/2023 à 13:44, Rudi Paret a écrit :
> Hi,
> 
> I have installed Gambas3 but want startup.
> My os is Antix.
> 
> Rudi.
> 
> The error:
> 
> $ gambas3
> gb.jit: error: unable to compile JIT code of 'gb.form.terminal':
> 
> In file included from /tmp/gambas.1000/12407/jit/jit.h:35,
>                   from /tmp/gambas.1000/12407/jit/gb.form.terminal.c:1:
> /usr/lib/gcc/x86_64-linux-gnu/10/include/stdint.h:9:16: fatal error: 
> stdint.h: No such file or directory
>      9 | # include_next <stdint.h>
>        |                ^~~~~~~~~~
> compilation terminated.
> 
> 
> **
> ** OOPS! INTERNAL ERROR. Program aborting, sorry! :-(
> ** Unable to compile JIT source file
> **
> ** Please send a bug report to the gambas bugtracker [1] or to the 
> gambas mailing-list [2].
> ** [1] http://gambaswiki.org/bugtracker
> ** [2] https://lists.gambas-basic.org/listinfo/user
> 
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

You must give more information on your system.

That usually means that you installed 'gcc' or 'clang' on your computer 
without the C headers.

Maybe I should check the availability of C header files and print a 
warning instead of just aborting.

Otherwise, you can disable the JIT compiler by setting the 'GB_NO_JIT' 
environment variable to '1'.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list