-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load on windows fails #149
Comments
windows 10 x64 luarocks.bat config: |
remove -lMSVCR80 works! |
luarocks.bat install luafilesystem
Installing https://luarocks.org/luafilesystem-1.8.0-1.src.rock
luafilesystem 1.8.0-1 depends on lua >= 5.1 (5.1-1 provided by VM)
F:\i686-8.1.0-release-posix-dwarf-rt_v6-rev0\mingw32\bin\gcc.exe -O2 -c -o src/lfs.o -Ic:\users\public\lua\LuaRocks\include src/lfs.c
F:\i686-8.1.0-release-posix-dwarf-rt_v6-rev0\mingw32\bin\gcc.exe -shared -o lfs.dll src/lfs.o c:\users\public\lua\LuaRocks/lua5.1.dll -lMSVCR80
luafilesystem 1.8.0-1 is now installed in c:\users\public\lua\LuaRocks\systree (license: MIT/X11)
but 'require "lfs"' failure:
The procedure entry point _utime could not be located in the dynamic link library
c:\users\public\lua\LuaRocks\systree\lib\lua\5.1\lfs.dll
The text was updated successfully, but these errors were encountered: