Skip to content
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

Open
emacsomancer opened this issue Feb 21, 2017 · 3 comments
Open

undefined reference to `lua_rotate'? #34

emacsomancer opened this issue Feb 21, 2017 · 3 comments

Comments

@emacsomancer
Copy link

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:

 undefined reference to `lua_rotate'

Without lua51 and/or lua52 I get different errors.

Any tips on how to proceed?

@Elv13
Copy link
Owner

Elv13 commented Feb 22, 2017

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.

@emacsomancer
Copy link
Author

Hello,
I don't know why I have so many Lua versions - Arch lets me, and some application must want to use one of the older ones.

I was trying to get your awesomewm config that looks like this - https://i.imgur.com/oUunJp9.png .
would the fork at https://github.com/AxelTB/awesome-configs accomplish this if I'm using the ordinary Awesome 4.0 package?

@Elv13
Copy link
Owner

Elv13 commented Feb 22, 2017

would the fork at https://github.com/AxelTB/awesome-configs accomplish this if I'm using the ordinary Awesome 4.0 package?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants