[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: compiling lua-5.2 for linux has failed.
- From: RAJESH DASARI <raajeshdasari@...>
- Date: Tue, 19 Jul 2016 15:07:34 +0530
Hi ,
I am trying to compile lua package from source tar lua-5.2.tar.gz for
linux environment.
I am facing the below issue during the compilation
make linux
** No rule to make target `luaconf.h', needed by `lapi.o'. Stop.
i copied luaconf.h.in to luaconf.h , i got the below erros during compilation .
error: invalid preprocessing directive #cmakedefine
In lua-5.3.2 i moved luaconf.h.orig to luaconf.h compilation was
successful. But i didnt see any luaconf.orig file in lua5.2 package.
Please help me on this .
Thanks,
Rajesh Dasari.