-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to compile #1
Comments
Fair question. |
Perhaps consider adding a rockspec to the repository? |
That's a pretty good idea. |
Earlier today I wrote a rockspec for the other lua libui binding. You may want to look at that: https://github.com/daurnimator/libuilua/blob/fbc1c4c67246b0e8df578949b36768ce7c468ed5/libuilua-scm-0.rockspec |
Have another look when you get the chance, I've redone all the build system stuff. One thing that could potentially be a problem is the name of the output file: libui.so/dll |
Your dependency spec Otherwise you should normally put a version of 'scm-0' for rockspecs that follow any version control, there are a few places in luarocks that treat it specially. |
Weird, I copied that straight out of your example. |
Oh shit sorry, I just did a noob move and gave it the wrong file. The dependency section was correct. |
At the moment you're incompatible with upstream libui. Is this something you intend on fixing? If not, could you |
Medium term goal, yes. I've added a few things I wanted (images/icons, timeouts). |
Other misc thing about the rockspec I'd suggest is putting one source file per line. |
What is this 'common' directory?
The text was updated successfully, but these errors were encountered: