Hisham Muhammad

Results 636 comments of Hisham Muhammad

> inserting a space instead of a slash What it is doing there is setting the directory as the argument of `-libpath:`, and then giving the bare filename as the...

> Building with gcc works fine both for 32-bit and 64-bit however. Just to clarify, do you mean using LuaRocks or by hand?

Thank you for the detailed report! I'll look into it.

Also, any idea on why the Travis build failed?

Glad to hear the latest master works better. How are you setting LUA_LIBDIR?

@WywTed Kong does not work on Windows

@Bilal2453 thank you for the feedback! using the latest `master`, could you post the output of running `luarocks` with no arguments? (especially the "Configuration" section at the bottom) Thank you!

Ok, we're getting closer. That `(not found)` does not refer to the folder existing or not, but rather if LuaRocks is able to find a Lua library inside it. Assuming...

`c:\lua\lib` should be the correct value for LUA_LIBDIR in your case because it is the one that contains `liblua.dll.a`. If you set `variables.LUA_LIBDIR` to that in `c:\lua\luarocks\config-5.1.lua`, then `luarocks` still...

@vadi2 Could you run a quick test? What do you get if you run `sudo lua -e 'print(os.getenv("USER"))'` ?