Advertisement
Guest User

Untitled

a guest
Feb 26th, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. mathias@HP-ProBook-4330s:~/qBittorrent$ auto-apt run ./configure
  2. Entering auto-apt mode: ./configure
  3. Exit the command to leave auto-apt mode.
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking whether gcc understands -c and -o together... yes
  14. checking for g++... g++
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking for a sed that does not truncate output... /bin/sed
  18. checking build system type... i686-pc-linux-gnu
  19. checking host system type... i686-pc-linux-gnu
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... no
  24. checking for mawk... mawk
  25. checking whether make sets $(MAKE)... yes
  26. checking for style of include used by make... GNU
  27. checking whether make supports nested variables... yes
  28. checking dependency style of gcc... none
  29. checking dependency style of g++... none
  30. checking whether OS is FreeBSD... no
  31. checking for pkg-config... /usr/bin/pkg-config
  32. checking pkg-config is at least version 0.23... yes
  33. checking whether to enable the Debug build... no
  34. checking whether to enable the GUI... yes
  35. checking whether to install the systemd service file... no
  36. checking whether to enable the WebUI... yes
  37. checking whether Qt4 should be enabled... no
  38. checking for /usr/lib/i386-linux-gnu/qt5/bin/qmake... yes
  39. checking for Qt5 qmake >= 5.2.0... /usr/lib/i386-linux-gnu/qt5/bin/qmake
  40. checking whether QtDBus should be enabled... yes
  41. checking for Qt5DBus >= 5.2.0... found
  42. checking for boostlib >= 1.35... yes
  43. configure: Boost CPPFLGAS: -I/usr/include
  44. checking whether the Boost::System library is available... yes
  45. checking for exit in -lboost_system... yes
  46. configure: Boost.System LIB: -lboost_system
  47. checking which qtsingleapplication to use... shipped
  48. checking for libtorrent... no
  49. configure: error: Package requirements (libtorrent-rasterbar >= 1.0.6) were not met:
  50.  
  51. Requested 'libtorrent-rasterbar >= 1.0.6' but version of libtorrent-rasterbar is 0.16.13
  52.  
  53. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  54. installed software in a non-standard prefix.
  55.  
  56. Alternatively, you may set the environment variables libtorrent_CFLAGS
  57. and libtorrent_LIBS to avoid the need to call pkg-config.
  58. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement