JuanPablo <jabar...@gmail.com> writes: > I try install awesome3, I am followed this guide > http://awesome.naquadah.org/wiki/index.php?title=Awesome-3-Ubuntu-git > > but, I have problem in the step of make awesome > this is the error > > [ 10%] Building C object CMakeFiles/awesome.dir/client.c.o > /home/pablo/Desktop/awesome/client.c: In function 'luaA_client_index': > /home/pablo/Desktop/awesome/client.c:1648: error: 'xcb_get_wm_class_reply_t' > has no member named 'class' > /home/pablo/Desktop/awesome/client.c:1656: error: 'xcb_get_wm_class_reply_t' > has no member named 'name' > make[3]: *** [CMakeFiles/awesome.dir/client.c.o] Error 1 > make[2]: *** [CMakeFiles/awesome.dir/all] Error 2 > make[1]: *** [all] Error 2 > make: *** [cmake-build] Error 2 > > > any idea ? > many tks.
If you built xcb-util from git, you'll get a later version that what Awesome 3.1 expects. Do a 'git checkout v0.3.2' in your xcb-util clone, do the configure-make-install dance, and then try building Awesome again. It might be a good idea to add something to to awesomeConfig.cmake to detect this situation... -- Espen Wiborg <espe...@grumblesmurf.org> - Veritas vos liberabit A mathematician is a device for turning coffee into theorems. -- P. Erdos -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.