You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LuaRocks 3.0.x installer.
========================
== Checking system... ==
========================
Admin privileges available for installing
Looking for Lua interpreter
checking C:\windows\system32
checking C:\windows
checking C:\windows\system32\wbem
checking C:\windows\system32\WindowsPowershell\v1.0
checking C:\windows\system32
checking C:\windows
checking C:\windows\system32\wbem
checking C:\windows\system32\WindowsPowershell\v1.0
checking C:\windows\system32\Wind
checking C:\W64_DEV_KIT
checking C:\LUA
Found lua.exe, testing it...
Interpreter found, now looking for link libraries...
checking for C:\LUA\lua5.4.lib
checking for C:\LUA\lua54.lib
checking for C:\LUA\liblua54.a
checking for C:\LUA\lua5.4.dll
checking for C:\LUA\lua54.dll
checking for C:\LUA\liblua.dll.a
checking for C:\LUA\bin\lua5.4.lib
checking for C:\LUA\bin\lua54.lib
checking for C:\LUA\bin\liblua54.a
checking for C:\LUA\bin\lua5.4.dll
checking for C:\LUA\bin\lua54.dll
Found lua54.dll
Link library found, now looking for headers...
checking for C:\LUA\include\lua\5.4\lua.h
checking for C:\LUA\include\lua54\lua.h
checking for C:\LUA\include\lua5.4\lua.h
checking for C:\LUA\include\lua.h
Found lua.h
Headers found, checking runtime to use...
C:\LUA\bin\lua.exe uses MSVCRT.DLL as runtime
Runtime check completed.
arch: 8664 -> IMAGE_FILE_MACHINE_AMD64
Failed to find MinGW/gcc based toolchain, make sure it is in your path: couldn't
find '*gcc.exe', not found
Failed installing LuaRocks. Run with /? for help.
Description:
Cloned luarocks/luarocks into a directory inside wineprefix (accessible by Wine)
run Wine cmd for the given wineprefix
switched to the directory where Luarocks was cloned
run ./install.bat
The reason of the issue is that the install script uses where.exe to search for files required in the find_gcc_suite() function. Wine has one, but it's just a stub, it returns nothing.
The text was updated successfully, but these errors were encountered:
MaximGB
added a commit
to MaximGB/luarocks-wine
that referenced
this issue
Nov 1, 2024
Platform:
LuaRocks version:
Configuration file:
LuaRocks output from when the issue occurred:
The reason of the issue is that the install script uses
where.exe
to search for files required in thefind_gcc_suite()
function. Wine has one, but it's just a stub, it returns nothing.The text was updated successfully, but these errors were encountered: