-
Notifications
You must be signed in to change notification settings - Fork 19
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
undefined reference to `lua_rotate'? #34
Comments
Hello, Why are you trying to compile this yourself and why do you have some many Lua versions? Lua_rotate errors indicate a mismatch between the Lua header and binary. You can fix that by setting the environment correctly. Beside, doesn't your distribution provides Awesome 4.0 packages? Finally, this repository requires some patch. If you want to use a simpler version, this fork https://github.com/AxelTB/awesome-configs have monkey patched the missing modules. |
Hello, I was trying to get your awesomewm config that looks like this - https://i.imgur.com/oUunJp9.png . |
Yes. I am one of Awesome core devs and I stopped trying to keep my config compatible with the releases. However the maintainers of this fork do. The config has many themes. This one is called "SciFi", it's currently the default in that fork. |
I've been trying to compile this ('make') and I get different error messages depending on whether I have lua5.1 and lua5.2 installed alongside of lua5.3 and luajit. With all of these installed I get a bunch of messages like:
Without lua51 and/or lua52 I get different errors.
Any tips on how to proceed?
The text was updated successfully, but these errors were encountered: