openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.26k stars 202 forks source link

errors durring building #239

Open anoraktrend opened 3 months ago

anoraktrend commented 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.

zhuizhuhaomeng commented 3 months ago

LuaJIT does not support the iglunix OS.

anoraktrend commented 3 months ago

Iglunix is just a Linux distribution with the design goal of using the fewest gnu components.

anoraktrend commented 3 months ago

gnu grep is the required package to make this work.