Advertisement
Guest User

zet

a guest
Jun 18th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.36 KB | None | 0 0
  1. C:\build\qca>cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=%QCADIR% -DCMAKE_
  2. BUILD_TYPE="Debug Release"
  3. -- The C compiler identification is GNU 4.8.2
  4. -- The CXX compiler identification is GNU 4.8.2
  5. -- Check for working C compiler: C:/MinGW/bin/gcc.exe
  6. -- Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: C:/MinGW/bin/g++.exe
  10. -- Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  14. -- Looking for Q_WS_X11
  15. -- Looking for Q_WS_X11 - not found
  16. -- Looking for Q_WS_WIN
  17. -- Looking for Q_WS_WIN - found
  18. -- Looking for Q_WS_QWS
  19. -- Looking for Q_WS_QWS - not found
  20. -- Looking for Q_WS_MAC
  21. -- Looking for Q_WS_MAC - not found
  22. -- Found Qt4: C:/Qt/4.8.6/bin/qmake.exe (found suitable version "4.8.6", minimum
  23.  required is "4.7.0")
  24. -- Checking for certstore..
  25. -- Using built in certstore.
  26. -- certstore path: C:/build/qca/certs/rootcerts.pem
  27. -- Looking for include file sys/filio.h
  28. -- Looking for include file sys/filio.h - not found
  29. -- Performing Test MLOCK_TAKES_VOID
  30. -- Performing Test MLOCK_TAKES_VOID - Failed
  31. -- mlock(2) does not take a void *
  32. -- Found OpenSSL: C:/cmake/bin/ssleay32.dll;C:/cmake/bin/libeay32.dll (found ver
  33. sion "1.0.1h")
  34. -- Looking for EVP_md2
  35. -- Looking for EVP_md2 - not found
  36. CMake Warning at plugins/qca-ossl/CMakeLists.txt:18 (message):
  37.   qca-ossl will be compiled without MD2 digest algorithm support
  38.  
  39.  
  40. -- Looking for EVP_aes_128_ctr
  41. -- Looking for EVP_aes_128_ctr - found
  42.  
  43. Plugins:
  44.   qca-botan off
  45.   qca-cyrus-sasl off
  46.   qca-gcrypt off
  47.   qca-gnupg off
  48.   qca-logger on
  49.   qca-nss off
  50.   qca-ossl on
  51.   qca-pkcs11 off
  52.   qca-softstore on
  53.  
  54. QCA prefix is C:/Qt/QCA
  55. Plugins will be installed to C:/Qt/QCA/lib/qca/crypto
  56. Binary will be installed to C:/Qt/QCA/bin
  57. Library will be installed to C:/Qt/QCA/lib
  58. Feature file will be installed to C:/Qt/QCA/mkspecs/features
  59. Public headers will be installed to C:/Qt/QCA/include
  60. Private headers will be installed to C:/Qt/QCA/include
  61. Documentation will be installed to C:/Qt/QCA/share/doc/qca/html
  62. Man page will be installed to C:/Qt/QCA/share/man
  63. Pkg-config file will be installed to C:/Qt/QCA/lib/pkgconfig
  64.  
  65. -- Configuring done
  66. -- Generating done
  67. -- Build files have been written to: C:/build/qca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement