-
Notifications
You must be signed in to change notification settings - Fork 89
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
Can't compile LuaPlus.sln #24
Comments
Using the instructions provided for cloning and building LuaPlus, you got this? Is there any additional information? |
I did everything according to the instructions. |
visual studio 2019 enterprise and windows 10. Also fixed the file jmakehelper.cmd for COMNTOOLS not for community. |
Version 51 falls with an error, but version 53 compiles just fine. |
I pushed an update that uses the latest JamPlus commits. The instructions for building have changed. Be sure to look at the README.md. In |
btw your unzip link is not working. had to download and compile from here https://sourceforge.net/projects/infozip/ |
I think the problem may be that JamPlus is taking the wrong version of the Windows SDK C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0 a cut version of this SDK is installed on my computer (without um folder) |
i tried to changing the file E:\luaplus\Tools\JamPlus\bin\modules\c\toolchain\vc\win32.jam from local MSSDK_VERSION = |
根据网上教程,VS2022编译成功,静态和动态均可 |
I tried to compile this library twice and I ended up with a .sln that does nothing. Thank you and sorry to bother you |
I just followed the Building LuaPlus for Windows instructions that are found at https://github.com/jjensen/luaplus51-all. Everything built fine. Can you give me some more information about where you are having trouble? Thanks! |
Ok, I'll retry and post each step. Then at this point I don't know what to do. I have a "bin.lua53.vs2019.win64" folder with a bunch of lua files that I don't know how to use. There are no LuaPlus cpp files or .lib/.dll or whatever. I'm kinda lost on how I'm supposed to proceed from here to add all of this to another project. Thanks and sorry to bother you so much. |
VS throws an error - Error MSB3073 The command "E:\luaplus\build2019\jam.bat "-CE:/luaplus/build2019/" -g C.TOOLCHAIN=win64/debug -a" exited with code 1. And command line says - don't know how to make lua5.1
The text was updated successfully, but these errors were encountered: