Guest User

Untitled

a guest
Aug 31st, 2010
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. [pavel@myhost build]$ cmake -DCMAKE_TOOLCHAIN_FILE=~/builds/Toolchain-mingw32.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=. -DSHARE_DIR=resources -DUSE_QT=ON -DUSE_ASPELL=ON -DFREE_SPACE_BAR_C=ON -DFORCE_XDG=OFF -DDBUS_NOTIFY=OFF -DLOCAL_BOOST=ON -DUSE_JS=ON -DLUA_SCRIPT=ON -DWITH_LUASCRIPTS=ON -DUSE_MINIUPNP=ON -DLOCAL_MINIUPNP=ON -DWITH_SOUNDS=ON -DLIB_EAY:FILEPATH=crypto -DSSL_EAY:FILEPATH=ssl ../../
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/i486-mingw32-gcc
  5. -- Check for working C compiler: /usr/bin/i486-mingw32-gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/i486-mingw32-g++
  9. -- Check for working CXX compiler: /usr/bin/i486-mingw32-g++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for malloc.h
  13. -- Looking for malloc.h - found
  14. -- Looking for dlfcn.h
  15. -- Looking for dlfcn.h - not found
  16. -- Looking for inttypes.h
  17. -- Looking for inttypes.h - found
  18. -- Looking for mallinfo
  19. -- Looking for mallinfo - not found
  20. -- Looking for malloc_stats
  21. -- Looking for malloc_stats - not found
  22. -- Looking for malloc_trim
  23. -- Looking for malloc_trim - not found
  24. -- Looking for memory.h
  25. -- Looking for memory.h - found
  26. -- Looking for stdint.h
  27. -- Looking for stdint.h - found
  28. -- Looking for stdlib.h
  29. -- Looking for stdlib.h - found
  30. -- Looking for stdbool.h
  31. -- Looking for stdbool.h - found
  32. -- Looking for strings.h
  33. -- Looking for strings.h - found
  34. -- Looking for sys/stat.h
  35. -- Looking for sys/stat.h - found
  36. -- Looking for sys/types.h
  37. -- Looking for sys/types.h - found
  38. -- Looking for limits.h
  39. -- Looking for limits.h - found
  40. -- Looking for unistd.h
  41. -- Looking for unistd.h - found
  42. -- Looking for sys/socket.h
  43. -- Looking for sys/socket.h - not found
  44. -- Looking for ifaddrs.h
  45. -- Looking for ifaddrs.h - not found
  46. -- Looking for net/if.h
  47. -- Looking for net/if.h - not found
  48. -- Looking for sys/statvfs.h
  49. -- Looking for sys/statvfs.h - not found
  50. -- Looking for include files HAVE_ADDRS_H
  51. -- Looking for include files HAVE_ADDRS_H - not found.
  52. -- Looking for include files FS_USAGE_C
  53. -- Looking for include files FS_USAGE_C - not found.
  54. -- Found BZip2: /usr/i486-mingw32/lib/libbz2.a
  55. -- Looking for BZ2_bzCompressInit in /usr/i486-mingw32/lib/libbz2.a
  56. -- Looking for BZ2_bzCompressInit in /usr/i486-mingw32/lib/libbz2.a - not found
  57. -- Found ZLIB: /usr/i486-mingw32/include
  58. -- Found OpenSSL: ssl;crypto
  59. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  60. -- Looking for include files CMAKE_HAVE_PTHREAD_H - not found.
  61. -- Found Threads: TRUE
  62. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
  63. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
  64. -- Found Iconv: /usr/i486-mingw32/lib/libiconv.a
  65. -- Found Subversion: /usr/bin/svn
  66. -- Found Lua51: /usr/i486-mingw32/bin/lua51.dll
  67. -- Building with Lua scripts support
  68. -- Building with UPNP support(miniupnpc)
  69. -- Looking for Q_WS_X11
  70. -- Looking for Q_WS_X11 - not found.
  71. -- Looking for Q_WS_WIN
  72. -- Looking for Q_WS_WIN - found
  73. -- Looking for Q_WS_QWS
  74. -- Looking for Q_WS_QWS - not found.
  75. -- Looking for Q_WS_MAC
  76. -- Looking for Q_WS_MAC - not found.
  77. -- Found Qt-Version 4.6.3 (using /usr/bin/qmake)
  78. CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:1105 (MESSAGE):
  79. Qt libraries, includes, moc, uic or/and rcc NOT found!
  80. Call Stack (most recent call first):
  81. CMakeLists.txt:118 (find_package)
  82.  
  83.  
  84. -- Configuring incomplete, errors occurred!
  85. [pavel@myhost build]$ cmake -DCMAKE_TOOLCHAIN_FILE=~/builds/Toolchain-mingw32.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=. -DSHARE_DIR=resources -DUSE_QT=ON -DUSE_ASPELL=ON -DFREE_SPACE_BAR_C=ON -DFORCE_XDG=OFF -DDBUS_NOTIFY=OFF -DLOCAL_BOOST=ON -DUSE_JS=ON -DLUA_SCRIPT=ON -DWITH_LUASCRIPTS=ON -DUSE_MINIUPNP=ON -DLOCAL_MINIUPNP=ON -DWITH_SOUNDS=ON -DLIB_EAY:FILEPATH=crypto -DSSL_EAY:FILEPATH=ssl ../../
  86. -- Building with Lua scripts support
  87. -- Building with UPNP support(miniupnpc)
  88. -- Found ASPELL: /home/pavel/builds/aspell-dev-0-50-3-3/lib/aspell-15.lib
  89. -- Building with Aspell support
  90. -- Building with free space bar (realisation on C, POSIX 1003.1-2001 (and later) with XSI)
  91. -- About to connect() to eiskaltdc.googlecode.com port 80 (#0)
  92. Trying 66.102.13.82... connected
  93. Connected to eiskaltdc.googlecode.com (66.102.13.82) port 80 (#0)
  94. GET /files/boost.tar.gz HTTP/1.1
  95. Host: eiskaltdc.googlecode.com
  96. Accept: */*
  97.  
  98. HTTP/1.1 200 OK
  99. Content-Length: 951475
  100. Content-Type: application/x-gzip
  101. Content-Disposition: attachment; filename="boost.tar.gz"
  102. Accept-Ranges: bytes
  103. Date: Tue, 31 Aug 2010 11:03:29 GMT
  104. Last-Modified: Sun, 22 Aug 2010 16:03:50 GMT
  105. Expires: Tue, 07 Sep 2010 11:03:29 GMT
  106. Server: DFE/largefile
  107. Cache-Control: public, max-age=604800
  108. Age: 5175
  109.  
  110. -- 0;"No error"
  111. -- USED LOCAL BOOST HEADERS
  112. -- Library directory: /home/pavel/builds/eiskaltdcpp/win32/build/lib
  113. -- Data directory: resources
  114. -- Build svn revision: 1656
  115. -- CMAKE will use this libs(and headers) during build:
  116.  
  117. upnp (headers){miniupnpc}: ()
  118. lua (headers): /usr/i486-mingw32/bin/lua51.dll (/usr/i486-mingw32/include)
  119. boost (headers): (./)
  120. bzip2 (headers): /usr/i486-mingw32/lib/libbz2.a (/usr/i486-mingw32/include)
  121. zlib (headers): /usr/i486-mingw32/lib/libz.a (/usr/i486-mingw32/include)
  122. openssl (headers): ssl;crypto (/usr/i486-mingw32/include)
  123. iconv (headers): /usr/i486-mingw32/lib/libiconv.a (/usr/i486-mingw32/include)
  124. aspell (headers): /home/pavel/builds/aspell-dev-0-50-3-3/lib/aspell-15.lib (/home/pavel/builds/aspell-dev-0-50-3-3/include)
  125. gettext (headers): /usr/i486-mingw32/lib/libintl.a (/usr/i486-mingw32/include)
  126.  
  127. -- Translations: be;bg;en;es;fr;hu;pl;ru;sr;uk
  128. -- Configuring done
  129. -- Generating done
  130. -- Build files have been written to: /home/pavel/builds/eiskaltdcpp/win32/build
  131. [pavel@myhost build]$
Advertisement
Add Comment
Please, Sign In to add comment