Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created May 16, 2019 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentzh/0c742aca16261137e0b408618b5146f8 to your computer and use it in GitHub Desktop.
Save agentzh/0c742aca16261137e0b408618b5146f8 to your computer and use it in GitHub Desktop.
==== Building LuaJIT 2.1.0-beta3 ====
make -C src
make[1]: Entering directory '/home/agentzh/git/luajit-2.0/src'
HOSTCC host/minilua.o
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
CC lj_gc.o
CC lj_char.o
CC lj_buf.o
CC lj_obj.o
CC lj_tab.o
CC lj_str.o
CC lj_func.o
CC lj_udata.o
CC lj_meta.o
CC lj_debug.o
CC lj_state.o
CC lj_vmevent.o
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_gc.c:12:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_gc.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from lj_def.h:41,
from lj_char.h:9,
from lj_char.c:22:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_buf.c:9:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_obj.c:9:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_char.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_func.c:12:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_str.c:9:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_buf.o] Error 1
make[1]: *** [Makefile:687: lj_obj.o] Error 1
make[1]: *** [Makefile:687: lj_func.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_tab.c:12:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_str.o] Error 1
make[1]: *** [Makefile:687: lj_tab.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_udata.c:9:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_udata.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_meta.c:12:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_meta.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_debug.c:9:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
lj_vmevent.c:6:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_debug.o] Error 1
make[1]: *** [Makefile:687: lj_vmevent.o] Error 1
In file included from lj_def.h:41,
from lj_obj.h:13,
from lj_state.c:12:
/usr/lib/gcc/s390x-linux-gnu/8/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
# include_next <stdint.h>
^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:687: lj_state.o] Error 1
make[1]: Leaving directory '/home/agentzh/git/luajit-2.0/src'
make: *** [Makefile:113: default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment