-
Notifications
You must be signed in to change notification settings - Fork 52
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
Cannot require luacom #18
Comments
This error means that Lua can find module file but it can not load it.
But I fail compile original LuaCOM with luarocks so make my own pacakge.
|
Hi moteus, Thanks a lot for your help.
Got a same error when installing your package
I'm totally a newbee about this ,no idea what's the error means. |
LuaCOM Make file compatiable with nmake from MSVC and fail for make from MinGW. |
I failed compile, too.
Maybe I need to set "Installation paths" said in Currently, I get a complied binary version which satisfied my requirement - use in windows 10, support lua 5.3. File is from Zuume Scripting Engine at SourceForge. Just share remarks here. Thanks~ |
Every time i use
require("luacom")
It always drop an error says:
but I do have the luacom.dll file in c:\program files (x86)\lua\5.3\lib\lua\5.3\ this directory.
I use luarocks to install luacom, other libraries installed by luarocks like luasocket or luafilesystem all working fine.
Dont know what's going on here :(
The text was updated successfully, but these errors were encountered: