Guest User

Untitled

a guest
Aug 2nd, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.33 KB | None | 0 0
  1. mac-pro-arinoki:sources arinoki$ git clone git://github.com/negativ/eiskaltdcpp.git
  2. Cloning into eiskaltdcpp...
  3. remote: Counting objects: 26431, done.
  4. remote: Compressing objects: 100% (7014/7014), done.
  5. remote: Total 26431 (delta 19433), reused 26307 (delta 19313)
  6. Receiving objects: 100% (26431/26431), 20.80 MiB | 428 KiB/s, done.
  7. Resolving deltas: 100% (19433/19433), done.
  8. mac-pro-arinoki:sources arinoki$ cd eisk*
  9. mac-pro-arinoki:eiskaltdcpp arinoki$ ls
  10. AUTHORS INSTALL dht icons
  11. CMakeLists.txt LICENSE eiskaltdcpp-gtk luascripts
  12. COPYING README eiskaltdcpp-qt miniupnpc
  13. COPYING.DCPP TODO emoticons nasdc
  14. COPYING.OpenSSL Version.h.in examples sounds
  15. ChangeLog.txt cmake extra update_geoip
  16. ChangeLog_ru.txt cmake_uninstall.cmake.in full.copyrights.info.in.Debian.style win32
  17. ChangeLog_uk.txt dcpp haiku
  18. mac-pro-arinoki:eiskaltdcpp arinoki$ mkdir builddir
  19. mac-pro-arinoki:eiskaltdcpp arinoki$ cd builddir
  20. mac-pro-arinoki:builddir arinoki$ cmake ../
  21. -- The C compiler identification is GNU
  22. -- The CXX compiler identification is GNU
  23. -- Checking whether C compiler has -isysroot
  24. -- Checking whether C compiler has -isysroot - yes
  25. -- Checking whether C compiler supports OSX deployment target flag
  26. -- Checking whether C compiler supports OSX deployment target flag - yes
  27. -- Check for working C compiler: /opt/local/bin/gcc
  28. -- Check for working C compiler: /opt/local/bin/gcc -- works
  29. -- Detecting C compiler ABI info
  30. -- Detecting C compiler ABI info - done
  31. -- Checking whether CXX compiler has -isysroot
  32. -- Checking whether CXX compiler has -isysroot - yes
  33. -- Checking whether CXX compiler supports OSX deployment target flag
  34. -- Checking whether CXX compiler supports OSX deployment target flag - yes
  35. -- Check for working CXX compiler: /opt/local/bin/c++
  36. -- Check for working CXX compiler: /opt/local/bin/c++ -- works
  37. -- Detecting CXX compiler ABI info
  38. -- Detecting CXX compiler ABI info - done
  39. -- Looking for malloc.h
  40. -- Looking for malloc.h - not found
  41. -- Looking for dlfcn.h
  42. -- Looking for dlfcn.h - found
  43. -- Looking for inttypes.h
  44. -- Looking for inttypes.h - found
  45. -- Looking for mallinfo
  46. -- Looking for mallinfo - not found
  47. -- Looking for malloc_stats
  48. -- Looking for malloc_stats - not found
  49. -- Looking for malloc_trim
  50. -- Looking for malloc_trim - not found
  51. -- Looking for daemon
  52. -- Looking for daemon - found
  53. -- Looking for memory.h
  54. -- Looking for memory.h - found
  55. -- Looking for stdint.h
  56. -- Looking for stdint.h - found
  57. -- Looking for stdlib.h
  58. -- Looking for stdlib.h - found
  59. -- Looking for stdbool.h
  60. -- Looking for stdbool.h - found
  61. -- Looking for strings.h
  62. -- Looking for strings.h - found
  63. -- Looking for sys/stat.h
  64. -- Looking for sys/stat.h - found
  65. -- Looking for sys/types.h
  66. -- Looking for sys/types.h - found
  67. -- Looking for limits.h
  68. -- Looking for limits.h - found
  69. -- Looking for unistd.h
  70. -- Looking for unistd.h - found
  71. -- Looking for sys/socket.h
  72. -- Looking for sys/socket.h - found
  73. -- Looking for ifaddrs.h
  74. -- Looking for ifaddrs.h - found
  75. -- Looking for net/if.h
  76. -- Looking for net/if.h - not found
  77. -- Looking for sys/statvfs.h
  78. -- Looking for sys/statvfs.h - found
  79. -- Looking for include files HAVE_ADDRS_H
  80. -- Looking for include files HAVE_ADDRS_H - found
  81. -- Looking for include files FS_USAGE_C
  82. -- Looking for include files FS_USAGE_C - found
  83. -- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib
  84. -- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib - found
  85. -- Looking for gethostbyname
  86. -- Looking for gethostbyname - found
  87. -- Looking for connect
  88. -- Looking for connect - found
  89. -- Looking for remove
  90. -- Looking for remove - found
  91. -- Looking for shmat
  92. -- Looking for shmat - found
  93. -- Looking for IceConnectionNumber in ICE
  94. -- Looking for IceConnectionNumber in ICE - found
  95. -- Found X11: /opt/local/lib/libX11.dylib
  96. -- Found BZip2: /usr/lib/libbz2.dylib
  97. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
  98. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
  99. -- Found ZLIB: /usr/include (found version "1.2.5")
  100. -- Found OpenSSL: /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib
  101. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  102. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  103. -- Looking for pthread_create in pthreads
  104. -- Looking for pthread_create in pthreads - not found
  105. -- Looking for pthread_create in pthread
  106. -- Looking for pthread_create in pthread - found
  107. -- Found Threads: TRUE
  108. -- Looking for gettext
  109. -- Looking for gettext - not found
  110. -- Found Iconv: /usr/lib/libiconv.dylib
  111. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
  112. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
  113. -- Found Subversion: /usr/bin/svn
  114. -- Found Git: /usr/bin/git
  115. -- Found IDNA: /opt/local/lib/libidn.dylib
  116. -- Building without Lua scripts support
  117. -- Building without UPNP support (miniupnpc)
  118. -- Looking for Q_WS_X11
  119. -- Looking for Q_WS_X11 - not found.
  120. -- Looking for Q_WS_WIN
  121. -- Looking for Q_WS_WIN - not found.
  122. -- Looking for Q_WS_QWS
  123. -- Looking for Q_WS_QWS - not found.
  124. -- Looking for Q_WS_MAC
  125. -- Looking for Q_WS_MAC - found
  126. -- Looking for QT_MAC_USE_COCOA
  127. -- Looking for QT_MAC_USE_COCOA - found
  128. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  129. -- Building without Qt Declarative UI support
  130. -- Building with Qt DBus support
  131. -- Building without Qt Script support
  132. -- Building without Qt SQLite support
  133. -- Could NOT find ASPELL (missing: ASPELL_LIBRARIES ASPELL_INCLUDE_DIR)
  134. -- Building without Aspell support
  135. -- Building with free space bar (realisation on C, POSIX 1003.1-2001 (and later) with XSI)
  136. -- Boost version: 1.47.0
  137. -- Library directory: /usr/local/lib
  138. -- Data directory: EiskaltDC++.app
  139. -- Build Git commit ID: 7c0cafd
  140. -- CMAKE_SYSTEM: Darwin-11.0.0
  141. -- CMAKE_SYSTEM_NAME: Darwin
  142. -- CMAKE_SYSTEM_PROCESSOR: i386
  143. -- CMAKE_SYSTEM_VERSION: 11.0.0
  144. -- CMAKE_CXX_COMPILER_ID: GNU
  145. -- CMAKE_C_COMPILER_ID: GNU
  146. -- CMAKE will use this libs (and headers) during build:
  147.  
  148. miniupnpc (headers): ()
  149. lua (headers): ()
  150. boost (headers): (/opt/local/include)
  151. bzip2 (headers): /usr/lib/libbz2.dylib (/usr/include)
  152. zlib (headers): /usr/lib/libz.dylib (/usr/include)
  153. openssl (headers): /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib (/usr/include)
  154. iconv (headers): /usr/lib/libiconv.dylib (/usr/include)
  155. aspell (headers): ASPELL_LIBRARIES-NOTFOUND (ASPELL_INCLUDE_DIR-NOTFOUND)
  156. gettext (headers): -L/opt/local/lib/;-lintl (/opt/local/include)
  157. pcre(cpp) (headers): ()
  158. idna (headers): /opt/local/lib/libidn.dylib (/opt/local/include)
  159.  
  160.  
  161. -- Translations: be;bg;cs;de;en;es;fr;hu;pl;ru;sr;sk;uk
  162. CMake Error at cmake/CMakeLists.txt:52 (file):
  163. file Internal CMake error when trying to open file:
  164. /po/eiskaltdcpp-gtk_cpp_srcs.txt for writing.
  165.  
  166.  
  167. CMake Error at cmake/CMakeLists.txt:59 (file):
  168. file Internal CMake error when trying to open file:
  169. /po/eiskaltdcpp-gtk_ui_srcs.txt for writing.
  170.  
  171.  
  172. -- Configuring incomplete, errors occurred!
  173. mac-pro-arinoki:builddir arinoki$ sudo cmake ../
  174. -- Building without Lua scripts support
  175. -- Building without UPNP support (miniupnpc)
  176. -- Building without Qt Declarative UI support
  177. -- Building with Qt DBus support
  178. -- Building without Qt Script support
  179. -- Building without Qt SQLite support
  180. -- Could NOT find ASPELL (missing: ASPELL_LIBRARIES ASPELL_INCLUDE_DIR)
  181. -- Building without Aspell support
  182. -- Building with free space bar (realisation on C, POSIX 1003.1-2001 (and later) with XSI)
  183. -- Library directory: /usr/local/lib
  184. -- Data directory: EiskaltDC++.app
  185. -- Build Git commit ID: 7c0cafd
  186. -- CMAKE_SYSTEM: Darwin-11.0.0
  187. -- CMAKE_SYSTEM_NAME: Darwin
  188. -- CMAKE_SYSTEM_PROCESSOR: i386
  189. -- CMAKE_SYSTEM_VERSION: 11.0.0
  190. -- CMAKE_CXX_COMPILER_ID: GNU
  191. -- CMAKE_C_COMPILER_ID: GNU
  192. -- CMAKE will use this libs (and headers) during build:
  193.  
  194. miniupnpc (headers): ()
  195. lua (headers): ()
  196. boost (headers): (/opt/local/include)
  197. bzip2 (headers): /usr/lib/libbz2.dylib (/usr/include)
  198. zlib (headers): /usr/lib/libz.dylib (/usr/include)
  199. openssl (headers): /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib (/usr/include)
  200. iconv (headers): /usr/lib/libiconv.dylib (/usr/include)
  201. aspell (headers): ASPELL_LIBRARIES-NOTFOUND (ASPELL_INCLUDE_DIR-NOTFOUND)
  202. gettext (headers): -L/opt/local/lib/;-lintl (/opt/local/include)
  203. pcre(cpp) (headers): ()
  204. idna (headers): /opt/local/lib/libidn.dylib (/opt/local/include)
  205.  
  206.  
  207. -- Translations: be;bg;cs;de;en;es;fr;hu;pl;ru;sr;sk;uk
  208. -- Configuring done
  209. -- Generating done
  210. -- Build files have been written to: /Users/arinoki/sources/eiskaltdcpp/builddir
  211. mac-pro-arinoki:builddir arinoki$ sudo make -j 2
  212. Scanning dependencies of target extra
  213. Scanning dependencies of target dht
  214. [ 0%] Building CXX object extra/CMakeFiles/extra.dir/dyndns.cpp.o
  215. [ 0%] Building CXX object dht/CMakeFiles/dht.dir/BootstrapManager.cpp.o
  216. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:24:0,
  217. from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:25,
  218. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  219. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.h:23,
  220. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:19:
  221. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:28:9: error: 'recursive_mutex' in namespace 'std' does not name a type
  222. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:29:9: error: 'mutex' in namespace 'std' does not name a type
  223. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:30:9: error: 'unique_lock' in namespace 'std' does not name a type
  224. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:31:9: error: 'lock_guard' in namespace 'std' does not name a type
  225. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:25:0,
  226. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  227. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.h:23,
  228. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:19:
  229. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:98:5: error: 'CriticalSection' does not name a type
  230. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'void dcpp::Semaphore::signal()':
  231. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:9: error: 'Lock' was not declared in this scope
  232. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:14: error: expected ';' before 'l'
  233. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait()':
  234. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:9: error: 'Lock' was not declared in this scope
  235. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:14: error: expected ';' before 'l'
  236. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:70:39: error: 'cs' was not declared in this scope
  237. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait(uint32_t)':
  238. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:9: error: 'Lock' was not declared in this scope
  239. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:14: error: expected ';' before 'l'
  240. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:87:54: error: 'cs' was not declared in this scope
  241. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:27:0,
  242. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  243. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.h:23,
  244. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:19:
  245. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: At global scope:
  246. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:72:5: error: 'CriticalSection' does not name a type
  247. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::fire(T&& ...)':
  248. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:9: error: 'Lock' was not declared in this scope
  249. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:14: error: expected ';' before 'l'
  250. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::addListener(Listener*)':
  251. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:9: error: 'Lock' was not declared in this scope
  252. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:14: error: expected ';' before 'l'
  253. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListener(Listener*)':
  254. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:9: error: 'Lock' was not declared in this scope
  255. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:14: error: expected ';' before 'l'
  256. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListeners()':
  257. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:9: error: 'Lock' was not declared in this scope
  258. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:14: error: expected ';' before 'l'
  259. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:22:0,
  260. from /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:25,
  261. from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26,
  262. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  263. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  264. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  265. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:28:9: error: 'recursive_mutex' in namespace 'std' does not name a type
  266. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:29:9: error: 'mutex' in namespace 'std' does not name a type
  267. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:30:9: error: 'unique_lock' in namespace 'std' does not name a type
  268. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:31:9: error: 'lock_guard' in namespace 'std' does not name a type
  269. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:25:0,
  270. from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26,
  271. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  272. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  273. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  274. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:29:9: error: 'FastCriticalSection' does not name a type
  275. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void* dcpp::FastAlloc<T>::allocate()':
  276. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:3: error: 'FastLock' was not declared in this scope
  277. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:12: error: expected ';' before 'l'
  278. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void dcpp::FastAlloc<T>::deallocate(void*)':
  279. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:3: error: 'FastLock' was not declared in this scope
  280. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:12: error: expected ';' before 'l'
  281. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:30:0,
  282. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  283. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.h:23,
  284. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:19:
  285. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: At global scope:
  286. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:132:10: error: 'FastCriticalSection' does not name a type
  287. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(value_type)':
  288. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:3: error: 'FastLock' was not declared in this scope
  289. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:12: error: expected ';' before 'Lock'
  290. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(const dcpp::Atomic<DataType, dcpp::memory_ordering_strong>&)':
  291. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:3: error: 'FastLock' was not declared in this scope
  292. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:12: error: expected ';' before 'Lock'
  293. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator value_type() const':
  294. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:3: error: 'FastLock' was not declared in this scope
  295. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:12: error: expected ';' before 'Lock'
  296. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::inc()':
  297. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:3: error: 'FastLock' was not declared in this scope
  298. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:12: error: expected ';' before 'Lock'
  299. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::dec()':
  300. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:3: error: 'FastLock' was not declared in this scope
  301. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:12: error: expected ';' before 'Lock'
  302. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26:0,
  303. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  304. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  305. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  306. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: At global scope:
  307. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:184:12: error: 'FastCriticalSection' does not name a type
  308. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: In member function 'dcpp::Identity& dcpp::Identity::operator=(const dcpp::Identity&)':
  309. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:48: error: 'FastLock' was not declared in this scope
  310. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:57: error: expected ';' before 'l'
  311. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:27:0,
  312. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  313. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  314. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  315. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: At global scope:
  316. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:72:5: error: 'CriticalSection' does not name a type
  317. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::fire(T&& ...)':
  318. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:9: error: 'Lock' was not declared in this scope
  319. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:14: error: expected ';' before 'l'
  320. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::addListener(Listener*)':
  321. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:9: error: 'Lock' was not declared in this scope/Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'value_type dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::exchange(value_type)':
  322. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:3: error: 'FastLock' was not declared in this scope
  323. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:14: error: expected ';' before 'l'
  324. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListener(Listener*)':
  325. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:9: error: 'Lock' was not declared in this scope
  326. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:14: error: expected ';' before 'l'
  327. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListeners()':
  328. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:9: error: 'Lock' was not declared in this scope
  329. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:14: error: expected ';' before 'l'
  330.  
  331. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:12: error: expected ';' before 'Lock'
  332. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22:0,
  333. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.h:23,
  334. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:19:
  335. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: At global scope:
  336. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:142:2: error: 'CriticalSection' does not name a type
  337. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::transmitFile(dcpp::InputStream*)':
  338. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:38: error: 'Lock' was not declared in this scope
  339. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:43: error: expected ';' before 'l'
  340. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::updated()':
  341. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:19: error: 'Lock' was not declared in this scope
  342. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:24: error: expected ';' before 'l'
  343. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::disconnect(bool)':
  344. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:53: error: 'Lock' was not declared in this scope
  345. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:58: error: expected ';' before 'l'
  346. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:31:0,
  347. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  348. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  349. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  350. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: At global scope:
  351. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:132:10: error: 'FastCriticalSection' does not name a type
  352. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(value_type)':
  353. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:3: error: 'FastLock' was not declared in this scope
  354. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:12: error: expected ';' before 'Lock'
  355. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(const dcpp::Atomic<DataType, dcpp::memory_ordering_strong>&)':
  356. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:3: error: 'FastLock' was not declared in this scope
  357. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:12: error: expected ';' before 'Lock'
  358. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator value_type() const':
  359. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:3: error: 'FastLock' was not declared in this scope
  360. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:12: error: expected ';' before 'Lock'
  361. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::inc()':
  362. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:3: error: 'FastLock' was not declared in this scope
  363. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:12: error: expected ';' before 'Lock'
  364. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::dec()':
  365. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:3: error: 'FastLock' was not declared in this scope
  366. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:12: error: expected ';' before 'Lock'
  367. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'value_type dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::exchange(value_type)':
  368. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:3: error: 'FastLock' was not declared in this scope
  369. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:12: error: expected ';' before 'Lock'
  370. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:32:0,
  371. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  372. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:23,
  373. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  374. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: At global scope:
  375. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:76:2: error: 'CriticalSection' does not name a type
  376. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: In member function 'void dcpp::SearchQueue::clear()':
  377. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:3: error: 'Lock' was not declared in this scope
  378. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:8: error: expected ';' before 'l'
  379. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:25:0,
  380. from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26,
  381. from /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:24,
  382. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:21:
  383. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: At global scope:
  384. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:29:9: error: 'FastCriticalSection' does not name a type
  385. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void* dcpp::FastAlloc<T>::allocate()':
  386. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:3: error: 'FastLock' was not declared in this scope
  387. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:12: error: expected ';' before 'l'
  388. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void dcpp::FastAlloc<T>::deallocate(void*)':
  389. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:3: error: 'FastLock' was not declared in this scope
  390. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:12: error: expected ';' before 'l'
  391. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26:0,
  392. from /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:24,
  393. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:21:
  394. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: At global scope:
  395. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:184:12: error: 'FastCriticalSection' does not name a type
  396. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: In member function 'dcpp::Identity& dcpp::Identity::operator=(const dcpp::Identity&)':
  397. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:48: error: 'FastLock' was not declared in this scope
  398. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:57: error: expected ';' before 'l'
  399. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:25:0,
  400. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  401. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:26,
  402. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  403. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: At global scope:
  404. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:98:5: error: 'CriticalSection' does not name a type
  405. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'void dcpp::Semaphore::signal()':
  406. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:9: error: 'Lock' was not declared in this scope
  407. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:14: error: expected ';' before 'l'
  408. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait()':
  409. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:9: error: 'Lock' was not declared in this scope
  410. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:14: error: expected ';' before 'l'
  411. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:70:39: error: 'cs' was not declared in this scope
  412. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait(uint32_t)':
  413. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:9: error: 'Lock' was not declared in this scope
  414. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:14: error: expected ';' before 'l'
  415. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:87:54: error: 'cs' was not declared in this scope
  416. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:32:0,
  417. from /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:24,
  418. from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:21:
  419. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: At global scope:
  420. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:76:2: error: 'CriticalSection' does not name a type
  421. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: In member function 'void dcpp::SearchQueue::clear()':
  422. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:3: error: 'Lock' was not declared in this scope
  423. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:8: error: expected ';' before 'l'
  424. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22:0,
  425. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:26,
  426. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:
  427. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: At global scope:
  428. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:142:2: error: 'CriticalSection' does not name a type
  429. In file included from /Users/arinoki/sources/eiskaltdcpp/extra/dyndns.cpp:21:0:
  430. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: At global scope:
  431. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:135:5: error: 'Lock' does not name a type
  432. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::transmitFile(dcpp::InputStream*)':
  433. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:38: error: 'Lock' was not declared in this scope
  434. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:43: error: expected ';' before 'l'
  435. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::updated()':
  436. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:19: error: 'Lock' was not declared in this scope
  437. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:24: error: expected ';' before 'l'
  438. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::disconnect(bool)':
  439. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:53: error: 'Lock' was not declared in this scope
  440. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:58: error: expected ';' before 'l'
  441. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:20:0:
  442. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h: At global scope:
  443. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:47:3: error: 'CriticalSection' does not name a type
  444. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:166:13: error: 'CriticalSection' does not name a type
  445. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:25:0,
  446. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:23:
  447. /Users/arinoki/sources/eiskaltdcpp/dht/UDPSocket.h:94:3: error: 'CriticalSection' does not name a type
  448. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:23:0:
  449. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:131:3: error: 'CriticalSection' does not name a type
  450. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:132:3: error: 'CriticalSection' does not name a type
  451. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'bool dcpp::ClientManager::isOnline(const dcpp::UserPtr&) const':
  452. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:9: error: 'Lock' was not declared in this scope
  453. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:14: error: expected ';' before 'l'
  454. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'dcpp::Identity dcpp::ClientManager::getOnlineUserIdentity(const dcpp::UserPtr&) const':
  455. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:9: error: 'Lock' was not declared in this scope
  456. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:14: error: expected ';' before 'l'
  457. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'void dcpp::ClientManager::setIPUser(const dcpp::UserPtr&, const std::string&, uint16_t)':
  458. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:9: error: 'Lock' was not declared in this scope
  459. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:14: error: expected ';' before 'l'
  460. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h: In member function 'size_t dht::DHT::getNodesCount()':
  461. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:70:28: error: 'Lock' was not declared in this scope
  462. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:70:33: error: expected ';' before 'l'
  463. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h: In member function 'void dht::DHT::setRequestFWCheck()':
  464. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:102:30: error: 'Lock' was not declared in this scope
  465. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:102:35: error: expected ';' before 'l'
  466. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:24:0:
  467. /Users/arinoki/sources/eiskaltdcpp/dht/SearchManager.h: At global scope:
  468. /Users/arinoki/sources/eiskaltdcpp/dht/SearchManager.h:97:3: error: 'CriticalSection' does not name a type
  469. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:27:0:
  470. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:135:5: error: 'Lock' does not name a type
  471. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:166:13: error: 'CriticalSection' does not name a type
  472. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'bool dcpp::ClientManager::isOnline(const dcpp::UserPtr&) const':
  473. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:9: error: 'Lock' was not declared in this scope
  474. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:14: error: expected ';' before 'l'
  475. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'dcpp::Identity dcpp::ClientManager::getOnlineUserIdentity(const dcpp::UserPtr&) const':
  476. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:9: error: 'Lock' was not declared in this scope
  477. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:14: error: expected ';' before 'l'
  478. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'void dcpp::ClientManager::setIPUser(const dcpp::UserPtr&, const std::string&, uint16_t)':
  479. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:9: error: 'Lock' was not declared in this scope
  480. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:14: error: expected ';' before 'l'
  481. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:29:0:
  482. /Users/arinoki/sources/eiskaltdcpp/dcpp/LogManager.h: At global scope:
  483. /Users/arinoki/sources/eiskaltdcpp/dcpp/LogManager.h:54:2: error: 'CriticalSection' does not name a type
  484. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp: In member function 'void dht::BootstrapManager::process()':
  485. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:133:3: error: 'Lock' was not declared in this scope
  486. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.cpp:133:8: error: expected ';' before 'l'
  487. make[2]: *** [extra/CMakeFiles/extra.dir/dyndns.cpp.o] Error 1
  488. make[1]: *** [extra/CMakeFiles/extra.dir/all] Error 2
  489. make[1]: *** Waiting for unfinished jobs....
  490. [ 0%] Building CXX object dht/CMakeFiles/dht.dir/ConnectionManager.cpp.o
  491. make[2]: *** [dht/CMakeFiles/dht.dir/BootstrapManager.cpp.o] Error 1
  492. make[2]: *** Waiting for unfinished jobs....
  493. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:22:0,
  494. from /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:25,
  495. from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26,
  496. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  497. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  498. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  499. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:28:9: error: 'recursive_mutex' in namespace 'std' does not name a type
  500. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:29:9: error: 'mutex' in namespace 'std' does not name a type
  501. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:30:9: error: 'unique_lock' in namespace 'std' does not name a type
  502. /Users/arinoki/sources/eiskaltdcpp/dcpp/CriticalSection.h:31:9: error: 'lock_guard' in namespace 'std' does not name a type
  503. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:25:0,
  504. from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26,
  505. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  506. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  507. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  508. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:29:9: error: 'FastCriticalSection' does not name a type
  509. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void* dcpp::FastAlloc<T>::allocate()':
  510. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:3: error: 'FastLock' was not declared in this scope
  511. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:67:12: error: expected ';' before 'l'
  512. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h: In static member function 'static void dcpp::FastAlloc<T>::deallocate(void*)':
  513. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:3: error: 'FastLock' was not declared in this scope
  514. /Users/arinoki/sources/eiskaltdcpp/dcpp/FastAlloc.h:77:12: error: expected ';' before 'l'
  515. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:26:0,
  516. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  517. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  518. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  519. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: At global scope:
  520. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:184:12: error: 'FastCriticalSection' does not name a type
  521. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h: In member function 'dcpp::Identity& dcpp::Identity::operator=(const dcpp::Identity&)':
  522. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:48: error: 'FastLock' was not declared in this scope
  523. /Users/arinoki/sources/eiskaltdcpp/dcpp/User.h:131:57: error: expected ';' before 'l'
  524. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:27:0,
  525. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  526. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  527. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  528. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: At global scope:
  529. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:72:5: error: 'CriticalSection' does not name a type
  530. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::fire(T&& ...)':
  531. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:9: error: 'Lock' was not declared in this scope
  532. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:44:14: error: expected ';' before 'l'
  533. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::addListener(Listener*)':
  534. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:9: error: 'Lock' was not declared in this scope
  535. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:52:14: error: expected ';' before 'l'
  536. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListener(Listener*)':
  537. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:9: error: 'Lock' was not declared in this scope
  538. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:58:14: error: expected ';' before 'l'
  539. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h: In member function 'void dcpp::Speaker<Listener>::removeListeners()':
  540. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:9: error: 'Lock' was not declared in this scope
  541. /Users/arinoki/sources/eiskaltdcpp/dcpp/Speaker.h:65:14: error: expected ';' before 'l'
  542. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:31:0,
  543. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  544. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  545. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  546. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: At global scope:
  547. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:132:10: error: 'FastCriticalSection' does not name a type
  548. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(value_type)':
  549. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:3: error: 'FastLock' was not declared in this scope
  550. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:102:12: error: expected ';' before 'Lock'
  551. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator=(const dcpp::Atomic<DataType, dcpp::memory_ordering_strong>&)':
  552. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:3: error: 'FastLock' was not declared in this scope
  553. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:106:12: error: expected ';' before 'Lock'
  554. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::operator value_type() const':
  555. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:3: error: 'FastLock' was not declared in this scope
  556. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:110:12: error: expected ';' before 'Lock'
  557. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::inc()':
  558. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:3: error: 'FastLock' was not declared in this scope
  559. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:115:12: error: expected ';' before 'Lock'
  560. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'void dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::dec()':
  561. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:3: error: 'FastLock' was not declared in this scope
  562. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:119:12: error: expected ';' before 'Lock'
  563. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h: In member function 'value_type dcpp::Atomic<DataType, dcpp::memory_ordering_strong>::exchange(value_type)':
  564. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:3: error: 'FastLock' was not declared in this scope
  565. /Users/arinoki/sources/eiskaltdcpp/dcpp/Atomic.h:125:12: error: expected ';' before 'Lock'
  566. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/Client.h:32:0,
  567. from /Users/arinoki/sources/eiskaltdcpp/dht/KBucket.h:25,
  568. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.h:22,
  569. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:22:
  570. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: At global scope:
  571. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:76:2: error: 'CriticalSection' does not name a type
  572. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h: In member function 'void dcpp::SearchQueue::clear()':
  573. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:3: error: 'Lock' was not declared in this scope
  574. /Users/arinoki/sources/eiskaltdcpp/dcpp/SearchQueue.h:58:8: error: expected ';' before 'l'
  575. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:25:0,
  576. from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22,
  577. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:26,
  578. from /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:22,
  579. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:23:
  580. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: At global scope:
  581. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:98:5: error: 'CriticalSection' does not name a type
  582. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'void dcpp::Semaphore::signal()':
  583. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:9: error: 'Lock' was not declared in this scope
  584. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:62:14: error: expected ';' before 'l'
  585. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait()':
  586. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:9: error: 'Lock' was not declared in this scope
  587. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:68:14: error: expected ';' before 'l'
  588. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:70:39: error: 'cs' was not declared in this scope
  589. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h: In member function 'bool dcpp::Semaphore::wait(uint32_t)':
  590. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:9: error: 'Lock' was not declared in this scope
  591. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:77:14: error: expected ';' before 'l'
  592. /Users/arinoki/sources/eiskaltdcpp/dcpp/Semaphore.h:87:54: error: 'cs' was not declared in this scope
  593. In file included from /Users/arinoki/sources/eiskaltdcpp/dcpp/HttpConnection.h:22:0,
  594. from /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:26,
  595. from /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:22,
  596. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:23:
  597. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: At global scope:
  598. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:142:2: error: 'CriticalSection' does not name a type
  599. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::transmitFile(dcpp::InputStream*)':
  600. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:38: error: 'Lock' was not declared in this scope
  601. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:94:43: error: expected ';' before 'l'
  602. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::updated()':
  603. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:19: error: 'Lock' was not declared in this scope
  604. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:97:24: error: expected ';' before 'l'
  605. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h: In member function 'void dcpp::BufferedSocket::disconnect(bool)':
  606. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:53: error: 'Lock' was not declared in this scope
  607. /Users/arinoki/sources/eiskaltdcpp/dcpp/BufferedSocket.h:99:58: error: expected ';' before 'l'
  608. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:22:0,
  609. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:23:
  610. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h: At global scope:
  611. /Users/arinoki/sources/eiskaltdcpp/dht/BootstrapManager.h:47:3: error: 'CriticalSection' does not name a type
  612. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:25:0,
  613. from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:23:
  614. /Users/arinoki/sources/eiskaltdcpp/dht/UDPSocket.h:94:3: error: 'CriticalSection' does not name a type
  615. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:23:0:
  616. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:131:3: error: 'CriticalSection' does not name a type
  617. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:132:3: error: 'CriticalSection' does not name a type
  618. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h: In member function 'size_t dht::DHT::getNodesCount()':
  619. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:70:28: error: 'Lock' was not declared in this scope
  620. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:70:33: error: expected ';' before 'l'
  621. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h: In member function 'void dht::DHT::setRequestFWCheck()':
  622. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:102:30: error: 'Lock' was not declared in this scope
  623. /Users/arinoki/sources/eiskaltdcpp/dht/DHT.h:102:35: error: expected ';' before 'l'
  624. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:25:0:
  625. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h: At global scope:
  626. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:89:5: error: 'CriticalSection' does not name a type
  627. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h: In member function 'void dcpp::ExpectedMap::add(const std::string&, const std::string&, const std::string&)':
  628. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:67:9: error: 'Lock' was not declared in this scope
  629. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:67:14: error: expected ';' before 'l'
  630. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h: In member function 'dcpp::StringPair dcpp::ExpectedMap::remove(const std::string&)':
  631. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:72:9: error: 'Lock' was not declared in this scope
  632. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:72:14: error: expected ';' before 'l'
  633. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:25:0:
  634. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h: At global scope:
  635. /Users/arinoki/sources/eiskaltdcpp/dcpp/ConnectionManager.h:142:5: error: 'CriticalSection' does not name a type
  636. In file included from /Users/arinoki/sources/eiskaltdcpp/dht/ConnectionManager.cpp:27:0:
  637. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:135:5: error: 'Lock' does not name a type
  638. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:166:13: error: 'CriticalSection' does not name a type
  639. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'bool dcpp::ClientManager::isOnline(const dcpp::UserPtr&) const':
  640. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:9: error: 'Lock' was not declared in this scope
  641. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:89:14: error: expected ';' before 'l'
  642. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'dcpp::Identity dcpp::ClientManager::getOnlineUserIdentity(const dcpp::UserPtr&) const':
  643. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:9: error: 'Lock' was not declared in this scope
  644. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:94:14: error: expected ';' before 'l'
  645. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h: In member function 'void dcpp::ClientManager::setIPUser(const dcpp::UserPtr&, const std::string&, uint16_t)':
  646. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:9: error: 'Lock' was not declared in this scope
  647. /Users/arinoki/sources/eiskaltdcpp/dcpp/ClientManager.h:108:14: error: expected ';' before 'l'
  648. make[2]: *** [dht/CMakeFiles/dht.dir/ConnectionManager.cpp.o] Error 1
  649. make[1]: *** [dht/CMakeFiles/dht.dir/all] Error 2
  650. make: *** [all] Error 2
  651. mac-pro-arinoki:builddir arinoki$ gcc -v
  652. Using built-in specs.
  653. COLLECT_GCC=gcc
  654. COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin11/4.5.3/lto-wrapper
  655. Target: x86_64-apple-darwin11
  656. Configured with: ../gcc-4.5.3/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable-languages=c,c++,objc,obj-c++,fortran,java --libdir=/opt/local/lib/gcc45 --includedir=/opt/local/include/gcc45 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.5 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.5 --with-gxx-include-dir=/opt/local/include/gcc45/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --enable-stage1-checking --disable-multilib --enable-fully-dynamic-string
  657. Thread model: posix
  658. gcc version 4.5.3 (GCC)
  659. mac-pro-arinoki:builddir arinoki$
Advertisement
Add Comment
Please, Sign In to add comment