---------- Forwarded message ---------- From: John Johnson <[email protected]> Date: Sat, Mar 14, 2015 at 10:55 AM Subject: Re: Awesome 3.5.6 compilation To: Evgeny Pakhomov <[email protected]>
if that doesn't resolve it, try creating symlinks pointing to the correct files On Mar 13, 2015 8:37 PM, "Evgeny Pakhomov" <[email protected]> wrote: > Hi, > > I think you have to install all the libraries with "-dev" suffix. > > On Sat, Mar 14, 2015 at 7:33 AM, vandr0iy <[email protected]> > wrote: > >> >> Hi, guys! >> I've got a small compilation issue here. After having downloaded the >> latest stable version of awesome, I tried to compile it on debian, but it >> doesn't see some essential libraries; Look here at the output of the "make" >> command: >> >> make >> Running cmake… >> -- cat -> /bin/cat >> -- ln -> /bin/ln >> -- grep -> /bin/grep >> -- git -> /usr/bin/git >> -- hostname -> /bin/hostname >> -- asciidoc not found. >> -- xmlto not found. >> -- gzip -> /bin/gzip >> -- lua not found. >> -- ldoc not found. >> -- ldoc.lua not found. >> -- convert -> /usr/bin/convert >> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) >> -- Could NOT find Lua51 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) >> -- Not generating manpages. Missing: asciidoc xmlto >> -- Not generating API documentation. Missing: ldoc >> -- checking for modules >> 'glib-2.0;gdk-pixbuf-2.0;cairo;x11;xcb-cursor;xcb-randr;xcb-xtest;xcb-xinerama;xcb-shape;xcb-util>=0.3.8;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.8;cairo-xcb;libstartup-notification-1.0>=0.10;xproto>=7.0.15;libxdg-basedir>=1.0.0' >> -- package 'gdk-pixbuf-2.0' not found >> -- package 'xcb-cursor' not found >> -- package 'xcb-randr' not found >> -- package 'xcb-xtest' not found >> -- package 'xcb-xinerama' not found >> -- package 'xcb-shape' not found >> -- package 'xcb-util>=0.3.8' not found >> -- package 'xcb-keysyms>=0.3.4' not found >> -- package 'xcb-icccm>=0.3.8' not found >> CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 >> (message): >> A required package was not found >> Call Stack (most recent call first): >> /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 >> (_pkg_check_modules_internal) >> awesomeConfig.cmake:134 (pkg_check_modules) >> CMakeLists.txt:15 (include) >> >> >> CMake Error at awesomeConfig.cmake:153 (message): >> Call Stack (most recent call first): >> CMakeLists.txt:15 (include) >> >> >> -- Configuring incomplete, errors occurred! >> See also >> "/home/vandr0iy/GNU+linux_software/awesome-3.5.6/.build-arda-x86_64-linux-gnu-4.9.2/CMakeFiles/CMakeOutput.log". >> See also >> "/home/vandr0iy/GNU+linux_software/awesome-3.5.6/.build-arda-x86_64-linux-gnu-4.9.2/CMakeFiles/CMakeError.log". >> Makefile:22: recipe for target 'cmake' failed >> make: *** [cmake] Error 1 >> >> the issue consists in the fact that I already have the required libraries >> installed, but with another name, like - libgdk-pixbuf2.0-0 instead of >> gdk-pixbuf-2.0, or, more generally, fancy_library_name -> >> libfancy_library_name[0-9] >> Also, if the solution of this problem implies too much of a hassle, could >> you please tell me if there is a substantial difference between the 3.5.6 >> and the 3.5.5-1? I got a .deb of the latter. >> Thank you very much for your help. >> >> >
