wg / wrk

Modern HTTP benchmarking tool
Other
37.82k stars 2.94k forks source link

Setting WITH_LUAJIT results in error #319

Open gruebel opened 6 years ago

gruebel commented 6 years ago

When you try to compile wrk by setting the parameter WITH_LUAJIT it results in following error

$ make WITH_LUAJIT=/usr WITH_OPENSSL=/usr

CC src/wrk.c
In file included from src/wrk.c:3:0:
src/wrk.h:13:17: fatal error: lua.h: No such file or directory
 #include <lua.h>
                 ^
compilation terminated.
make: *** [Makefile:71: obj/wrk.o] Error 1

I also added the WITH_OPENSSL parameter, so it doesn't compile openssl at the beginning.

DarkSideMoon commented 3 years ago

Hi @gruebel Did you fix issue in your PR? I have the same problem on Windows in Cygwin Do you have workaround how to fix it? Thanks