[Gambas-user] Error launching Gambas first time

Gianni Piccini gp at antani.se
Sun Mar 1 03:33:14 CET 2020


After a fresh pc installation, when trying to run Gambas, it doesn't 
start. I've installed last debian testing, and it has Gambas 3.14.3.
This is the terminal response:



me at debsrv:~$ gambas3
gb.jit: error: unable to compile JIT code of 'gb.form.terminal':

In file included from /tmp/gambas.1000/27771/jit/jit.h:35,
                  from /tmp/gambas.1000/27771/jit/gb.form.terminal.c:1:
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h:9:16: fatal error: 
stdint.h: File o directory non esistente
     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
**



"File o directory non esistente" is for "File or directory doesn't 
exist", but file is there:

me at debsrv:~$ ls /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h


More information about the User mailing list