1. # debian/rules binary
  2. test -x debian/rules
  3. dh_testroot
  4. dh_clean -k
  5. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  6. dh_installdirs -A
  7. mkdir -p "obj-i686-linux-gnu"
  8. if test -e /usr/share/misc/config.guess ; then \
  9. for i in ./config/config.guess ; do \
  10. if ! test -e $i.cdbs-orig ; then \
  11. mv $i $i.cdbs-orig ; \
  12. cp --remove-destination /usr/share/misc/config.guess $i ; \
  13. fi ; \
  14. done ; \
  15. fi
  16. if test -e /usr/share/misc/config.sub ; then \
  17. for i in ./config/config.sub ; do \
  18. if ! test -e $i.cdbs-orig ; then \
  19. mv $i $i.cdbs-orig ; \
  20. cp --remove-destination /usr/share/misc/config.sub $i ; \
  21. fi ; \
  22. done ; \
  23. fi
  24. cd obj-i686-linux-gnu && cmake /home/xan/Scrivania/tora-2.1.2/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER:FILEPATH="cc" -DCMAKE_CXX_COMPILER:FILEPATH="g++" -DCMAKE_C_FLAGS="-g -Wall -O2" -DCMAKE_CXX_FLAGS="-g -Wall -O2" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
  25. -- The C compiler identification is GNU
  26. -- The CXX compiler identification is GNU
  27. -- Check for working C compiler: /usr/bin/cc
  28. -- Check for working C compiler: /usr/bin/cc -- works
  29. -- Detecting C compiler ABI info
  30. -- Detecting C compiler ABI info - done
  31. -- Check for working CXX compiler: /usr/bin/g++
  32. -- Check for working CXX compiler: /usr/bin/g++ -- works
  33. -- Detecting CXX compiler ABI info
  34. -- Detecting CXX compiler ABI info - done
  35. -- TOra 2.1.2 will be built to install into /usr
  36. -- Building for target i686-linux-gnu
  37. -- Found target X86
  38. Qt QTGUI library not found.
  39. Qt QTXML library not found.
  40. Qt QTSQL library not found.
  41. Qt QTNETWORK library not found.
  42. Qt QTCORE library not found.
  43. CMake Error at CMakeLists.txt:178 (MESSAGE):
  44. No Qt4 found
  45.  
  46.  
  47. -- Configuring incomplete, errors occurred!
  48. make: *** [obj-i686-linux-gnu/CMakeCache.txt] Errore 1