Advertisement
Guest User

Untitled

a guest
May 25th, 2012
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 KB | None | 0 0
  1. serialize.h:1123: error: incomplete type 'std::ios_base' used in nested name specifier
  2. serialize.h: In member function 'bool CAutoFile::fail() const':
  3. serialize.h:1126: error: incomplete type 'std::ios' used in nested name specifier
  4. serialize.h:1126: error: incomplete type 'std::ios' used in nested name specifier
  5. serialize.h: In member function 'CAutoFile& CAutoFile::read(char*, size_t)':
  6. serialize.h:1142: error: incomplete type 'std::ios_base' used in nested name specifier
  7. serialize.h:1144: error: incomplete type 'std::ios' used in nested name specifier
  8. serialize.h: In member function 'CAutoFile& CAutoFile::write(const char*, size_t)':
  9. serialize.h:1151: error: incomplete type 'std::ios_base' used in nested name specifier
  10. serialize.h:1153: error: incomplete type 'std::ios' used in nested name specifier
  11. serialize.h: In member function 'CAutoFile& CAutoFile::operator<<(const T&)':
  12. serialize.h:1169: error: incomplete type 'std::ios_base' used in nested name specifier
  13. serialize.h: In member function 'CAutoFile& CAutoFile::operator>>(T&)':
  14. serialize.h:1179: error: incomplete type 'std::ios_base' used in nested name specifier
  15. In file included from bignum.h:12,
  16. from main.h:8,
  17. from checkpoints.cpp:10:
  18. util.h: In function 'void Sleep(int64)':
  19. util.h:102: error: 'boost' has not been declared
  20. util.h:102: error: 'boost' has not been declared
  21. util.h:102: error: 'boost' has not been declared
  22. util.h: At global scope:
  23. util.h:160: error: 'boost' has not been declared
  24. util.h:160: error: expected constructor, destructor, or type conversion before 'GetDefaultDataDir'
  25. util.h:161: error: 'boost' has not been declared
  26. util.h:161: error: expected initializer before '&' token
  27. util.h:162: error: 'boost' has not been declared
  28. util.h:162: error: expected constructor, destructor, or type conversion before 'GetConfigFile'
  29. util.h:163: error: 'boost' has not been declared
  30. util.h:163: error: expected constructor, destructor, or type conversion before 'GetPidFile'
  31. util.h:164: error: ISO C++ forbids declaration of 'boost' with no type
  32. util.h:164: error: expected ',' or '...' before '::' token
  33. In file included from bignum.h:12,
  34. from main.h:8,
  35. from checkpoints.cpp:10:
  36. util.h:189: error: 'boost' has not been declared
  37. util.h:189: error: expected initializer before 'CCriticalSection'
  38. util.h:192: error: 'boost' has not been declared
  39. util.h:192: error: expected initializer before 'CWaitableCriticalSection'
  40. util.h:207: error: 'boost' has not been declared
  41. util.h:207: error: ISO C++ forbids declaration of 'scoped_lock' with no type
  42. util.h:207: error: expected ';' before '<' token
  43. util.h:266: error: 'boost' has not been declared
  44. util.h:266: error: ISO C++ forbids declaration of 'scoped_lock' with no type
  45. util.h:266: error: expected ';' before '<' token
  46. util.h:270: error: expected ';' before '}' token
  47. util.h: In member function 'void CMutexLock<Mutex>::Enter(const char*, const char*, int)':
  48. util.h:212: error: 'lock' was not declared in this scope
  49. util.h: In member function 'void CMutexLock<Mutex>::Leave()':
  50. util.h:228: error: 'lock' was not declared in this scope
  51. util.h: In member function 'bool CMutexLock<Mutex>::TryEnter(const char*, const char*, int)':
  52. util.h:237: error: 'lock' was not declared in this scope
  53. util.h:244: error: 'lock' was not declared in this scope
  54. util.h: In constructor 'CMutexLock<Mutex>::CMutexLock(Mutex&, const char*, const char*, int, bool)':
  55. util.h:247: error: class 'CMutexLock<Mutex>' does not have any field named 'lock'
  56. util.h:247: error: 'boost' has not been declared
  57. util.h: In destructor 'CMutexLock<Mutex>::~CMutexLock()':
  58. util.h:257: error: 'lock' was not declared in this scope
  59. util.h: In member function 'CMutexLock<Mutex>::operator bool()':
  60. util.h:263: error: 'lock' was not declared in this scope
  61. util.h: At global scope:
  62. util.h:272: error: 'CCriticalSection' was not declared in this scope
  63. util.h:272: error: template argument 1 is invalid
  64. util.h:272: error: invalid type in declaration before ';' token
  65. util.h:273: error: 'CWaitableCriticalSection' was not declared in this scope
  66. util.h:273: error: template argument 1 is invalid
  67. util.h:273: error: invalid type in declaration before ';' token
  68. util.h:274: error: 'boost' has not been declared
  69. util.h:274: error: expected initializer before 'CConditionVariable'
  70. util.h: In function 'int64 atoi64(const char*)':
  71. util.h:320: error: 'strtoll' was not declared in this scope
  72. util.h: In function 'int64 atoi64(const std::string&)':
  73. util.h:329: error: 'strtoll' was not declared in this scope
  74. util.h: In function 'int64 GetTimeMillis()':
  75. util.h:403: error: 'boost' has not been declared
  76. util.h:403: error: 'boost' has not been declared
  77. util.h:404: error: 'boost' has not been declared
  78. util.h:404: error: 'boost' has not been declared
  79. util.h: In member function 'void CMedianFilter<T>::input(T)':
  80. util.h:594: error: 'sort' is not a member of 'std'
  81. In file included from main.h:8,
  82. from checkpoints.cpp:10:
  83. bignum.h: In member function 'void CBigNum::setvch(const std::vector<unsigned char, std::allocator<unsigned char> >&)':
  84. bignum.h:241: error: 'reverse_copy' was not declared in this scope
  85. bignum.h: In member function 'std::vector<unsigned char, std::allocator<unsigned char> > CBigNum::getvch() const':
  86. bignum.h:253: error: 'reverse' was not declared in this scope
  87. In file included from main.h:8,
  88. from checkpoints.cpp:10:
  89. bignum.h: In member function 'std::string CBigNum::ToString(int) const':
  90. bignum.h:334: error: 'reverse' was not declared in this scope
  91. In file included from net.h:20,
  92. from main.h:9,
  93. from checkpoints.cpp:10:
  94. addrman.h: At global scope:
  95. addrman.h:168: error: 'CCriticalSection' does not name a type
  96. addrman.h: In member function 'unsigned int CAddrMan::GetSerializeSize(int, int) const':
  97. addrman.h:247: error: 'cs' was not declared in this scope
  98. addrman.h:247: error: initializer expression list treated as compound expression
  99. addrman.h:247: warning: unused variable 'criticalblock'
  100. addrman.h: In member function 'void CAddrMan::Serialize(Stream&, int, int) const':
  101. addrman.h:247: error: 'cs' was not declared in this scope
  102. addrman.h: In member function 'void CAddrMan::Unserialize(Stream&, int, int)':
  103. addrman.h:247: error: 'cs' was not declared in this scope
  104. In file included from net.h:20,
  105. from main.h:9,
  106. from checkpoints.cpp:10:
  107. addrman.h: In member function 'bool CAddrMan::Add(const CAddress&, const CNetAddr&, int64)':
  108. addrman.h:415: error: 'cs' was not declared in this scope
  109. addrman.h:415: error: initializer expression list treated as compound expression
  110. addrman.h:415: warning: unused variable 'criticalblock'
  111. addrman.h: In member function 'bool CAddrMan::Add(const std::vector<CAddress, std::allocator<CAddress> >&, const CNetAddr&, int64)':
  112. addrman.h:430: error: 'cs' was not declared in this scope
  113. addrman.h:430: error: initializer expression list treated as compound expression
  114. addrman.h:430: warning: unused variable 'criticalblock'
  115. addrman.h: In member function 'void CAddrMan::Good(const CService&, int64)':
  116. addrman.h:445: error: 'cs' was not declared in this scope
  117. addrman.h:445: error: initializer expression list treated as compound expression
  118. addrman.h:445: warning: unused variable 'criticalblock'
  119. addrman.h: In member function 'void CAddrMan::Attempt(const CService&, int64)':
  120. addrman.h:456: error: 'cs' was not declared in this scope
  121. addrman.h:456: error: initializer expression list treated as compound expression
  122. addrman.h:456: warning: unused variable 'criticalblock'
  123. addrman.h: In member function 'CAddress CAddrMan::Select(int)':
  124. addrman.h:469: error: 'cs' was not declared in this scope
  125. addrman.h:469: error: initializer expression list treated as compound expression
  126. addrman.h:469: warning: unused variable 'criticalblock'
  127. addrman.h: In member function 'std::vector<CAddress, std::allocator<CAddress> > CAddrMan::GetAddr()':
  128. addrman.h:483: error: 'cs' was not declared in this scope
  129. addrman.h:483: error: initializer expression list treated as compound expression
  130. addrman.h:483: warning: unused variable 'criticalblock'
  131. addrman.h: In member function 'void CAddrMan::Connected(const CService&, int64)':
  132. addrman.h:494: error: 'cs' was not declared in this scope
  133. addrman.h:494: error: initializer expression list treated as compound expression
  134. addrman.h:494: warning: unused variable 'criticalblock'
  135. In file included from main.h:9,
  136. from checkpoints.cpp:10:
  137. net.h: At global scope:
  138. net.h:90: error: 'boost' has not been declared
  139. net.h:90: error: expected initializer before '<' token
  140. net.h:94: error: 'CCriticalSection' does not name a type
  141. net.h:97: error: 'CCriticalSection' does not name a type
  142. net.h:114: error: 'CCriticalSection' does not name a type
  143. net.h:115: error: 'CCriticalSection' does not name a type
  144. net.h:136: error: 'CCriticalSection' does not name a type
  145. net.h:142: error: 'CCriticalSection' does not name a type
  146. net.h:157: error: 'CCriticalSection' does not name a type
  147. In file included from main.h:9,
  148. from checkpoints.cpp:10:
  149. net.h: In member function 'void CNode::AddInventoryKnown(const CInv&)':
  150. net.h:247: error: 'cs_inventory' was not declared in this scope
  151. net.h:247: error: initializer expression list treated as compound expression
  152. net.h:247: warning: unused variable 'criticalblock'
  153. net.h: In member function 'void CNode::PushInventory(const CInv&)':
  154. net.h:255: error: 'cs_inventory' was not declared in this scope
  155. net.h:255: error: initializer expression list treated as compound expression
  156. net.h:255: warning: unused variable 'criticalblock'
  157. net.h: In member function 'void CNode::BeginMessage(const char*)':
  158. net.h:284: error: 'cs_vSend' was not declared in this scope
  159. net.h: In member function 'void CNode::AbortMessage()':
  160. net.h:303: error: 'cs_vSend' was not declared in this scope
  161. net.h: In member function 'void CNode::EndMessage()':
  162. net.h:338: error: 'cs_vSend' was not declared in this scope
  163. net.h: In member function 'void CNode::PushRequest(const char*, void (*)(void*, CDataStream&), void*)':
  164. net.h:523: error: 'cs_mapRequests' was not declared in this scope
  165. net.h:523: error: initializer expression list treated as compound expression
  166. net.h:523: warning: unused variable 'criticalblock'
  167. net.h: In member function 'void CNode::PushRequest(const char*, const T1&, void (*)(void*, CDataStream&), void*)':
  168. net.h:538: error: 'cs_mapRequests' was not declared in this scope
  169. net.h: In member function 'void CNode::PushRequest(const char*, const T1&, const T2&, void (*)(void*, CDataStream&), void*)':
  170. net.h:553: error: 'cs_mapRequests' was not declared in this scope
  171. net.h: In function 'void RelayInventory(const CInv&)':
  172. net.h:602: error: 'cs_vNodes' was not declared in this scope
  173. net.h:602: error: initializer expression list treated as compound expression
  174. net.h:603: error: expected primary-expression before '*' token
  175. net.h:603: error: 'pnode' was not declared in this scope
  176. net.h:603: error: 'BOOST_FOREACH' was not declared in this scope
  177. net.h:604: error: expected ';' before 'pnode'
  178. net.h:602: warning: unused variable 'criticalblock'
  179. net.h: In function 'void RelayMessage(const CInv&, const T&) [with T = CDataStream]':
  180. net.h:621: error: 'cs_mapRelay' was not declared in this scope
  181. net.h:621: error: initializer expression list treated as compound expression
  182. net.h:621: warning: unused variable 'criticalblock'
  183. In file included from script.h:8,
  184. from main.h:10,
  185. from checkpoints.cpp:10:
  186. base58.h: In function 'std::string EncodeBase58(const unsigned char*, const unsigned char*)':
  187. base58.h:35: error: 'reverse_copy' was not declared in this scope
  188. base58.h:62: error: 'reverse' was not declared in this scope
  189. base58.h: In function 'bool DecodeBase58(const char*, std::vector<unsigned char, std::allocator<unsigned char> >&)':
  190. base58.h:116: error: 'reverse_copy' was not declared in this scope
  191. In file included from main.h:10,
  192. from checkpoints.cpp:10:
  193. script.h: In function 'std::string StackString(const std::vector<std::vector<unsigned char, std::allocator<unsigned char> >, std::allocator<std::vector<unsigned char, std::allocator<unsigned char> > > >&)':
  194. script.h:201: error: expected primary-expression before 'const'
  195. script.h:201: error: 'BOOST_FOREACH' was not declared in this scope
  196. script.h:202: error: expected ';' before '{' token
  197. In file included from checkpoints.cpp:10:
  198. main.h: At global scope:
  199. main.h:54: error: 'CCriticalSection' does not name a type
  200. main.h:70: error: 'CCriticalSection' does not name a type
  201. In file included from checkpoints.cpp:10:
  202. main.h: In member function 'bool CTransaction::IsFinal(int, int64) const':
  203. main.h:442: error: expected primary-expression before 'const'
  204. main.h:442: error: 'BOOST_FOREACH' was not declared in this scope
  205. main.h:443: error: expected ';' before 'if'
  206. main.h: In member function 'int64 CTransaction::GetValueOut() const':
  207. main.h:514: error: expected primary-expression before 'const'
  208. main.h:514: error: 'BOOST_FOREACH' was not declared in this scope
  209. main.h:515: error: expected ';' before '{' token
  210. main.h: In member function 'int64 CTransaction::GetMinFee(unsigned int, bool, GetMinFee_mode) const':
  211. main.h:569: error: expected primary-expression before 'const'
  212. main.h:569: error: 'BOOST_FOREACH' was not declared in this scope
  213. main.h:570: error: expected ';' before 'if'
  214. main.h: In member function 'uint256 CBlock::BuildMerkleTree() const':
  215. main.h:887: error: expected primary-expression before 'const'
  216. main.h:887: error: 'BOOST_FOREACH' was not declared in this scope
  217. main.h:888: error: expected ';' before 'vMerkleTree'
  218. main.h: In static member function 'static uint256 CBlock::CheckMerkleBranch(uint256, const std::vector<uint256, std::allocator<uint256> >&, int)':
  219. main.h:923: error: expected primary-expression before 'const'
  220. main.h:923: error: 'BOOST_FOREACH' was not declared in this scope
  221. main.h:924: error: expected ';' before '{' token
  222. main.h: In member function 'int64 CBlockIndex::GetMedianTimePast() const':
  223. main.h:1157: error: 'sort' is not a member of 'std'
  224. main.h: In member function 'int CBlockLocator::GetDistanceBack()':
  225. main.h:1336: error: expected primary-expression before 'const'
  226. main.h:1336: error: 'BOOST_FOREACH' was not declared in this scope
  227. main.h:1337: error: expected ';' before '{' token
  228. main.h:1334: warning: unused variable 'nDistance'
  229. main.h:1335: warning: unused variable 'nStep'
  230. main.h:1350: error: expected '}' at end of input
  231. main.h:1350: warning: no return statement in function returning non-void
  232. main.h: In member function 'CBlockIndex* CBlockLocator::GetBlockIndex()':
  233. main.h:1355: error: expected primary-expression before 'const'
  234. main.h:1355: error: 'BOOST_FOREACH' was not declared in this scope
  235. main.h:1356: error: expected ';' before '{' token
  236. main.h:1366: error: expected '}' at end of input
  237. main.h:1366: warning: no return statement in function returning non-void
  238. main.h: In member function 'uint256 CBlockLocator::GetBlockHash()':
  239. main.h:1371: error: expected primary-expression before 'const'
  240. main.h:1371: error: 'BOOST_FOREACH' was not declared in this scope
  241. main.h:1372: error: expected ';' before '{' token
  242. main.h:1382: error: expected '}' at end of input
  243. main.h:1382: warning: no return statement in function returning non-void
  244. main.h: In member function 'std::string CUnsignedAlert::ToString() const':
  245. main.h:1466: error: expected primary-expression before 'int'
  246. main.h:1466: error: 'BOOST_FOREACH' was not declared in this scope
  247. main.h:1467: error: expected ';' before 'strSetCancel'
  248. main.h:1469: error: expected primary-expression before 'str'
  249. main.h:1470: error: expected ';' before 'strSetSubVer'
  250. main.h: At global scope:
  251. main.h:1604: error: 'CCriticalSection' does not name a type
  252. main.h: In member function 'long unsigned int CTxMemPool::size()':
  253. main.h:1615: error: 'cs' was not declared in this scope
  254. main.h:1615: error: initializer expression list treated as compound expression
  255. main.h:1615: warning: unused variable 'criticalblock'
  256. checkpoints.cpp: At global scope:
  257. checkpoints.cpp:25: error: 'boost' has not been declared
  258. checkpoints.cpp: In function 'CBlockIndex* Checkpoints::GetLastCheckpoint(const std::map<uint256, CBlockIndex*, std::less<uint256>, std::allocator<std::pair<const uint256, CBlockIndex*> > >&)':
  259. checkpoints.cpp:58: error: expected primary-expression before 'const'
  260. checkpoints.cpp:58: error: 'BOOST_REVERSE_FOREACH' was not declared in this scope
  261. checkpoints.cpp:59: error: expected ';' before '{' token
  262. make: *** [obj/checkpoints.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement