-
Notifications
You must be signed in to change notification settings - Fork 66
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
nmake install fail #35
Comments
I get this issue as well on Windows 7 with VS2015. I ended up building from source by opening the INSTALL project file into VS2015 and building there, which appeared to work and LuaJIT runs, but LuaJIT is doing strange things (e.g., simple math does not work). |
The script at https://github.com/hughperkins/distro-cl/blob/distro-win/build_windows.bat will build luarocks, using nmake, however it looks like we are using a hack to do the
|
Thank you @hughperkins ! Encountered the similar issue. Here is what worked for me on Windows 10 with VS 2015 (just another part of your linked script): |
I had the same problem today. What worked for me was running the file
|
I am unable to nmake install . How to resolve this?
The text was updated successfully, but these errors were encountered: