Open Tyde opened 5 years ago
I've found the reason for this error. On windows (at least in my build environment) the VPATH needs the backslashes which are replaced with slashes in the build.rs. When I fixed it, it compiled (see https://github.com/Tyde/rust-lua53/commit/2d2a2c5778bfe4af6daf4791767316ab459555b6)
Hi, when I try to compile the crate I do get the following error:
this error message seems to indicate, that the makefile isn't able to find
lua.c
. I also tried running that exact make task in thelua-source/src/
folder and it seems to work here. Is there something needed to allow the makefile to findlua.c
?