Alexey Melnichuk
Alexey Melnichuk
But what about rocks which uses make/cmake/... as build system. There will be problem to detect all names in rockspec. Please look at this discussion (https://github.com/leafo/luarocks-site/issues/19)
I can not find how fix it.
I saw this. But `lzmq` has only one branch and it is already default. > I want to check this out for testing You can checkout it with `git clone...
How did you compile lzmq library? I did not test lzmq with Lua 5.4, but I expect it should work. Also, I believe that lua_checkstack stay intact in the Lua...
> I think I installed it via luarocks and moved the .so files manually to This should not work for any Lua module written on C (or ny other compiled...
This is bug, but your fix is not correct. Need create separate function to set arbitrary option. You can use `set_sndtimeo` function
I support only `luarocks`. How you try build it? You can run `luarocks install lzmq ZMQ_DIR=...`
may be you can change script so you can pass `ZMQ_DIR`/`ZMQ_LIB_DIR`/`ZMQ_INCLUDE_DIR` to `luarocks`. Problem here because luarocks find `zmq.h` header (I suppose it from version ZMQ 2.X). I am mostly...
It can be done only in `luarocks` not in rockspec. Now luarocks does not support this so you have to do this by hand. I am not sure either luarocks...
They uses `makefile` I think it will quite hard make `makefile` which will works on MSVC/MinGW/Linux/OSX ... Why you can not just install lzmq by hand before you run install...