luaplus51-all
luaplus51-all copied to clipboard
Full LuaPlus distribution
VS throws an error - Error MSB3073 The command "E:\luaplus\build2019\jam.bat "-CE:/luaplus/build2019/" -g C.TOOLCHAIN=win64/debug -a" exited with code 1. And command line says - don't know how to make lua5.1
The definition of LUA_VERSION_NUM needs to be judged in LuaPlusConfig.h, but LUA_VERSION_NUM is defined after LuaPlusConfig.h
Looking at the code that value from CLI was ignored. This patch fix the issue.
I cloned the repository, downloaded wget.exe and unzip.exe and also include them in the path.   Also I downloaded openssl and extract it to C:/openssl-1.1.0f-vs2017.  However, im getting...
"require 'luacom'" failed when compiled with VS2015 
In LuaObject's contructors and assignment operators, if src LuaObject happens to come from a coroutine then this LuaObject LuaState L will point to freed memory once the coroutine is garbage...
requires libssh2 located at: d:/libssh2/include d:/libssh2/win32/lib Minor modifications were done to Lua-cURL to support some ssh/sftp options.
Hi! This repository [bundles an outdated vulnerable copy of Expat 2.1.0](https://github.com/jjensen/luaplus51-all/tree/master/Src/Modules/expat/lib). Please update your copy to version 2.2.1 with the latest security fixes. A change log with details is available...
Hey Josh, I was taking a look at the latest in the NextGen branch, and noticed that there are now source folders for Lua 5.1/5.2/5.3 etc. I was wondering if...