Open anoraktrend opened 3 months ago
I am trying to build this on iglunix and running into this error.
lj_err.c:472:2: error: "Broken build system -- only use the provided Makefiles!" 472 | #error "Broken build system -- only use the provided Makefiles!" | ^
I'm using gmake as the make file processor.
LuaJIT does not support the iglunix OS.
Iglunix is just a Linux distribution with the design goal of using the fewest gnu components.
gnu grep is the required package to make this work.
I am trying to build this on iglunix and running into this error.
I'm using gmake as the make file processor.