Giter VIP home page Giter VIP logo

Comments (5)

Alloyed avatar Alloyed commented on August 25, 2024

I'm assuming by the path it's installed to you are using a build of luarocks that uses Lua 5.3? Unfortunately that kind of setup can't be supported: luarocks has the implicit assumption built into it that you will use the same interpreter for luarocks that you are using for your actual code, which in LOVE's case is Lua 5.1.

if you're using an OS with a package manager, many distributions will provide suffixed version of luarocks for different versions of lua. For example, on Arch Linux, the package community/luarocks5.1 will install luarocks-5.1, which should work fine.

from loverocks.

bb010g avatar bb010g commented on August 25, 2024

It was installed with luarocks-5.1. It refuses to install with -5.3.

from loverocks.

Alloyed avatar Alloyed commented on August 25, 2024

That's weird. Can you try uninstalling loverocks and reinstalling it with --verbose, and post the result?

from loverocks.

bb010g avatar bb010g commented on August 25, 2024

Sorry about the delay.

--- ~ » luarocks-5.1 --local remove loverocks                                                                                                                                                                                  2 ↵
Checking stability of dependencies on the absence of
loverocks scm-0...

Removing loverocks scm-0...
Removal successful.
--- ~ » cd src/loverocks
--- src/loverocks ‹master› » luarocks-5.1 build --verbose --local loverocks-scm-0.rockspec &> ~/loverocks-build-log.txt
--- src/loverocks ‹master› » cd ~/Documents/LOVE 
--- Documents/LOVE » mkdir foo
--- Documents/LOVE » loverocks init foo
Found LOVE version 0.9.2
ERROR: file 'templates/love9' not found:
    could not open LuaRocks manifest for /home/bb010g/.luarocks
    no file '/home/bb010g/.luarocks/share/lua/5.1/loverocks/templates/love9'
    no file '/home/bb010g/.luarocks/share/lua/5.1/templates/love9'
    no file '/home/bb010g/.luarocks/share/lua/templates/love9'
    no file '/home/bb010g/.luarocks/share/templates/love9'
    no file '/home/bb010g/.luarocks/templates/love9'
    no file '/home/bb010g/templates/love9'
    no file '/home/templates/love9'
    no file '/home/bb010g/.local/share/templates/love9'
    no file '/usr/local/share/templates/love9'
    no file '/usr/share/templates/love9'
    templates/love9: No such file or directory

loverocks-build-log.txt

from loverocks.

Alloyed avatar Alloyed commented on August 25, 2024

datafile is no longer used

from loverocks.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.