[Gambas-user] gb.jit: error

Rudi Paret rudiparet at hotmail.com
Thu Jun 1 18:06:51 CEST 2023


Hi,

Got it working now, I installed Clang and Clang-11 and gambas works now.

Regards,

Rudi.
________________________________
From: User <user-bounces at lists.gambas-basic.org> on behalf of Benoit Minisini <benoit.minisini at gambas-basic.org>
Sent: 01 June 2023 12:51
To: user at lists.gambas-basic.org <user at lists.gambas-basic.org>
Subject: Re: [Gambas-user] gb.jit: error

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.


----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230601/815fe35b/attachment.htm>


More information about the User mailing list