Giter Site home page Giter Site logo

Comments (6)

 avatar commented on June 14, 2024

Nevermind, I'm downloading Visual Studio.

from hererocks.

 avatar commented on June 14, 2024

I downloaded Visual Studio, and I tried installing Lua and LuaRocks using HereRocks, but I got this error:
Error: couldn't set up MSVC toolchain
Here is the command I used:
C:\Users\Owner>hererocks -l5.3 -rlatest --target vs lua53

from hererocks.

mpeterv avatar mpeterv commented on June 14, 2024

Hi! Can you post the output you get if you also use --verbose? I.e. run hererocks -l5.3 -rlatest --target vs lua53 --verbose.

from hererocks.

 avatar commented on June 14, 2024

Okay, I ran the command, and here's what I got:

Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\14.0\Setup\VC:ProductDir
Checking existence of C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat
Checking existence of C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat
Checking existence of C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\12.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\12.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\12.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\11.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\11.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\11.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\11.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\10.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\10.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\10.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\10.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v7.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\9.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\9.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\9.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v6.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v6.1:InstallationFolder
Checking existence of C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\12.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\12.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\12.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\11.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\11.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\11.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\11.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\10.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\10.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\10.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\10.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v7.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\9.0\Setup\VC:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\9.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VCExpress\9.0\Setup\VS:ProductDir
Querying registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v6.1:InstallationFolder
Querying registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v6.1:InstallationFolder
Error: couldn't set up MSVC toolchain

Now I know what the problem is.

from hererocks.

mpeterv avatar mpeterv commented on June 14, 2024

It seems that Visual Studio 14 is installed incompletely or in a way hererocks doesn't understand. Did you fix the problem, how? Most likely you didn't have C/C++ specific Visual Studio component installed, but I don't know if VC registry key can be present in this case.

from hererocks.

 avatar commented on June 14, 2024

But I have Visual Studio 2015.

Also, I am downloading C++ tools for it. 😄

Edit: Looks like I handled my own problem like a pro! 💯 😎 👍 👌

from hererocks.

Related Issues (20)

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.