Ignacio Burgueño

Results 68 comments of Ignacio Burgueño

That would require a change in version. Bump the major to 2.

Check how your Lua installation was built. lua_objlen is only available if you compile Lua with certain compatibility flags: https://www.lua.org/source/5.3/luaconf.h.html It was renamed to lua_rawlen [in 5.2](https://www.lua.org/manual/5.2/manual.html#8.3). You need to...

Check the answer here: https://github.com/mpx/lua-cjson/issues/54 I think it also applies to you.

See https://github.com/mpx/lua-cjson/pull/1 You'll need to download the sources (luarocks unpack lua-cjson will do) and then apply the changes.

Any thoughts on this?

I'm sorry I won't be of any help for a little while.

Whatever is found on the [build.variables](https://github.com/luvit/luv/blob/master/luv-1.8.0-4.rockspec#L25) is passed as -DNAME=value to CMake. In the case of luv, CMAKE_C_FLAGS and CMAKE_MODULE_LINKER_FLAGS take their value from CFLAGS and LIBFLAG, respectively. I see...

Ok, thanks both @hishamhm and @mpeterv for the pointers. I'll update this PR, but the possibility of generating a script at install time is not something I would oppose. I'll...

@hishamhm could you share the script you're using? I'm taking a look at what would be needed to generate it and while the Windows side of things is clear to...

Is it really such a pain? With LR 2.1.2, after installing it even says what I should put in my LUA_PATH and LUA_CPATH variables. `luarocks path` will even print the...