-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fresh download has path-issues; cairo.dll not found #16
Comments
First please note that |
I guess my question then is, what is supposed to work out of these demo/test files? I'm just wondering because like 80% out of these tests fail for me, if not for missing dll then because of some assertion. |
TBH I don't remember where I left off. These days I'm working exclusively on https://github.com/allegory-software/allegory-sdk. Anyway, |
I see, no problem. I was kinda interested in the desktop ui library thing hence I noted when it didnt run. |
So after fetching the latest version of luapower and trying to run the ui.lua demo, all I get is "module not found" -like errors for cairo.dll.
Checking the cpath while using the luajit repl, I'm getting a path alike to:
.\?.dll;E:\Programming\luapower\bin\mingw64\clib\?.dll;E:\Programming\luapower\bin\mingw64\loadall.dll
See any issues?
This is ran from the directory of the source, not the binary, and as such the first
.\?.dll
isn't useful.Then there's the odd 'clib' folder, I haven't seen this before so I presume it's either a specially treated folder-name or custom luajit path when launching from the provided exe. By default, and as I presume this library assumes, the cpath should include the executable directory.
Running my own compiled luajit instance does include this binary folder by default.
The text was updated successfully, but these errors were encountered: