Advertisement
Guest User

Untitled

a guest
May 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. adorador@zion-corp:/tmp/a$ export PKG_CONFIG_PATH=/opt/compiz/lib/pkgconfig:${PKG_CONFIG_PATH}
  2. adorador@zion-corp:/tmp/a$ export PATH=/opt/compiz/bin:${PATH}
  3. adorador@zion-corp:/tmp/a$ export LD_LIBRARY_PATH=/opt/compiz/lib:${LD_LIBRARY_PATH}
  4. adorador@zion-corp:/tmp/a$ export LD_RUN_PATH=/opt/compiz/lib:${LD_RUN_PATH}
  5. adorador@zion-corp:/tmp/a$ git clone git://git.compiz.org/compiz/plugins-extra
  6. Initialized empty Git repository in /tmp/a/plugins-extra/.git/
  7. remote: Counting objects: 183, done.
  8. remote: Compressing objects: 100% (183/183), done.
  9. remote: Total 183 (delta 88), reused 0 (delta 0)
  10. Receiving objects: 100% (183/183), 30.60 KiB, done.
  11. Resolving deltas: 100% (88/88), done.
  12. adorador@zion-corp:/tmp/a$ cd plugins-extra/
  13. adorador@zion-corp:/tmp/a/plugins-extra$ git submodule update
  14. adorador@zion-corp:/tmp/a/plugins-extra$ git pull origin master
  15. From git://git.compiz.org/compiz/plugins-extra
  16. * branch master -> FETCH_HEAD
  17. Already up-to-date.
  18. adorador@zion-corp:/tmp/a/plugins-extra$ mkdir build && cd build
  19. adorador@zion-corp:/tmp/a/plugins-extra/build$ cmake .. -DCMAKE_INSTALL_PATH=/opt/compiz -DCMAKE_INSTALL_PREFIX=/opt/compiz -DCOMPIZ_PLUGIN_INSTALL_TYPE=compiz
  20. -- The C compiler identification is GNU
  21. -- The CXX compiler identification is GNU
  22. -- Check for working C compiler: /usr/bin/gcc
  23. -- Check for working C compiler: /usr/bin/gcc -- works
  24. -- Detecting C compiler ABI info
  25. -- Detecting C compiler ABI info - done
  26. -- Check for working CXX compiler: /usr/bin/c++
  27. -- Check for working CXX compiler: /usr/bin/c++ -- works
  28. -- Detecting CXX compiler ABI info
  29. -- Detecting CXX compiler ABI info - done
  30. -- checking for module 'compiz'
  31. -- found compiz, version 0.9.0
  32. -- Performing Test HAVE_SCANDIR_POSIX
  33. -- Performing Test HAVE_SCANDIR_POSIX - Success
  34.  
  35. ************************************************************
  36. * Compiz Buildsystem *
  37. * *
  38. * Package : Compiz Plugins Extra *
  39. * Version : 0.9.0 *
  40. ************************************************************
  41.  
  42. Plugin configure check results:
  43.  
  44.  
  45. ************************************************************
  46.  
  47. -- Configuring done
  48. -- Generating done
  49. -- Build files have been written to: /tmp/a/plugins-extra/build
  50. adorador@zion-corp:/tmp/a/plugins-extra/build$ make
  51. adorador@zion-corp:/tmp/a/plugins-extra/build$ sudo make install
  52. make: *** No rule to make target `install'. Stop.
  53. adorador@zion-corp:/tmp/a/plugins-extra/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement