-
- localhost ~/bitcoin # tar -xf armory*.tar
- localhost ~/bitcoin # cd *src
- localhost ~/bitcoin/armory_0.96.4_src # ls
- armorycolors.py changelog.txt guardian.py LICENSE-MIT pytest README_ArmoryDB.md subprocess_win.py
- armorycolors.pyc configure.ac guitest LICENSE.py qrc_img_resources.py README_macOS.md translations.md
- armoryd.README cppForSwig img LICENSE.pyc qrc_img_resources.pyc README.md ui
- armoryengine dpkgfiles imgList.xml linuxbuild qrcodenative.py release_scripts update_version.py
- armorymodels.py dynamicImport.py jasvet.py m4 qrcodenative.pyc r-pi urllib3
- armorymodels.pyc dynamicImport.pyc jasvet.pyc Makefile.am qtdefines.py samplemodules webshop
- ArmoryQt.py edit_icons.bat lang nginx_example.conf qtdefines.pyc SDM.py windowsbuild
- ArmorySetup.nsi edit_icons.rts LICENSE osxbuild qtdialogs.py SDM.pyc writeNSISCompilerArgs.py
- autogen.sh extras LICENSE-ATI PublicKeys qtdialogs.pyc setup.py
- localhost ~/bitcoin/armory_0.96.4_src # ./autogen.sh
- Preparing the BitcoinArmory build system...please wait
-
- Found GNU Autoconf version 2.69
- Found GNU Automake version 1.15.1
- Found GNU Libtool version 2.4.6
-
- Automatically preparing build ... done
-
- The BitcoinArmory build system is now prepared. To build here, run:
- ./configure
- make
- localhost ~/bitcoin/armory_0.96.4_src # ./configure
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking whether gcc understands -c and -o together... (cached) yes
- checking dependency style of gcc... (cached) gcc3
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking size of long unsigned int... 8
- checking whether g++ supports C++11 features with -std=c++11... yes
- checking for swig... yes
- checking for swig... /usr/bin/swig
- checking for python... /usr/bin/python
- checking for a version of Python >= '2.1.0'... yes
- checking for the distutils Python package... yes
- checking for Python include path... -I/usr/include/python3.5m
- checking for Python library path... -L/usr/lib64 -lpython3.5m
- checking for Python site-packages path... /usr/lib64/python3.5/site-packages
- checking python extra libraries... -lpthread -ldl -lutil -lm
- checking python extra linking flags... -Xlinker -export-dynamic
- checking consistency of all components of python development environment... yes
- checking python module: psutil... yes
- AX_SWIG_PYTHON_CPPFLAGS: -I/usr/include/python3.5m
- checking for pyrcc4... yes
- checking for lrelease... yes
- is compiler clang: no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating cppForSwig/Makefile
- config.status: creating cppForSwig/lmdb/Makefile
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in cppForSwig/fcgi (/root/bitcoin/armory_0.96.4_src/cppForSwig/fcgi)
- configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for gawk... (cached) gawk
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking whether gcc understands -c and -o together... (cached) yes
- checking dependency style of gcc... (cached) gcc3
- checking how to run the C preprocessor... gcc -E
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... (cached) yes
- checking arpa/inet.h usability... yes
- checking arpa/inet.h presence... yes
- checking for arpa/inet.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking for memory.h... (cached) yes
- checking netdb.h usability... yes
- checking netdb.h presence... yes
- checking for netdb.h... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking sys/timeb.h usability... yes
- checking sys/timeb.h presence... yes
- checking for sys/timeb.h... yes
- checking for unistd.h... (cached) yes
- checking for pid_t... yes
- checking for size_t... yes
- checking vfork.h usability... no
- checking vfork.h presence... no
- checking for vfork.h... no
- checking for fork... yes
- checking for vfork... yes
- checking for working fork... yes
- checking for working vfork... (cached) yes
- checking for atexit... yes
- checking for dup2... yes
- checking for ftime... yes
- checking for gethostbyname... yes
- checking for inet_ntoa... yes
- checking for memchr... yes
- checking for memset... yes
- checking for putenv... yes
- checking for select... yes
- checking for socket... yes
- checking for strchr... yes
- checking for strerror... yes
- checking for strrchr... yes
- checking for strspn... yes
- checking for strstr... yes
- checking for strtol... yes
- checking for gethostbyname in -lnsl... yes
- checking for socket in -lsocket... no
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... no
- checking whether to check for GCC pthread/shared inconsistencies... yes
- checking whether -pthread is sufficient with -shared... yes
- ./configure: line 17916: FCGI_COMMON_CHECKS: command not found
- checking for strerror... (cached) yes
- checking for inline... inline
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating examples/Makefile
- config.status: creating include/Makefile
- config.status: creating libfcgi/Makefile
- config.status: creating fcgi_config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in cppForSwig/cryptopp (/root/bitcoin/armory_0.96.4_src/cppForSwig/cryptopp)
- configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking whether gcc understands -c and -o together... (cached) yes
- checking dependency style of gcc... (cached) gcc3
- checking arpa/inet.h usability... yes
- checking arpa/inet.h presence... yes
- checking for arpa/inet.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking netdb.h usability... yes
- checking netdb.h presence... yes
- checking for netdb.h... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking stddef.h usability... yes
- checking stddef.h presence... yes
- checking for stddef.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/ioctl.h usability... yes
- checking sys/ioctl.h presence... yes
- checking for sys/ioctl.h... yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking for unistd.h... (cached) yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for inline... inline
- checking for size_t... yes
- checking for ssize_t... yes
- checking for ptrdiff_t... yes
- checking for gethostbyname... yes
- checking for gettimeofday... yes
- checking for memmove... yes
- checking for memset... yes
- checking for pow... no
- checking for select... yes
- checking for setlocale... yes
- checking for socket... yes
- no
- cross compiling is set to: no
- checking for gcc __builtin_cpu_init function... yes
- checking for x86 mmx instruction support... yes
- checking for x86 popcnt instruction support... yes
- checking for x86 sse instruction support... yes
- checking for x86 sse2 instruction support... yes
- checking for x86 sse3 instruction support... yes
- checking for x86 sse4.1 instruction support... yes
- checking for x86 sse4.2 instruction support... yes
- checking for x86 sse4a instruction support... no
- checking for x86 avx instruction support... yes
- checking for x86 avx2 instruction support... no
- checking for x86 avx512f instruction support... no
- checking for x86 fma instruction support... no
- checking for x86 fma4 instruction support... no
- checking for x86 bmi instruction support... no
- checking for x86 bmi2 instruction support... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: executing depfiles commands
- config.status: executing libtool commands
- CC = gcc
- CFLAGS = -O2
- CPP = gcc -E
- CPPFLAGS =
- CXX = g++ -std=c++11
- CXXFLAGS = -O2
- LDFLAGS =
- LD = /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- with tests = no
- debug symbols = no
- with GUI = yes
- localhost ~/bitcoin/armory_0.96.4_src # make
- ...
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-Signer.lo -MD -MP -MF .deps/libCppBlockUtils_la-Signer.Tpo -c Signer.cpp -o libCppBlockUtils_la-Signer.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-Signer.Tpo .deps/libCppBlockUtils_la-Signer.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-Transactions.lo -MD -MP -MF .deps/libCppBlockUtils_la-Transactions.Tpo -c -o libCppBlockUtils_la-Transactions.lo `test -f 'Transactions.cpp' || echo './'`Transactions.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-Transactions.lo -MD -MP -MF .deps/libCppBlockUtils_la-Transactions.Tpo -c Transactions.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-Transactions.o
- In file included from cryptopp/filters.h:11:0,
- from cryptopp/randpool.h:5,
- from cryptopp/osrng.h:10,
- from EncryptionUtils.h:63,
- from Transactions.h:16,
- from Transactions.cpp:9:
- cryptopp/algparam.h: In destructor ‘virtual CryptoPP::AlgorithmParametersBase::~AlgorithmParametersBase()’:
- cryptopp/algparam.h:277:34: warning: throw will always call terminate() [-Wterminate]
- throw ParameterNotUsed(m_name);
- ^
- cryptopp/algparam.h:277:34: note: in C++11 destructors default to noexcept
- In file included from cryptopp/eccrypto.h:7:0,
- from EncryptionUtils.h:67,
- from Transactions.h:16,
- from Transactions.cpp:9:
- cryptopp/pubkey.h: In member function ‘CryptoPP::PK_MessageAccumulator* CryptoPP::DL_SignerImpl<SCHEME_OPTIONS>::NewSignatureAccumulator(CryptoPP::RandomNumberGenerator&) const’:
- cryptopp/pubkey.h:1344:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
- std::auto_ptr<PK_MessageAccumulatorBase> p(new PK_MessageAccumulatorImpl<CPP_TYPENAME SCHEME_OPTIONS::HashFunction>);
- ^~~~~~~~
- In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
- from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/thread:40,
- from log.h:64,
- from BinaryData.h:51,
- from Transactions.h:15,
- from Transactions.cpp:9:
- /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
- template<typename> class auto_ptr;
- ^~~~~~~~
- In file included from Transactions.h:19:0,
- from Transactions.cpp:9:
- Script.h: In member function ‘virtual const SecureBinaryData& ResolverFeedPublic::getPrivKeyForPubkey(const BinaryData&)’:
- Script.h:994:31: warning: returning reference to temporary [-Wreturn-local-addr]
- return SecureBinaryData();
- ^
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-Transactions.lo -MD -MP -MF .deps/libCppBlockUtils_la-Transactions.Tpo -c Transactions.cpp -o libCppBlockUtils_la-Transactions.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-Transactions.Tpo .deps/libCppBlockUtils_la-Transactions.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-CoinSelection.lo -MD -MP -MF .deps/libCppBlockUtils_la-CoinSelection.Tpo -c -o libCppBlockUtils_la-CoinSelection.lo `test -f 'CoinSelection.cpp' || echo './'`CoinSelection.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-CoinSelection.lo -MD -MP -MF .deps/libCppBlockUtils_la-CoinSelection.Tpo -c CoinSelection.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-CoinSelection.o
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-CoinSelection.lo -MD -MP -MF .deps/libCppBlockUtils_la-CoinSelection.Tpo -c CoinSelection.cpp -o libCppBlockUtils_la-CoinSelection.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-CoinSelection.Tpo .deps/libCppBlockUtils_la-CoinSelection.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-ReentrantLock.lo -MD -MP -MF .deps/libCppBlockUtils_la-ReentrantLock.Tpo -c -o libCppBlockUtils_la-ReentrantLock.lo `test -f 'ReentrantLock.cpp' || echo './'`ReentrantLock.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-ReentrantLock.lo -MD -MP -MF .deps/libCppBlockUtils_la-ReentrantLock.Tpo -c ReentrantLock.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-ReentrantLock.o
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-ReentrantLock.lo -MD -MP -MF .deps/libCppBlockUtils_la-ReentrantLock.Tpo -c ReentrantLock.cpp -o libCppBlockUtils_la-ReentrantLock.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-ReentrantLock.Tpo .deps/libCppBlockUtils_la-ReentrantLock.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-JSON_codec.lo -MD -MP -MF .deps/libCppBlockUtils_la-JSON_codec.Tpo -c -o libCppBlockUtils_la-JSON_codec.lo `test -f 'JSON_codec.cpp' || echo './'`JSON_codec.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-JSON_codec.lo -MD -MP -MF .deps/libCppBlockUtils_la-JSON_codec.Tpo -c JSON_codec.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-JSON_codec.o
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-JSON_codec.lo -MD -MP -MF .deps/libCppBlockUtils_la-JSON_codec.Tpo -c JSON_codec.cpp -o libCppBlockUtils_la-JSON_codec.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-JSON_codec.Tpo .deps/libCppBlockUtils_la-JSON_codec.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TransactionBatch.lo -MD -MP -MF .deps/libCppBlockUtils_la-TransactionBatch.Tpo -c -o libCppBlockUtils_la-TransactionBatch.lo `test -f 'TransactionBatch.cpp' || echo './'`TransactionBatch.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TransactionBatch.lo -MD -MP -MF .deps/libCppBlockUtils_la-TransactionBatch.Tpo -c TransactionBatch.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-TransactionBatch.o
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TransactionBatch.lo -MD -MP -MF .deps/libCppBlockUtils_la-TransactionBatch.Tpo -c TransactionBatch.cpp -o libCppBlockUtils_la-TransactionBatch.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-TransactionBatch.Tpo .deps/libCppBlockUtils_la-TransactionBatch.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-log.lo -MD -MP -MF .deps/libCppBlockUtils_la-log.Tpo -c -o libCppBlockUtils_la-log.lo `test -f 'log.cpp' || echo './'`log.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-log.lo -MD -MP -MF .deps/libCppBlockUtils_la-log.Tpo -c log.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-log.o
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-log.lo -MD -MP -MF .deps/libCppBlockUtils_la-log.Tpo -c log.cpp -o libCppBlockUtils_la-log.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-log.Tpo .deps/libCppBlockUtils_la-log.Plo
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TxEvalState.lo -MD -MP -MF .deps/libCppBlockUtils_la-TxEvalState.Tpo -c -o libCppBlockUtils_la-TxEvalState.lo `test -f 'TxEvalState.cpp' || echo './'`TxEvalState.cpp
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TxEvalState.lo -MD -MP -MF .deps/libCppBlockUtils_la-TxEvalState.Tpo -c TxEvalState.cpp -fPIC -DPIC -o .libs/libCppBlockUtils_la-TxEvalState.o
- In file included from cryptopp/filters.h:11:0,
- from cryptopp/randpool.h:5,
- from cryptopp/osrng.h:10,
- from EncryptionUtils.h:63,
- from TxEvalState.cpp:10:
- cryptopp/algparam.h: In destructor ‘virtual CryptoPP::AlgorithmParametersBase::~AlgorithmParametersBase()’:
- cryptopp/algparam.h:277:34: warning: throw will always call terminate() [-Wterminate]
- throw ParameterNotUsed(m_name);
- ^
- cryptopp/algparam.h:277:34: note: in C++11 destructors default to noexcept
- In file included from cryptopp/eccrypto.h:7:0,
- from EncryptionUtils.h:67,
- from TxEvalState.cpp:10:
- cryptopp/pubkey.h: In member function ‘CryptoPP::PK_MessageAccumulator* CryptoPP::DL_SignerImpl<SCHEME_OPTIONS>::NewSignatureAccumulator(CryptoPP::RandomNumberGenerator&) const’:
- cryptopp/pubkey.h:1344:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
- std::auto_ptr<PK_MessageAccumulatorBase> p(new PK_MessageAccumulatorImpl<CPP_TYPENAME SCHEME_OPTIONS::HashFunction>);
- ^~~~~~~~
- In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
- from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/thread:40,
- from log.h:64,
- from BinaryData.h:51,
- from TxEvalState.h:13,
- from TxEvalState.cpp:9:
- /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
- template<typename> class auto_ptr;
- ^~~~~~~~
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-TxEvalState.lo -MD -MP -MF .deps/libCppBlockUtils_la-TxEvalState.Tpo -c TxEvalState.cpp -o libCppBlockUtils_la-TxEvalState.o >/dev/null 2>&1
- mv -f .deps/libCppBlockUtils_la-TxEvalState.Tpo .deps/libCppBlockUtils_la-TxEvalState.Plo
- swig -c++ -python -threads -D__GNUC__ -D__LP64__ CppBlockUtils.i
- EncryptionUtils.h:181: Warning 362: operator= ignored
- EncryptionUtils.h:136: Warning 402: Base class 'BinaryData' is incomplete.
- BtcUtils.h:96: Warning 402: Only forward declaration 'BinaryData' was found.
- WalletManager.h:663: Warning 401: Nothing known about base class 'ResolvedFeed_AssetWalletSingle'. Ignored.
- WalletManager.h:696: Warning 401: Nothing known about base class 'ResolverFeed'. Ignored.
- TxClasses.h:506: Warning 472: Overloaded method UTXO::UTXO() with no explicit typecheck typemap for arg 4 of type 'BinaryData'
- TxClasses.h:506: Warning 472: Overloaded method UTXO::UTXO() with no explicit typecheck typemap for arg 5 of type 'BinaryData'
- TxClasses.h:574: Warning 472: Overloaded method AddressBookEntry::AddressBookEntry(BinaryData) with no explicit typecheck typemap for arg 0 of type 'BinaryData'
- WalletManager.h:496: Warning 473: Returning a pointer or reference in a director method is not recommended.
- WalletManager.h:497: Warning 473: Returning a pointer or reference in a director method is not recommended.
- WalletManager.h:496: Warning 473: Returning a pointer or reference in a director method is not recommended.
- WalletManager.h:497: Warning 473: Returning a pointer or reference in a director method is not recommended.
- WalletManager.h:620: Warning 473: Returning a pointer or reference in a director method is not recommended.
- /bin/sh ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" -DPACKAGE_STRING=\"BitcoinArmory\ 0.96.4\" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-CppBlockUtils_wrap.lo -MD -MP -MF .deps/libCppBlockUtils_la-CppBlockUtils_wrap.Tpo -c -o libCppBlockUtils_la-CppBlockUtils_wrap.lo `test -f 'CppBlockUtils_wrap.cxx' || echo './'`CppBlockUtils_wrap.cxx
- libtool: compile: g++ -std=c++11 -DPACKAGE_NAME=\"BitcoinArmory\" -DPACKAGE_TARNAME=\"bitcoinarmory\" -DPACKAGE_VERSION=\"0.96.4\" "-DPACKAGE_STRING=\"BitcoinArmory 0.96.4\"" -DPACKAGE_BUGREPORT=\"moothecowlord@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"bitcoinarmory\" -DVERSION=\"0.96.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG_UNSIGNED_INT=8 -DHAVE_CXX11=1 -DHAVE_PYTHON=\"3.5\" -I. -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python3.5m -D__STDC_LIMIT_MACROS -O2 -MT libCppBlockUtils_la-CppBlockUtils_wrap.lo -MD -MP -MF .deps/libCppBlockUtils_la-CppBlockUtils_wrap.Tpo -c CppBlockUtils_wrap.cxx -fPIC -DPIC -o .libs/libCppBlockUtils_la-CppBlockUtils_wrap.o
- In file included from cryptopp/filters.h:11:0,
- from cryptopp/randpool.h:5,
- from cryptopp/osrng.h:10,
- from EncryptionUtils.h:63,
- from CppBlockUtils_wrap.cxx:3678:
- cryptopp/algparam.h: In destructor ‘virtual CryptoPP::AlgorithmParametersBase::~AlgorithmParametersBase()’:
- cryptopp/algparam.h:277:34: warning: throw will always call terminate() [-Wterminate]
- throw ParameterNotUsed(m_name);
- ^
- cryptopp/algparam.h:277:34: note: in C++11 destructors default to noexcept
- In file included from cryptopp/eccrypto.h:7:0,
- from EncryptionUtils.h:67,
- from CppBlockUtils_wrap.cxx:3678:
- cryptopp/pubkey.h: In member function ‘CryptoPP::PK_MessageAccumulator* CryptoPP::DL_SignerImpl<SCHEME_OPTIONS>::NewSignatureAccumulator(CryptoPP::RandomNumberGenerator&) const’:
- cryptopp/pubkey.h:1344:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
- std::auto_ptr<PK_MessageAccumulatorBase> p(new PK_MessageAccumulatorImpl<CPP_TYPENAME SCHEME_OPTIONS::HashFunction>);
- ^~~~~~~~
- In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
- from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/thread:40,
- from log.h:64,
- from BinaryData.h:51,
- from BtcUtils.h:31,
- from CppBlockUtils_wrap.cxx:3677:
- /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
- template<typename> class auto_ptr;
- ^~~~~~~~
- In file included from Wallets.h:23:0,
- from WalletManager.h:21,
- from CppBlockUtils_wrap.cxx:3683:
- Script.h: In member function ‘virtual const SecureBinaryData& ResolverFeedPublic::getPrivKeyForPubkey(const BinaryData&)’:
- Script.h:994:31: warning: returning reference to temporary [-Wreturn-local-addr]
- return SecureBinaryData();
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_hash256(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29102:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_hash160(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29159:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_BadAddress(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29204:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_EmptyHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29249:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_PackBits(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29797:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getSha256__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:29990:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30247:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_4(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30441:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256__SWIG_5(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30498:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30808:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_3(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30936:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160__SWIG_4(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:30993:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160_SWIG(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:31148:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_ripemd160_SWIG(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:31214:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_calculateMerkleRoot(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:31274:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_calculateMerkleTree(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:31342:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutRecipientAddr__SWIG_0(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32047:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutRecipientAddr__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32104:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutScrAddr__SWIG_0(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32219:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxOutScrAddr__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32281:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getScrAddrForScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32442:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigUniqueKey(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32681:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigAddr160InfoStr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32872:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getMultisigPubKeyInfoStr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:32929:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddr__SWIG_0(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33017:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddr__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33096:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddrFromType(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33219:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getTxInAddrFromTypeInt(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33285:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_splitPushOnlyScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33410:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getLastPushDataInScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:33475:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_cast_to_BinaryDataVector(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34280:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_scrAddrToBase58(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34345:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_base58toScriptAddr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34402:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_base58_encode(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34459:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_base58_decode(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34516:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_extractRSFromDERSig(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34578:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_rsToDerSig(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34640:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getPushDataHeader(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34697:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_computeID(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34814:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHMAC256__SWIG_0(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34883:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHMAC256__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:34954:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getP2WPKHScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:35235:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getP2WSHScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:35292:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash256_RunTwice(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:35467:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getSha256_RunTwice(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:35524:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BtcUtils_getHash160_RunTwice(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:35581:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getRawCopy(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:36908:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getHash256(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:37457:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_SecureBinaryData_getHash160(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:37511:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECMultiplyScalars(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:41895:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECMultiplyPoint(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:41985:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECAddPoints(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:42087:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_ECInverse(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:42165:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_CryptoECDSA_computeLowS(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:42227:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_ScrAddrObj_getScrAddr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:44221:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_ScrAddrObj_getAddrHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:44275:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getThisHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:45986:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getPrevHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:46040:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getMerkleRoot(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:46094:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockHeader_getDiffBits(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:46148:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BlockDataViewer_getRawHeaderForTxHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:48756:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_LedgerEntryData_getTxHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:50373:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_LedgerEntryData_getScrAddrList(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:50799:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_OutPoint_getTxHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:51432:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_OutPoint_serialize__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:51956:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getDBKey(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:52904:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxRef_getDBKeyOfChild(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:53193:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:54305:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getParentHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:55254:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:55368:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxIn_getSenderScrAddrIfAvail__SWIG_1(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:57305:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getScrAddressStr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:58281:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:58387:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:58909:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_TxOut_getParentHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:59130:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_getThisHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:62058:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:62626:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_serializeWithMetaData(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:62680:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_serializeNoWitness(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:62734:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_Tx_getScrAddrForTxOut(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:63369:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UTXO_getRecipientScrAddr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:66167:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UTXO_getTxHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:66273:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UTXO_getScript(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:66379:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UTXO_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:66702:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_AddressBookEntry_getScrAddr(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:67469:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_AddressBookEntry_getTxHashList(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:67531:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_AddressBookEntry_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:67657:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getAddrTxnCountsFromDB(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:69548:69: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyString_FromStringAndSize(bdobj.getCharPtr(), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getAddrBalancesFromDB(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:69619:69: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyString_FromStringAndSize(bdobj.getCharPtr(), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getNestedSWAddrForIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:69982:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getNestedP2PKAddrForIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:70045:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getP2PKHAddrForIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:70108:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getP2SHScriptForHash(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:70475:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_WalletContainer_getScriptHashVectorForIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71146:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_PythonSigner_getSignedTx(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71642:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_PythonSigner_getSigForInputIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71705:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_PythonSigner_getWitnessDataForInputIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71768:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_PythonSigner_serializeSignedTx(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71883:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_PythonSigner_serializeState(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:71937:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UniversalSigner_getSignedTx(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:73111:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UniversalSigner_getSigForInputIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:73174:88: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)(result->getPtr()), result->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UniversalSigner_getWitnessDataForInputIndex(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:73237:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UniversalSigner_serializeState(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:73352:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_UniversalSigner_serializeSignedTx(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:73521:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_ResolverFeed_Universal_getByVal(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:74483:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_NodeChainState_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:80274:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_NodeStatusStruct_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:81147:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_ConfigFile_fleshOutArgs(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:81614:96: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- PyObject* thisPyObj = PyString_FromStringAndSize((char*)(bdobj.getPtr()), bdobj.getSize());
- ^
- CppBlockUtils_wrap.cxx: In function ‘PyObject* _wrap_BDV_Error_Struct_serialize(PyObject*, PyObject*)’:
- CppBlockUtils_wrap.cxx:82086:94: error: ‘PyString_FromStringAndSize’ was not declared in this scope
- resultobj = PyString_FromStringAndSize((char*)((&result)->getPtr()), (&result)->getSize());
- ^
- make[2]: *** [Makefile:920: libCppBlockUtils_la-CppBlockUtils_wrap.lo] Error 1
- make[2]: Leaving directory '/root/bitcoin/armory_0.96.4_src/cppForSwig'
- make[1]: *** [Makefile:1537: all-recursive] Error 1
- make[1]: Leaving directory '/root/bitcoin/armory_0.96.4_src/cppForSwig'
- make: *** [Makefile:412: all-recursive] Error 1
- localhost ~/bitcoin/armory_0.96.4_src #
-