Advertisement
Guest User

Untitled

a guest
Feb 26th, 2016
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. mathias@HP-ProBook-4330s:~/qBittorrent$ ls
  2. AUTHORS conf.pri.in macxconf.pri TODO
  3. bootstrap.sh CONTRIBUTING.md NEWS uncrustify.cfg
  4. build-aux COPYING os2conf.pri unixconf.pri
  5. Changelog dist qbittorrent.pro version.pri
  6. CODING_GUIDELINES.md doc qm_gen.pri winconf-mingw.pri
  7. codingStyleQtCreator.xml INSTALL README.md winconf-msvc.pri
  8. configure install.os2 README.os2 winconf.pri
  9. configure.ac m4 src
  10. mathias@HP-ProBook-4330s:~/qBittorrent$ auto-apt run ./configure
  11. Entering auto-apt mode: ./configure
  12. Exit the command to leave auto-apt mode.
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking build system type... i686-pc-linux-gnu
  28. checking host system type... i686-pc-linux-gnu
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /bin/mkdir -p
  32. checking for gawk... no
  33. checking for mawk... mawk
  34. checking whether make sets $(MAKE)... yes
  35. checking for style of include used by make... GNU
  36. checking whether make supports nested variables... yes
  37. checking dependency style of gcc... none
  38. checking dependency style of g++... none
  39. checking whether OS is FreeBSD... no
  40. checking for pkg-config... /usr/bin/pkg-config
  41. checking pkg-config is at least version 0.23... yes
  42. checking whether to enable the Debug build... no
  43. checking whether to enable the GUI... yes
  44. checking whether to install the systemd service file... no
  45. checking whether to enable the WebUI... yes
  46. checking whether Qt4 should be enabled... no
  47. checking for /qmake... no
  48. checking for /qmake-qt5... no
  49. checking for Qt5 qmake >= 5.2.0... not found
  50. configure: error: Could not find qmake
  51. mathias@HP-ProBook-4330s:~/qBittorrent$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement