Alexey Melnichuk
Alexey Melnichuk
> Makefile:73: *** missing separator. Stop. LuaCOM Make file compatiable with nmake from MSVC and fail for make from MinGW. Not sure how hard is build LuaCOM with MinGW. And...
There also LuaFFI library. It has no external deps.
What compiler you use. There bat file to MSVC. Which should works just fine, just edi this one https://github.com/jmckaskill/luaffi/blob/master/msvcbuild.bat#L8-L12 and run `msvcbuild release`
Github remove this section a while ago and no one update info there. So do not try find it. But It still there if you know how to [find it](https://github.com/mascarenhas/alien/downloads)...
If you can link alien with msvcr10.dll you can use ffi.lib from https://github.com/moteus/luarocks-external I have problem with build libffi>=3.2.1. So i use 3.1 Also may be you can try my...
I think you can download libcrul binary from official web site https://curl.se/windows/ Then point CURL_DIR to this folder
This is not fully correct. You can use error class as Lua error for Lua>5.1. Also, I think documentation should mentionthat for Lua 5.1 library rises string errors.
I am not sure but I saw somewhere that on Windows libuv may need more then one buffer at same time. I think this number is equal to number of...
I've got the same issue. This error happens due to the `libpdebug` library expects the `breaks` table to be in the format `breaks = { source = { break point...
I think it is possible for `builtin` build mode. May be luarocks also could provide manual list in description section for other types. (Not good idea I know)