Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.07 KB | None | 0 0
  1. piotrek@piotek-pc ~/Apps/BitcoinArmory $ make
  2. make -C cppForSwig
  3. make[1]: Entering directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig'
  4. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c UniversalTimer.cpp
  5. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c BinaryData.cpp
  6. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c leveldb_wrapper.cpp
  7. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c StoredBlockObj.cpp
  8. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c BtcUtils.cpp
  9. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c BlockObj.cpp
  10. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c BlockUtils.cpp
  11. g++ -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -O2 -pipe -fPIC -c EncryptionUtils.cpp
  12. make -C cryptopp libcryptopp.a
  13. make[2]: Entering directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig/cryptopp'
  14. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gcm.cpp
  15. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c skipjack.cpp
  16. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c osrng.cpp
  17. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c arc4.cpp
  18. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cryptlib_bds.cpp
  19. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c hex.cpp
  20. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c esign.cpp
  21. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c randpool.cpp
  22. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c sharkbox.cpp
  23. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c base32.cpp
  24. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c dessp.cpp
  25. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gzip.cpp
  26. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c fips140.cpp
  27. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c dsa.cpp
  28. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c polynomi.cpp
  29. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c winpipes.cpp
  30. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c eprecomp.cpp
  31. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c vmac.cpp
  32. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c hrtimer.cpp
  33. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c queue.cpp
  34. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c fipstest.cpp
  35. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c simple.cpp
  36. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c xtrcrypt.cpp
  37. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c hmac.cpp
  38. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c pkcspad.cpp
  39. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c authenc.cpp
  40. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c idea.cpp
  41. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c squaretb.cpp
  42. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rc5.cpp
  43. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c emsa2.cpp
  44. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c sha.cpp
  45. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c network.cpp
  46. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c eax.cpp
  47. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c algparam.cpp
  48. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c des.cpp
  49. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c zlib.cpp
  50. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ida.cpp
  51. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c dh2.cpp
  52. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c strciphr.cpp
  53. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ecp.cpp
  54. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c blowfish.cpp
  55. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c md2.cpp
  56. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c elgamal.cpp
  57. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c adler32.cpp
  58. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c iterhash.cpp
  59. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c safer.cpp
  60. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c twofish.cpp
  61. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c wake.cpp
  62. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c wait.cpp
  63. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c default.cpp
  64. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rc2.cpp
  65. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c oaep.cpp
  66. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c square.cpp
  67. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gf2n.cpp
  68. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c shark.cpp
  69. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c seed.cpp
  70. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c shacal2.cpp
  71. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cmac.cpp
  72. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c tea.cpp
  73. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c serpent.cpp
  74. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c eccrypto.cpp
  75. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ripemd.cpp
  76. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c camellia.cpp
  77. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c pubkey.cpp
  78. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c trdlocal.cpp
  79. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c salsa.cpp
  80. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c seal.cpp
  81. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c luc.cpp
  82. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ttmac.cpp
  83. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c crc.cpp
  84. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c tigertab.cpp
  85. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c mqv.cpp
  86. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ccm.cpp
  87. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c dh.cpp
  88. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c md4.cpp
  89. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c whrlpool.cpp
  90. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c asn.cpp
  91. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rw.cpp
  92. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cast.cpp
  93. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c tiger.cpp
  94. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rng.cpp
  95. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c channels.cpp
  96. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c zinflate.cpp
  97. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c pssr.cpp
  98. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c misc.cpp
  99. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c mqueue.cpp
  100. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gf256.cpp
  101. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rc6.cpp
  102. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c base64.cpp
  103. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c zdeflate.cpp
  104. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c basecode.cpp
  105. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c algebra.cpp
  106. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c blumshub.cpp
  107. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c ec2n.cpp
  108. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c dll.cpp
  109. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gfpcrypt.cpp
  110. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cryptlib.cpp
  111. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c files.cpp
  112. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c casts.cpp
  113. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rijndael.cpp
  114. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c modes.cpp
  115. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c nbtheory.cpp
  116. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c md5.cpp
  117. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c socketft.cpp
  118. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gost.cpp
  119. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c tftables.cpp
  120. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c pch.cpp
  121. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cbcmac.cpp
  122. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rsa.cpp
  123. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rdtables.cpp
  124. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c 3way.cpp
  125. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c gf2_32.cpp
  126. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c rabin.cpp
  127. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c bfinit.cpp
  128. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c filters.cpp
  129. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c cpu.cpp
  130. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c sosemanuk.cpp
  131. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c xtr.cpp
  132. g++ -DNDEBUG -g -O2 -fPIC -mtune=generic -pipe -c integer.cpp
  133. ar -cr libcryptopp.a gcm.o skipjack.o osrng.o arc4.o cryptlib_bds.o hex.o esign.o randpool.o sharkbox.o base32.o dessp.o gzip.o fips140.o dsa.o polynomi.o winpipes.o eprecomp.o vmac.o hrtimer.o queue.o fipstest.o simple.o xtrcrypt.o hmac.o pkcspad.o authenc.o idea.o squaretb.o rc5.o emsa2.o sha.o network.o eax.o algparam.o des.o zlib.o ida.o dh2.o strciphr.o ecp.o blowfish.o md2.o elgamal.o adler32.o iterhash.o safer.o twofish.o wake.o wait.o default.o rc2.o oaep.o square.o gf2n.o shark.o seed.o shacal2.o cmac.o tea.o serpent.o eccrypto.o ripemd.o camellia.o pubkey.o trdlocal.o salsa.o seal.o luc.o ttmac.o crc.o tigertab.o mqv.o ccm.o dh.o md4.o whrlpool.o asn.o rw.o cast.o tiger.o rng.o channels.o zinflate.o pssr.o misc.o mqueue.o gf256.o rc6.o base64.o zdeflate.o basecode.o algebra.o blumshub.o ec2n.o dll.o gfpcrypt.o cryptlib.o files.o casts.o rijndael.o modes.o nbtheory.o md5.o socketft.o gost.o tftables.o pch.o cbcmac.o rsa.o rdtables.o 3way.o gf2_32.o rabin.o bfinit.o filters.o cpu.o sosemanuk.o xtr.o integer.o
  134. ranlib libcryptopp.a
  135. make[2]: Leaving directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig/cryptopp'
  136. mv cryptopp/libcryptopp.a .
  137. make -C leveldb libleveldb.a
  138. make[2]: Entering directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig/leveldb'
  139. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/builder.cc -o db/builder.o
  140. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/c.cc -o db/c.o
  141. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/dbformat.cc -o db/dbformat.o
  142. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/db_impl.cc -o db/db_impl.o
  143. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/db_iter.cc -o db/db_iter.o
  144. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/filename.cc -o db/filename.o
  145. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/log_reader.cc -o db/log_reader.o
  146. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/log_writer.cc -o db/log_writer.o
  147. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/memtable.cc -o db/memtable.o
  148. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/repair.cc -o db/repair.o
  149. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/table_cache.cc -o db/table_cache.o
  150. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/version_edit.cc -o db/version_edit.o
  151. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/version_set.cc -o db/version_set.o
  152. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c db/write_batch.cc -o db/write_batch.o
  153. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/block_builder.cc -o table/block_builder.o
  154. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/block.cc -o table/block.o
  155. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/filter_block.cc -o table/filter_block.o
  156. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/format.cc -o table/format.o
  157. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/iterator.cc -o table/iterator.o
  158. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/merger.cc -o table/merger.o
  159. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/table_builder.cc -o table/table_builder.o
  160. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/table.cc -o table/table.o
  161. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c table/two_level_iterator.cc -o table/two_level_iterator.o
  162. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/arena.cc -o util/arena.o
  163. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/bloom.cc -o util/bloom.o
  164. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/cache.cc -o util/cache.o
  165. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/coding.cc -o util/coding.o
  166. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/comparator.cc -o util/comparator.o
  167. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/crc32c.cc -o util/crc32c.o
  168. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/env.cc -o util/env.o
  169. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/env_posix.cc -o util/env_posix.o
  170. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/filter_policy.cc -o util/filter_policy.o
  171. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/hash.cc -o util/hash.o
  172. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/histogram.cc -o util/histogram.o
  173. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/logging.cc -o util/logging.o
  174. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/options.cc -o util/options.o
  175. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c util/status.cc -o util/status.o
  176. g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -fPIC -DNDEBUG -c port/port_posix.cc -o port/port_posix.o
  177. rm -f libleveldb.a
  178. ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
  179. ar: creating libleveldb.a
  180. make[2]: Leaving directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig/leveldb'
  181. mv leveldb/libleveldb.a .
  182. g++ -O2 -pipe -fPIC -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -c -o sighandler.o sighandler.cpp
  183. swig -c++ -python -classic -threads -outdir ../ -v CppBlockUtils.i
  184. Language subdirectory: python
  185. Search paths:
  186. ./
  187. ./swig_lib/python/
  188. /usr/share/swig/2.0.12/python/
  189. ./swig_lib/
  190. /usr/share/swig/2.0.12/
  191. Preprocessing...
  192. Starting language-specific parse...
  193. EncryptionUtils.h:178: Warning 362: operator= ignored
  194. Processing types...
  195. EncryptionUtils.h:133: Warning 402: Base class 'BinaryData' is incomplete.
  196. BtcUtils.h:83: Warning 402: Only forward declaration 'BinaryData' was found.
  197. C++ analysis...
  198. Generating wrappers...
  199. BlockObj.h:604: Warning 472: Overloaded method TxIOPair::TxIOPair(TxRef,uint32_t,TxRef,uint32_t) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  200. BlockObj.h:648: Warning 472: Overloaded method TxIOPair::setTxIn(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  201. BlockObj.h:650: Warning 472: Overloaded method TxIOPair::setTxOut(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  202. StoredBlockObj.h:317: Warning 472: Overloaded method StoredHeader::setHeightAndDup(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  203. StoredBlockObj.h:583: Warning 472: Overloaded method StoredScriptHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  204. StoredBlockObj.h:583: Warning 472: Overloaded method StoredScriptHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  205. StoredBlockObj.h:583: Warning 472: Overloaded method StoredScriptHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  206. StoredBlockObj.h:583: Warning 472: Overloaded method StoredScriptHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  207. StoredBlockObj.h:647: Warning 472: Overloaded method StoredSubHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  208. StoredBlockObj.h:647: Warning 472: Overloaded method StoredSubHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  209. StoredBlockObj.h:647: Warning 472: Overloaded method StoredSubHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  210. StoredBlockObj.h:647: Warning 472: Overloaded method StoredSubHistory::markTxOutUnspent(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  211. StoredBlockObj.h:709: Warning 472: Overloaded method StoredTxHints::setPreferredTx(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  212. BlockUtils.h:197: Warning 472: Overloaded method AddressBookEntry::AddressBookEntry(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  213. BlockUtils.h:262: Warning 472: Overloaded method ScrAddrObj::ScrAddrObj(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  214. BlockUtils.h:262: Warning 472: Overloaded method ScrAddrObj::ScrAddrObj(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  215. BlockUtils.h:262: Warning 472: Overloaded method ScrAddrObj::ScrAddrObj(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  216. BlockUtils.h:262: Warning 472: Overloaded method ScrAddrObj::ScrAddrObj(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  217. BlockUtils.h:262: Warning 472: Overloaded method ScrAddrObj::ScrAddrObj(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
  218. BlockUtils.h:301: Warning 509: Overloaded method ScrAddrObj::addTxIO(TxIOPair &) effectively ignored,
  219. BlockUtils.h:300: Warning 509: as it is shadowed by ScrAddrObj::addTxIO(TxIOPair *).
  220. BlockUtils.h:300: Warning 509: Overloaded method ScrAddrObj::addTxIO(TxIOPair *,bool) effectively ignored,
  221. BlockUtils.h:301: Warning 509: as it is shadowed by ScrAddrObj::addTxIO(TxIOPair &,bool).
  222. BlockUtils.h:352: Warning 472: Overloaded method BtcWallet::addScrAddress(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  223. BlockUtils.h:352: Warning 472: Overloaded method BtcWallet::addScrAddress(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  224. BlockUtils.h:352: Warning 472: Overloaded method BtcWallet::addScrAddress(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  225. BlockUtils.h:352: Warning 472: Overloaded method BtcWallet::addScrAddress(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  226. BlockUtils.h:352: Warning 472: Overloaded method BtcWallet::addScrAddress(BinaryData) with no explicit typecheck typemap for arg 1 of type 'BinaryData'
  227. BlockUtils.h:688: Warning 509: Overloaded method BlockDataManager_LevelDB::SetDatabaseModes(int,int) effectively ignored,
  228. BlockUtils.h:685: Warning 509: as it is shadowed by BlockDataManager_LevelDB::SetDatabaseModes(ARMORY_DB_TYPE,DB_PRUNE_TYPE).
  229. g++ -I/usr/include/python3.4m -I/usr/include/python3.4m -O2 -pipe -fPIC -Icryptopp -Ileveldb/include -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -c CppBlockUtils_wrap.cxx
  230. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getThisHash(PyObject*, PyObject*)’:
  231. CppBlockUtils_wrap.cxx:30256:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  232. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  233. ^
  234. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getPrevHash(PyObject*, PyObject*)’:
  235. CppBlockUtils_wrap.cxx:30284:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  236. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  237. ^
  238. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getNextHash(PyObject*, PyObject*)’:
  239. CppBlockUtils_wrap.cxx:30312:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  240. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  241. ^
  242. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getMerkleRoot(PyObject*, PyObject*)’:
  243. CppBlockUtils_wrap.cxx:30340:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  244. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  245. ^
  246. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getDiffBits(PyObject*, PyObject*)’:
  247. CppBlockUtils_wrap.cxx:30368:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  248. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  249. ^
  250. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_serialize(PyObject*, PyObject*)’:
  251. CppBlockUtils_wrap.cxx:31369:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  252. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  253. ^
  254. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getThisHash(PyObject*, PyObject*)’:
  255. CppBlockUtils_wrap.cxx:32131:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  256. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  257. ^
  258. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getDBKey(PyObject*, PyObject*)’:
  259. CppBlockUtils_wrap.cxx:32263:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  260. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  261. ^
  262. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getDBKeyOfChild(PyObject*, PyObject*)’:
  263. CppBlockUtils_wrap.cxx:32472:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  264. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  265. ^
  266. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_serialize(PyObject*, PyObject*)’:
  267. CppBlockUtils_wrap.cxx:32570:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  268. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  269. ^
  270. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getBlockHash(PyObject*, PyObject*)’:
  271. CppBlockUtils_wrap.cxx:32598:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  272. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  273. ^
  274. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_OutPoint_getTxHash(PyObject*, PyObject*)’:
  275. CppBlockUtils_wrap.cxx:33196:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  276. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  277. ^
  278. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_OutPoint_serialize__SWIG_1(PyObject*, PyObject*)’:
  279. CppBlockUtils_wrap.cxx:33460:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  280. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  281. ^
  282. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getScript(PyObject*, PyObject*)’:
  283. CppBlockUtils_wrap.cxx:34061:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  284. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  285. ^
  286. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getParentHash(PyObject*, PyObject*)’:
  287. CppBlockUtils_wrap.cxx:34479:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  288. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  289. ^
  290. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_serialize(PyObject*, PyObject*)’:
  291. CppBlockUtils_wrap.cxx:34604:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  292. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  293. ^
  294. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getSenderScrAddrIfAvail__SWIG_1(PyObject*, PyObject*)’:
  295. CppBlockUtils_wrap.cxx:36043:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  296. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  297. ^
  298. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getScrAddressStr(PyObject*, PyObject*)’:
  299. CppBlockUtils_wrap.cxx:36599:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  300. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  301. ^
  302. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getScript(PyObject*, PyObject*)’:
  303. CppBlockUtils_wrap.cxx:36653:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  304. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  305. ^
  306. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_serialize(PyObject*, PyObject*)’:
  307. CppBlockUtils_wrap.cxx:36915:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  308. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  309. ^
  310. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getParentHash(PyObject*, PyObject*)’:
  311. CppBlockUtils_wrap.cxx:36969:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  312. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  313. ^
  314. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_getThisHash(PyObject*, PyObject*)’:
  315. CppBlockUtils_wrap.cxx:39111:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  316. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  317. ^
  318. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_serialize(PyObject*, PyObject*)’:
  319. CppBlockUtils_wrap.cxx:39384:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  320. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  321. ^
  322. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_getScrAddrForTxOut(PyObject*, PyObject*)’:
  323. CppBlockUtils_wrap.cxx:39746:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  324. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  325. ^
  326. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_getBlockHash(PyObject*, PyObject*)’:
  327. CppBlockUtils_wrap.cxx:39844:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  328. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  329. ^
  330. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIOPair_getDBKeyOfOutput(PyObject*, PyObject*)’:
  331. CppBlockUtils_wrap.cxx:41536:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  332. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  333. ^
  334. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIOPair_getDBKeyOfInput(PyObject*, PyObject*)’:
  335. CppBlockUtils_wrap.cxx:41564:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  336. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  337. ^
  338. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIOPair_getTxHashOfInput(PyObject*, PyObject*)’:
  339. CppBlockUtils_wrap.cxx:41592:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  340. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  341. ^
  342. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIOPair_getTxHashOfOutput(PyObject*, PyObject*)’:
  343. CppBlockUtils_wrap.cxx:41620:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  344. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  345. ^
  346. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UnspentTxOut_getTxHash(PyObject*, PyObject*)’:
  347. CppBlockUtils_wrap.cxx:42945:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  348. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  349. ^
  350. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UnspentTxOut_getScript(PyObject*, PyObject*)’:
  351. CppBlockUtils_wrap.cxx:43129:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  352. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  353. ^
  354. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UnspentTxOut_getRecipientScrAddr(PyObject*, PyObject*)’:
  355. CppBlockUtils_wrap.cxx:43157:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  356. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  357. ^
  358. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_RegisteredTx_getTxHash(PyObject*, PyObject*)’:
  359. CppBlockUtils_wrap.cxx:45023:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  360. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  361. ^
  362. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_heightAndDupToHgtx(PyObject*, PyObject*)’:
  363. CppBlockUtils_wrap.cxx:45518:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  364. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  365. ^
  366. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKey__SWIG_0(PyObject*, PyObject*)’:
  367. CppBlockUtils_wrap.cxx:45555:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  368. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  369. ^
  370. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKey__SWIG_1(PyObject*, PyObject*)’:
  371. CppBlockUtils_wrap.cxx:45601:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  372. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  373. ^
  374. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKey__SWIG_2(PyObject*, PyObject*)’:
  375. CppBlockUtils_wrap.cxx:45656:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  376. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  377. ^
  378. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKeyNoPrefix__SWIG_0(PyObject*, PyObject*)’:
  379. CppBlockUtils_wrap.cxx:45780:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  380. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  381. ^
  382. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKeyNoPrefix__SWIG_1(PyObject*, PyObject*)’:
  383. CppBlockUtils_wrap.cxx:45826:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  384. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  385. ^
  386. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_GlobalDBUtilities_getBlkDataKeyNoPrefix__SWIG_2(PyObject*, PyObject*)’:
  387. CppBlockUtils_wrap.cxx:45881:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  388. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  389. ^
  390. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredDBInfo_getDBKey(PyObject*, PyObject*)’:
  391. CppBlockUtils_wrap.cxx:47139:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  392. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  393. ^
  394. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredDBInfo_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  395. CppBlockUtils_wrap.cxx:47381:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  396. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  397. ^
  398. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_getSerializedBlock(PyObject*, PyObject*)’:
  399. CppBlockUtils_wrap.cxx:48170:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  400. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  401. ^
  402. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_getSerializedBlockHeader(PyObject*, PyObject*)’:
  403. CppBlockUtils_wrap.cxx:48198:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  404. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  405. ^
  406. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_getSerializedTx(PyObject*, PyObject*)’:
  407. CppBlockUtils_wrap.cxx:48333:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  408. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  409. ^
  410. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  411. CppBlockUtils_wrap.cxx:49908:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  412. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  413. ^
  414. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  415. CppBlockUtils_wrap.cxx:50051:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  416. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  417. ^
  418. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeader_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  419. CppBlockUtils_wrap.cxx:50079:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  420. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  421. ^
  422. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getSerializedTx(PyObject*, PyObject*)’:
  423. CppBlockUtils_wrap.cxx:52028:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  424. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  425. ^
  426. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getSerializedTxFragged(PyObject*, PyObject*)’:
  427. CppBlockUtils_wrap.cxx:52056:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  428. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  429. ^
  430. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  431. CppBlockUtils_wrap.cxx:52849:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  432. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  433. ^
  434. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  435. CppBlockUtils_wrap.cxx:52971:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  436. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  437. ^
  438. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  439. CppBlockUtils_wrap.cxx:52999:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  440. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  441. ^
  442. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getDBKeyOfChild__SWIG_0(PyObject*, PyObject*)’:
  443. CppBlockUtils_wrap.cxx:53089:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  444. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  445. ^
  446. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getDBKeyOfChild__SWIG_1(PyObject*, PyObject*)’:
  447. CppBlockUtils_wrap.cxx:53126:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  448. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  449. ^
  450. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTx_getHgtX(PyObject*, PyObject*)’:
  451. CppBlockUtils_wrap.cxx:53210:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  452. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  453. ^
  454. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_serializeDBValue__SWIG_2(PyObject*, PyObject*)’:
  455. CppBlockUtils_wrap.cxx:54891:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  456. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  457. ^
  458. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_serializeDBValue__SWIG_3(PyObject*, PyObject*)’:
  459. CppBlockUtils_wrap.cxx:54919:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  460. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  461. ^
  462. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  463. CppBlockUtils_wrap.cxx:55078:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  464. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  465. ^
  466. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  467. CppBlockUtils_wrap.cxx:55106:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  468. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  469. ^
  470. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getDBKeyOfParentTx__SWIG_0(PyObject*, PyObject*)’:
  471. CppBlockUtils_wrap.cxx:55187:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  472. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  473. ^
  474. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getDBKeyOfParentTx__SWIG_1(PyObject*, PyObject*)’:
  475. CppBlockUtils_wrap.cxx:55215:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  476. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  477. ^
  478. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getHgtX(PyObject*, PyObject*)’:
  479. CppBlockUtils_wrap.cxx:55287:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  480. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  481. ^
  482. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getSerializedTxOut(PyObject*, PyObject*)’:
  483. CppBlockUtils_wrap.cxx:55353:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  484. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  485. ^
  486. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxOut_getScrAddress(PyObject*, PyObject*)’:
  487. CppBlockUtils_wrap.cxx:55407:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  488. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  489. ^
  490. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredScriptHistory_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  491. CppBlockUtils_wrap.cxx:56758:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  492. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  493. ^
  494. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredScriptHistory_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  495. CppBlockUtils_wrap.cxx:56983:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  496. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  497. ^
  498. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredScriptHistory_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  499. CppBlockUtils_wrap.cxx:57011:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  500. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  501. ^
  502. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredSubHistory_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  503. CppBlockUtils_wrap.cxx:59301:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  504. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  505. ^
  506. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredSubHistory_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  507. CppBlockUtils_wrap.cxx:59526:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  508. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  509. ^
  510. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredSubHistory_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  511. CppBlockUtils_wrap.cxx:59554:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  512. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  513. ^
  514. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredUndoData_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  515. CppBlockUtils_wrap.cxx:61242:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  516. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  517. ^
  518. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredUndoData_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  519. CppBlockUtils_wrap.cxx:61322:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  520. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  521. ^
  522. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredUndoData_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  523. CppBlockUtils_wrap.cxx:61350:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  524. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  525. ^
  526. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxHints_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  527. CppBlockUtils_wrap.cxx:62246:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  528. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  529. ^
  530. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxHints_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  531. CppBlockUtils_wrap.cxx:62471:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  532. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  533. ^
  534. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredTxHints_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  535. CppBlockUtils_wrap.cxx:62499:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  536. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  537. ^
  538. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeadHgtList_serializeDBValue__SWIG_1(PyObject*, PyObject*)’:
  539. CppBlockUtils_wrap.cxx:63014:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  540. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  541. ^
  542. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeadHgtList_getDBKey__SWIG_0(PyObject*, PyObject*)’:
  543. CppBlockUtils_wrap.cxx:63187:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  544. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  545. ^
  546. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_StoredHeadHgtList_getDBKey__SWIG_1(PyObject*, PyObject*)’:
  547. CppBlockUtils_wrap.cxx:63215:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  548. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  549. ^
  550. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_LedgerEntry_getScrAddr(PyObject*, PyObject*)’:
  551. CppBlockUtils_wrap.cxx:64269:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  552. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  553. ^
  554. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_LedgerEntry_getTxHash(PyObject*, PyObject*)’:
  555. CppBlockUtils_wrap.cxx:64349:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  556. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  557. ^
  558. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_AddressBookEntry_getScrAddr(PyObject*, PyObject*)’:
  559. CppBlockUtils_wrap.cxx:65004:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  560. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  561. ^
  562. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_ScrAddrObj_getScrAddr(PyObject*, PyObject*)’:
  563. CppBlockUtils_wrap.cxx:65502:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  564. resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
  565. ^
  566. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataManager_LevelDB_getGenesisHash(PyObject*, PyObject*)’:
  567. CppBlockUtils_wrap.cxx:71409:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  568. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  569. ^
  570. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataManager_LevelDB_getGenesisTxHash(PyObject*, PyObject*)’:
  571. CppBlockUtils_wrap.cxx:71437:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  572. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  573. ^
  574. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataManager_LevelDB_getMagicBytes(PyObject*, PyObject*)’:
  575. CppBlockUtils_wrap.cxx:71465:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  576. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  577. ^
  578. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataManager_LevelDB_getTopBlockHash(PyObject*, PyObject*)’:
  579. CppBlockUtils_wrap.cxx:72263:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  580. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  581. ^
  582. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataManager_LevelDB_getSenderScrAddr(PyObject*, PyObject*)’:
  583. CppBlockUtils_wrap.cxx:78124:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  584. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  585. ^
  586. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_hash256(PyObject*, PyObject*)’:
  587. CppBlockUtils_wrap.cxx:79010:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  588. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  589. ^
  590. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_hash160(PyObject*, PyObject*)’:
  591. CppBlockUtils_wrap.cxx:79050:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  592. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  593. ^
  594. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_BadAddress(PyObject*, PyObject*)’:
  595. CppBlockUtils_wrap.cxx:79159:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  596. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  597. ^
  598. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_EmptyHash(PyObject*, PyObject*)’:
  599. CppBlockUtils_wrap.cxx:79178:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  600. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  601. ^
  602. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_PackBits(PyObject*, PyObject*)’:
  603. CppBlockUtils_wrap.cxx:79639:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  604. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  605. ^
  606. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_1(PyObject*, PyObject*)’:
  607. CppBlockUtils_wrap.cxx:79805:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  608. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  609. ^
  610. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_4(PyObject*, PyObject*)’:
  611. CppBlockUtils_wrap.cxx:79921:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  612. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  613. ^
  614. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_5(PyObject*, PyObject*)’:
  615. CppBlockUtils_wrap.cxx:79957:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  616. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  617. ^
  618. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_1(PyObject*, PyObject*)’:
  619. CppBlockUtils_wrap.cxx:80187:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  620. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  621. ^
  622. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_3(PyObject*, PyObject*)’:
  623. CppBlockUtils_wrap.cxx:80268:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  624. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  625. ^
  626. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_4(PyObject*, PyObject*)’:
  627. CppBlockUtils_wrap.cxx:80299:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  628. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  629. ^
  630. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160_SWIG(PyObject*, PyObject*)’:
  631. CppBlockUtils_wrap.cxx:80426:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  632. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  633. ^
  634. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_ripemd160_SWIG(PyObject*, PyObject*)’:
  635. CppBlockUtils_wrap.cxx:80466:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  636. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  637. ^
  638. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_calculateMerkleRoot(PyObject*, PyObject*)’:
  639. CppBlockUtils_wrap.cxx:80499:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  640. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  641. ^
  642. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutRecipientAddr__SWIG_0(PyObject*, PyObject*)’:
  643. CppBlockUtils_wrap.cxx:81295:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  644. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  645. ^
  646. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutRecipientAddr__SWIG_1(PyObject*, PyObject*)’:
  647. CppBlockUtils_wrap.cxx:81326:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  648. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  649. ^
  650. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutScrAddr__SWIG_0(PyObject*, PyObject*)’:
  651. CppBlockUtils_wrap.cxx:81413:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  652. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  653. ^
  654. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutScrAddr__SWIG_1(PyObject*, PyObject*)’:
  655. CppBlockUtils_wrap.cxx:81449:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  656. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  657. ^
  658. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getScrAddrForScript(PyObject*, PyObject*)’:
  659. CppBlockUtils_wrap.cxx:81522:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  660. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  661. ^
  662. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigUniqueKey(PyObject*, PyObject*)’:
  663. CppBlockUtils_wrap.cxx:81657:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  664. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  665. ^
  666. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigAddr160InfoStr(PyObject*, PyObject*)’:
  667. CppBlockUtils_wrap.cxx:81770:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  668. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  669. ^
  670. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigPubKeyInfoStr(PyObject*, PyObject*)’:
  671. CppBlockUtils_wrap.cxx:81801:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  672. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  673. ^
  674. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddr__SWIG_0(PyObject*, PyObject*)’:
  675. CppBlockUtils_wrap.cxx:81863:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  676. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  677. ^
  678. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddr__SWIG_1(PyObject*, PyObject*)’:
  679. CppBlockUtils_wrap.cxx:81916:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  680. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  681. ^
  682. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddrFromType(PyObject*, PyObject*)’:
  683. CppBlockUtils_wrap.cxx:82011:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  684. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  685. ^
  686. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddrFromTypeInt(PyObject*, PyObject*)’:
  687. CppBlockUtils_wrap.cxx:82051:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  688. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  689. ^
  690. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getLastPushDataInScript(PyObject*, PyObject*)’:
  691. CppBlockUtils_wrap.cxx:82145:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  692. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  693. ^
  694. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getRawCopy(PyObject*, PyObject*)’:
  695. CppBlockUtils_wrap.cxx:83255:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  696. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  697. ^
  698. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getHash256(PyObject*, PyObject*)’:
  699. CppBlockUtils_wrap.cxx:83594:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  700. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  701. ^
  702. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getHash160(PyObject*, PyObject*)’:
  703. CppBlockUtils_wrap.cxx:83622:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  704. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  705. ^
  706. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECMultiplyScalars(PyObject*, PyObject*)’:
  707. CppBlockUtils_wrap.cxx:86274:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  708. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  709. ^
  710. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECMultiplyPoint(PyObject*, PyObject*)’:
  711. CppBlockUtils_wrap.cxx:86338:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  712. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  713. ^
  714. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECAddPoints(PyObject*, PyObject*)’:
  715. CppBlockUtils_wrap.cxx:86414:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  716. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  717. ^
  718. CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECInverse(PyObject*, PyObject*)’:
  719. CppBlockUtils_wrap.cxx:86466:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
  720. resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
  721. ^
  722. Makefile:72: recipe for target 'CppBlockUtils_wrap.o' failed
  723. make[1]: *** [CppBlockUtils_wrap.o] Error 1
  724. make[1]: Leaving directory '/home/piotrek/Apps/BitcoinArmory/cppForSwig'
  725. Makefile:8: recipe for target 'all' failed
  726. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement