Hi, On 13.10.2013 19:28, Raphael Cervantes wrote: > Hi, > I was unable to get it to compile on arch linux. I'm attaching the error > messages I get when I run make. I'll be greatful of any help or advice.
Did you build awesome yourself before, too? I guess that awesome was compiled against the headers of lua 5.2, but the linker tries to link it with lua 5.1. The Arch PKGBUILD[0] uses -DLUA_LIBRARY=/usr/lib/liblua.so.5.2 to make sure that the correct library is used. Uli [0]: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/awesome -- 99 little bugs in the code 99 little bugs in the code Take one down, patch it around 117 little bugs in the code -- @irqed -- To unsubscribe, send mail to [email protected].
