Advertisement
_dinsdale

luafilesystem-build-fail-windows10

Jan 2nd, 2018
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2017 Developer Command Prompt v15.5.2
  3. ** Copyright (c) 2017 Microsoft Corporation
  4. **********************************************************************
  5.  
  6. C:\Users\russh\source>luarocks install luafilesystem
  7. Installing https://luarocks.org/luafilesystem-1.7.0-2.src.rock
  8. cl /nologo /MD /O2 -c -Fosrc/lfs.obj -IC:/Program Files (x86)/PUC-Lua/5.3.4/include src/lfs.c
  9. lfs.c
  10. link -dll -def:lfs.def -out:lfs.dll C:/Program Files (x86)/PUC-Lua/5.3.4/x86/lua53.dll src/lfs.obj
  11. Microsoft (R) Incremental Linker Version 14.12.25831.0
  12. Copyright (C) Microsoft Corporation. All rights reserved.
  13.  
  14. C:\Program Files (x86)\PUC-Lua\5.3.4\x86\lua53.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x448
  15.  
  16. Error: Build error: Failed compiling module lfs.dll
  17.  
  18. C:\Users\russh\source>luarocks install luafilesystem
  19. Installing https://luarocks.org/luafilesystem-1.7.0-2.src.rock
  20. cl /nologo /MD /O2 -c -Fosrc/lfs.obj -IC:/Program Files (x86)/PUC-Lua/5.3.4/include src/lfs.c
  21. lfs.c
  22. link -dll -def:lfs.def -out:lfs.dll C:/Program Files (x86)/PUC-Lua/5.3.4/x86/lua53.dll src/lfs.obj
  23. Microsoft (R) Incremental Linker Version 14.12.25831.0
  24. Copyright (C) Microsoft Corporation. All rights reserved.
  25.  
  26. C:\Program Files (x86)\PUC-Lua\5.3.4\x86\lua53.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x310
  27.  
  28. Error: Build error: Failed compiling module lfs.dll
  29.  
  30. C:\Users\russh\source>luarocks install luafilesystem
  31. Installing https://luarocks.org/luafilesystem-1.7.0-2.src.rock
  32. cl /nologo /MD /O2 -c -Fosrc/lfs.obj -IC:/Program Files (x86)/PUC-Lua/5.3.4/include src/lfs.c
  33. lfs.c
  34. link -dll -def:lfs.def -out:lfs.dll C:/Program Files (x86)/PUC-Lua/5.3.4/x86/lua53.dll src/lfs.obj
  35. Microsoft (R) Incremental Linker Version 14.12.25831.0
  36. Copyright (C) Microsoft Corporation. All rights reserved.
  37.  
  38. C:\Program Files (x86)\PUC-Lua\5.3.4\x86\lua53.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x370
  39.  
  40. Error: Build error: Failed compiling module lfs.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement