Advertisement
Guest User

Bitcoin Compile Errors on CentOS Linux

a guest
Aug 13th, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.55 KB | None | 0 0
  1. root@host [~]# git clone http://github.com/bitcoin/bitcoin.git
  2. Cloning into 'bitcoin'...
  3. remote: Counting objects: 27728, done.
  4. remote: Compressing objects: 100% (8430/8430), done.
  5. remote: Total 27728 (delta 21332), reused 25127 (delta 19086)
  6. Receiving objects: 100% (27728/27728), 16.82 MiB | 5.24 MiB/s, done.
  7. Resolving deltas: 100% (21332/21332), done.
  8. root@host [~]# cd bitcoin/src
  9. root@host [~/bitcoin/src]# make -f makefile.unix
  10. Building LevelDB ...
  11. make[1]: Entering directory `/root/bitcoin/src/leveldb'
  12. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o
  13. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/c.cc -o db/c.o
  14. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/dbformat.cc -o db/dbformat.o
  15. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/db_impl.cc -o db/db_impl.o
  16. db/db_impl.cc: In member function ‘virtual bool leveldb::DBImpl::GetProperty(const leveldb::Slice&, std::string*)’:
  17. db/db_impl.cc:1337: warning: comparison between signed and unsigned integer expressions
  18. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/db_iter.cc -o db/db_iter.o
  19. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/filename.cc -o db/filename.o
  20. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/log_reader.cc -o db/log_reader.o
  21. db/log_reader.cc: In member function ‘unsigned int leveldb::log::Reader::ReadPhysicalRecord(leveldb::Slice*)’:
  22. db/log_reader.cc:181: warning: comparison between signed and unsigned integer expressions
  23. db/log_reader.cc:192: warning: comparison between signed and unsigned integer expressions
  24. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/log_writer.cc -o db/log_writer.o
  25. db/log_writer.cc: In member function ‘leveldb::Status leveldb::log::Writer::EmitPhysicalRecord(leveldb::log::RecordType, const char*, size_t)’:
  26. db/log_writer.cc:77: warning: comparison between signed and unsigned integer expressions
  27. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/memtable.cc -o db/memtable.o
  28. db/memtable.cc: In member function ‘void leveldb::MemTable::Add(leveldb::SequenceNumber, leveldb::ValueType, const leveldb::Slice&, const leveldb::Slice&)’:
  29. db/memtable.cc:104: warning: comparison between signed and unsigned integer expressions
  30. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/repair.cc -o db/repair.o
  31. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/table_cache.cc -o db/table_cache.o
  32. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/version_edit.cc -o db/version_edit.o
  33. db/version_edit.cc: In function ‘bool leveldb::GetLevel(leveldb::Slice*, int*)’:
  34. db/version_edit.cc:101: warning: comparison between signed and unsigned integer expressions
  35. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/version_set.cc -o db/version_set.o
  36. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/write_batch.cc -o db/write_batch.o
  37. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/block_builder.cc -o table/block_builder.o
  38. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/block.cc -o table/block.o
  39. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/filter_block.cc -o table/filter_block.o
  40. table/filter_block.cc: In member function ‘bool leveldb::FilterBlockReader::KeyMayMatch(uint64_t, const leveldb::Slice&)’:
  41. table/filter_block.cc:100: warning: comparison between signed and unsigned integer expressions
  42. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/format.cc -o table/format.o
  43. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/iterator.cc -o table/iterator.o
  44. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/merger.cc -o table/merger.o
  45. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/table_builder.cc -o table/table_builder.o
  46. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/table.cc -o table/table.o
  47. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c table/two_level_iterator.cc -o table/two_level_iterator.o
  48. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/arena.cc -o util/arena.o
  49. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/bloom.cc -o util/bloom.o
  50. util/bloom.cc: In member function ‘virtual void leveldb::<unnamed>::BloomFilterPolicy::CreateFilter(const leveldb::Slice*, int, std::string*) const’:
  51. util/bloom.cc:50: warning: comparison between signed and unsigned integer expressions
  52. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/cache.cc -o util/cache.o
  53. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/coding.cc -o util/coding.o
  54. util/coding.cc: In function ‘char* leveldb::EncodeVarint64(char*, uint64_t)’:
  55. util/coding.cc:84: warning: comparison between signed and unsigned integer expressions
  56. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/comparator.cc -o util/comparator.o
  57. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/crc32c.cc -o util/crc32c.o
  58. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env.cc -o util/env.o
  59. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env_posix.cc -o util/env_posix.o
  60. In file included from util/env_posix.cc:29:
  61. ./util/posix_logger.h: In member function ‘virtual void leveldb::PosixLogger::Logv(const char*, char*)’:
  62. ./util/posix_logger.h:86: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  63. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/env_win.cc -o util/env_win.o
  64. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/filter_policy.cc -o util/filter_policy.o
  65. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/hash.cc -o util/hash.o
  66. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/histogram.cc -o util/histogram.o
  67. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/logging.cc -o util/logging.o
  68. util/logging.cc: In function ‘bool leveldb::ConsumeDecimalNumber(leveldb::Slice*, uint64_t*)’:
  69. util/logging.cc:67: warning: comparison between signed and unsigned integer expressions
  70. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/options.cc -o util/options.o
  71. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c util/status.cc -o util/status.o
  72. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c port/port_posix.cc -o port/port_posix.o
  73. rm -f libleveldb.a
  74. 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/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
  75. ar: creating libleveldb.a
  76. g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_CSTDATOMIC_PRESENT -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
  77. rm -f libmemenv.a
  78. ar -rs libmemenv.a helpers/memenv/memenv.o
  79. ar: creating libmemenv.a
  80. make[1]: Leaving directory `/root/bitcoin/src/leveldb'
  81. g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/bitcoin/src -I/root/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/bitcoin/src/leveldb/include -I/root/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
  82. alert.cpp:6:53: warning: boost/algorithm/string/classification.hpp: No such file or directory
  83. alert.cpp:7:46: warning: boost/algorithm/string/replace.hpp: No such file or directory
  84. alert.cpp:8:29: warning: boost/foreach.hpp: No such file or directory
  85. In file included from alert.h:13,
  86. from alert.cpp:11:
  87. util.h:23:29: warning: boost/version.hpp: No such file or directory
  88. util.h:24:28: warning: boost/thread.hpp: No such file or directory
  89. util.h:25:32: warning: boost/filesystem.hpp: No such file or directory
  90. util.h:26:37: warning: boost/filesystem/path.hpp: No such file or directory
  91. util.h:27:57: warning: boost/date_time/gregorian/gregorian_types.hpp: No such file or directory
  92. util.h:28:59: warning: boost/date_time/posix_time/posix_time_types.hpp: No such file or directory
  93. In file included from netbase.h:10,
  94. from util.h:30,
  95. from alert.h:13,
  96. from alert.cpp:11:
  97. serialize.h:17:48: warning: boost/type_traits/is_fundamental.hpp: No such file or directory
  98. serialize.h:18:33: warning: boost/tuple/tuple.hpp: No such file or directory
  99. serialize.h:19:44: warning: boost/tuple/tuple_comparison.hpp: No such file or directory
  100. serialize.h:20:36: warning: boost/tuple/tuple_io.hpp: No such file or directory
  101. In file included from serialize.h:22,
  102. from netbase.h:10,
  103. from util.h:30,
  104. from alert.h:13,
  105. from alert.cpp:11:
  106. allocators.h:10:34: warning: boost/thread/mutex.hpp: No such file or directory
  107. In file included from alert.cpp:13:
  108. net.h:9:27: warning: boost/array.hpp: No such file or directory
  109. net.h:11:37: warning: boost/signals2/signal.hpp: No such file or directory
  110. In file included from addrman.h:10,
  111. from net.h:22,
  112. from alert.cpp:13:
  113. sync.h:9:44: warning: boost/thread/recursive_mutex.hpp: No such file or directory
  114. sync.h:10:34: warning: boost/thread/locks.hpp: No such file or directory
  115. sync.h:11:47: warning: boost/thread/condition_variable.hpp: No such file or directory
  116. In file included from alert.cpp:15:
  117. ui_interface.h:11:41: warning: boost/signals2/last_value.hpp: No such file or directory
  118. In file included from serialize.h:22,
  119. from netbase.h:10,
  120. from util.h:30,
  121. from alert.h:13,
  122. from alert.cpp:11:
  123. allocators.h:111: error: ‘boost’ has not been declared
  124. allocators.h:111: error: ISO C++ forbids declaration of ‘mutex’ with no type
  125. allocators.h:111: error: expected ‘;’ before ‘mutex’
  126. allocators.h: In member function ‘void LockedPageManagerBase<Locker>::LockRange(void*, size_t)’:
  127. allocators.h:59: error: ‘boost’ has not been declared
  128. allocators.h:59: error: expected ‘;’ before ‘lock’
  129. allocators.h: In member function ‘void LockedPageManagerBase<Locker>::UnlockRange(void*, size_t)’:
  130. allocators.h:82: error: ‘boost’ has not been declared
  131. allocators.h:82: error: expected ‘;’ before ‘lock’
  132. allocators.h: In member function ‘int LockedPageManagerBase<Locker>::GetLockedPageCount()’:
  133. allocators.h:105: error: ‘boost’ has not been declared
  134. allocators.h:105: error: expected ‘;’ before ‘lock’
  135. In file included from netbase.h:10,
  136. from util.h:30,
  137. from alert.h:13,
  138. from alert.cpp:11:
  139. serialize.h: In function ‘uint64 ReadCompactSize(Stream&)’:
  140. serialize.h:233: error: incomplete type ‘std::ios_base’ used in nested name specifier
  141. In file included from netbase.h:10,
  142. from util.h:30,
  143. from alert.h:13,
  144. from alert.cpp:11:
  145. serialize.h: At global scope:
  146. serialize.h:375: error: ISO C++ forbids declaration of ‘boost’ with no type
  147. serialize.h:375: error: expected ‘,’ or ‘...’ before ‘::’ token
  148. serialize.h:376: error: ISO C++ forbids declaration of ‘boost’ with no type
  149. serialize.h:376: error: expected ‘,’ or ‘...’ before ‘::’ token
  150. serialize.h:378: error: ISO C++ forbids declaration of ‘boost’ with no type
  151. serialize.h:378: error: expected ‘,’ or ‘...’ before ‘::’ token
  152. serialize.h:379: error: ISO C++ forbids declaration of ‘boost’ with no type
  153. serialize.h:379: error: expected ‘,’ or ‘...’ before ‘::’ token
  154. serialize.h:381: error: ISO C++ forbids declaration of ‘boost’ with no type
  155. serialize.h:381: error: expected ‘,’ or ‘...’ before ‘::’ token
  156. serialize.h:382: error: ISO C++ forbids declaration of ‘boost’ with no type
  157. serialize.h:382: error: expected ‘,’ or ‘...’ before ‘::’ token
  158. serialize.h:396: error: ISO C++ forbids declaration of ‘boost’ with no type
  159. serialize.h:396: error: expected ‘,’ or ‘...’ before ‘::’ token
  160. serialize.h:397: error: ISO C++ forbids declaration of ‘boost’ with no type
  161. serialize.h:397: error: expected ‘,’ or ‘...’ before ‘::’ token
  162. serialize.h:398: error: ‘boost’ has not been declared
  163. serialize.h:398: error: expected ‘,’ or ‘...’ before ‘<’ token
  164. serialize.h:401: error: ISO C++ forbids declaration of ‘boost’ with no type
  165. serialize.h:401: error: expected ‘,’ or ‘...’ before ‘::’ token
  166. serialize.h:402: error: ISO C++ forbids declaration of ‘boost’ with no type
  167. serialize.h:402: error: expected ‘,’ or ‘...’ before ‘::’ token
  168. serialize.h:403: error: ‘boost’ has not been declared
  169. serialize.h:403: error: expected ‘,’ or ‘...’ before ‘<’ token
  170. serialize.h:479: error: ISO C++ forbids declaration of ‘boost’ with no type
  171. serialize.h:479: error: expected ‘,’ or ‘...’ before ‘::’ token
  172. serialize.h:485: error: ISO C++ forbids declaration of ‘boost’ with no type
  173. serialize.h:485: error: expected ‘,’ or ‘...’ before ‘::’ token
  174. serialize.h:485: error: redefinition of ‘template<class T, class A> unsigned int GetSerializeSize_impl(const std::vector<_Tp, _Alloc>&, int, int, int)’
  175. serialize.h:479: error: ‘template<class T, class A> unsigned int GetSerializeSize_impl(const std::vector<_Tp, _Alloc>&, int, int, int)’ previously declared here
  176. serialize.h: In function ‘unsigned int GetSerializeSize(const std::vector<_Tp, _Alloc>&, int, int)’:
  177. serialize.h:496: error: ‘boost’ has not been declared
  178. serialize.h:496: error: expected primary-expression before ‘>’ token
  179. serialize.h:496: error: expected primary-expression before ‘)’ token
  180. serialize.h: At global scope:
  181. serialize.h:501: error: ISO C++ forbids declaration of ‘boost’ with no type
  182. serialize.h:501: error: expected ‘,’ or ‘...’ before ‘::’ token
  183. serialize.h:509: error: ISO C++ forbids declaration of ‘boost’ with no type
  184. serialize.h:509: error: expected ‘,’ or ‘...’ before ‘::’ token
  185. serialize.h:509: error: redefinition of ‘template<class Stream, class T, class A> void Serialize_impl(Stream&, const std::vector<T, A>&, int, int, int)’
  186. serialize.h:501: error: ‘template<class Stream, class T, class A> void Serialize_impl(Stream&, const std::vector<T, A>&, int, int, int)’ previously declared here
  187. serialize.h: In function ‘void Serialize(Stream&, const std::vector<T, A>&, int, int)’:
  188. serialize.h:519: error: ‘boost’ has not been declared
  189. serialize.h:519: error: expected primary-expression before ‘>’ token
  190. serialize.h:519: error: expected primary-expression before ‘)’ token
  191. serialize.h: At global scope:
  192. serialize.h:524: error: ISO C++ forbids declaration of ‘boost’ with no type
  193. serialize.h:524: error: expected ‘,’ or ‘...’ before ‘::’ token
  194. serialize.h:540: error: ISO C++ forbids declaration of ‘boost’ with no type
  195. serialize.h:540: error: expected ‘,’ or ‘...’ before ‘::’ token
  196. serialize.h:540: error: redefinition of ‘template<class Stream, class T, class A> void Unserialize_impl(Stream&, std::vector<T, A>&, int, int, int)’
  197. serialize.h:524: error: ‘template<class Stream, class T, class A> void Unserialize_impl(Stream&, std::vector<T, A>&, int, int, int)’ previously declared here
  198. serialize.h: In function ‘void Unserialize(Stream&, std::vector<T, A>&, int, int)’:
  199. serialize.h:560: error: ‘boost’ has not been declared
  200. serialize.h:560: error: expected primary-expression before ‘>’ token
  201. serialize.h:560: error: expected primary-expression before ‘)’ token
  202. serialize.h: At global scope:
  203. serialize.h:616: error: ISO C++ forbids declaration of ‘boost’ with no type
  204. serialize.h:616: error: expected ‘,’ or ‘...’ before ‘::’ token
  205. serialize.h: In function ‘unsigned int GetSerializeSize(int)’:
  206. serialize.h:619: error: ‘boost’ is not a class or namespace
  207. serialize.h:619: error: ‘item’ was not declared in this scope
  208. serialize.h:619: error: ‘nType’ was not declared in this scope
  209. serialize.h:619: error: ‘nVersion’ was not declared in this scope
  210. serialize.h:620: error: ‘boost’ is not a class or namespace
  211. serialize.h:621: error: ‘boost’ is not a class or namespace
  212. serialize.h: At global scope:
  213. serialize.h:626: error: ISO C++ forbids declaration of ‘boost’ with no type
  214. serialize.h:626: error: expected ‘,’ or ‘...’ before ‘::’ token
  215. serialize.h: In function ‘void Serialize(Stream&, int)’:
  216. serialize.h:628: error: ‘boost’ is not a class or namespace
  217. serialize.h:628: error: ‘item’ was not declared in this scope
  218. serialize.h:628: error: ‘nType’ was not declared in this scope
  219. serialize.h:628: error: ‘nVersion’ was not declared in this scope
  220. serialize.h:629: error: ‘boost’ is not a class or namespace
  221. serialize.h:630: error: ‘boost’ is not a class or namespace
  222. serialize.h: At global scope:
  223. serialize.h:634: error: ‘boost’ has not been declared
  224. serialize.h:634: error: expected ‘,’ or ‘...’ before ‘<’ token
  225. serialize.h: In function ‘void Unserialize(Stream&, int)’:
  226. serialize.h:636: error: ‘boost’ has not been declared
  227. serialize.h:636: error: ‘item’ was not declared in this scope
  228. serialize.h:636: error: ‘nType’ was not declared in this scope
  229. serialize.h:636: error: ‘nVersion’ was not declared in this scope
  230. serialize.h:637: error: ‘boost’ has not been declared
  231. serialize.h:638: error: ‘boost’ has not been declared
  232. serialize.h: At global scope:
  233. serialize.h:647: error: ISO C++ forbids declaration of ‘boost’ with no type
  234. serialize.h:647: error: expected ‘,’ or ‘...’ before ‘::’ token
  235. serialize.h: In function ‘unsigned int GetSerializeSize(int)’:
  236. serialize.h:650: error: ‘boost’ is not a class or namespace
  237. serialize.h:650: error: ‘item’ was not declared in this scope
  238. serialize.h:650: error: ‘nType’ was not declared in this scope
  239. serialize.h:650: error: ‘nVersion’ was not declared in this scope
  240. serialize.h:651: error: ‘boost’ is not a class or namespace
  241. serialize.h:652: error: ‘boost’ is not a class or namespace
  242. serialize.h:653: error: ‘boost’ is not a class or namespace
  243. serialize.h: At global scope:
  244. serialize.h:658: error: ISO C++ forbids declaration of ‘boost’ with no type
  245. serialize.h:658: error: expected ‘,’ or ‘...’ before ‘::’ token
  246. serialize.h: In function ‘void Serialize(Stream&, int)’:
  247. serialize.h:660: error: ‘boost’ is not a class or namespace
  248. serialize.h:660: error: ‘item’ was not declared in this scope
  249. serialize.h:660: error: ‘nType’ was not declared in this scope
  250. serialize.h:660: error: ‘nVersion’ was not declared in this scope
  251. serialize.h:661: error: ‘boost’ is not a class or namespace
  252. serialize.h:662: error: ‘boost’ is not a class or namespace
  253. serialize.h:663: error: ‘boost’ is not a class or namespace
  254. serialize.h: At global scope:
  255. serialize.h:667: error: ‘boost’ has not been declared
  256. serialize.h:667: error: expected ‘,’ or ‘...’ before ‘<’ token
  257. serialize.h: In function ‘void Unserialize(Stream&, int)’:
  258. serialize.h:669: error: ‘boost’ has not been declared
  259. serialize.h:669: error: ‘item’ was not declared in this scope
  260. serialize.h:669: error: ‘nType’ was not declared in this scope
  261. serialize.h:669: error: ‘nVersion’ was not declared in this scope
  262. serialize.h:670: error: ‘boost’ has not been declared
  263. serialize.h:671: error: ‘boost’ has not been declared
  264. serialize.h:672: error: ‘boost’ has not been declared
  265. serialize.h: In member function ‘void CDataStream::Init(int, int)’:
  266. serialize.h:859: error: incomplete type ‘std::ios’ used in nested name specifier
  267. serialize.h:859: error: incomplete type ‘std::ios’ used in nested name specifier
  268. serialize.h: In member function ‘void CDataStream::setstate(short int, const char*)’:
  269. serialize.h:999: error: incomplete type ‘std::ios_base’ used in nested name specifier
  270. serialize.h: In member function ‘bool CDataStream::fail() const’:
  271. serialize.h:1003: error: incomplete type ‘std::ios’ used in nested name specifier
  272. serialize.h:1003: error: incomplete type ‘std::ios’ used in nested name specifier
  273. serialize.h: In member function ‘CDataStream& CDataStream::read(char*, int)’:
  274. serialize.h:1027: error: incomplete type ‘std::ios’ used in nested name specifier
  275. serialize.h: In member function ‘CDataStream& CDataStream::ignore(int)’:
  276. serialize.h:1050: error: incomplete type ‘std::ios’ used in nested name specifier
  277. serialize.h: In constructor ‘CAutoFile::CAutoFile(FILE*, int, int)’:
  278. serialize.h:1137: error: incomplete type ‘std::ios’ used in nested name specifier
  279. serialize.h:1137: error: incomplete type ‘std::ios’ used in nested name specifier
  280. serialize.h: In member function ‘void CAutoFile::setstate(short int, const char*)’:
  281. serialize.h:1168: error: incomplete type ‘std::ios_base’ used in nested name specifier
  282. serialize.h: In member function ‘bool CAutoFile::fail() const’:
  283. serialize.h:1171: error: incomplete type ‘std::ios’ used in nested name specifier
  284. serialize.h:1171: error: incomplete type ‘std::ios’ used in nested name specifier
  285. serialize.h: In member function ‘CAutoFile& CAutoFile::read(char*, size_t)’:
  286. serialize.h:1187: error: incomplete type ‘std::ios_base’ used in nested name specifier
  287. serialize.h:1189: error: incomplete type ‘std::ios’ used in nested name specifier
  288. serialize.h: In member function ‘CAutoFile& CAutoFile::write(const char*, size_t)’:
  289. serialize.h:1196: error: incomplete type ‘std::ios_base’ used in nested name specifier
  290. serialize.h:1198: error: incomplete type ‘std::ios’ used in nested name specifier
  291. serialize.h: In member function ‘CAutoFile& CAutoFile::operator<<(const T&)’:
  292. serialize.h:1214: error: incomplete type ‘std::ios_base’ used in nested name specifier
  293. serialize.h: In member function ‘CAutoFile& CAutoFile::operator>>(T&)’:
  294. serialize.h:1224: error: incomplete type ‘std::ios_base’ used in nested name specifier
  295. serialize.h: In member function ‘void CBufferedFile::setstate(short int, const char*)’:
  296. serialize.h:1250: error: incomplete type ‘std::ios_base’ used in nested name specifier
  297. serialize.h: In member function ‘bool CBufferedFile::Fill()’:
  298. serialize.h:1264: error: incomplete type ‘std::ios_base’ used in nested name specifier
  299. serialize.h: In constructor ‘CBufferedFile::CBufferedFile(FILE*, uint64, uint64, int, int)’:
  300. serialize.h:1278: error: incomplete type ‘std::ios_base’ used in nested name specifier
  301. serialize.h:1278: error: incomplete type ‘std::ios_base’ used in nested name specifier
  302. serialize.h: In member function ‘CBufferedFile& CBufferedFile::read(char*, size_t)’:
  303. serialize.h:1294: error: incomplete type ‘std::ios_base’ used in nested name specifier
  304. serialize.h:1296: error: incomplete type ‘std::ios_base’ used in nested name specifier
  305. In file included from alert.h:13,
  306. from alert.cpp:11:
  307. util.h: In function ‘void MilliSleep(int64)’:
  308. util.h:114: error: ‘boost’ has not been declared
  309. util.h:114: error: ‘boost’ has not been declared
  310. util.h: At global scope:
  311. util.h:205: error: ‘boost’ has not been declared
  312. util.h:205: error: ‘boost’ has not been declared
  313. util.h:205: error: initializer expression list treated as compound expression
  314. util.h:206: error: ‘boost’ has not been declared
  315. util.h:206: error: expected constructor, destructor, or type conversion before ‘GetDefaultDataDir’
  316. util.h:207: error: ‘boost’ has not been declared
  317. util.h:207: error: expected initializer before ‘&’ token
  318. util.h:208: error: ‘boost’ has not been declared
  319. util.h:208: error: expected constructor, destructor, or type conversion before ‘GetConfigFile’
  320. util.h:209: error: ‘boost’ has not been declared
  321. util.h:209: error: expected constructor, destructor, or type conversion before ‘GetPidFile’
  322. util.h:211: error: ISO C++ forbids declaration of ‘boost’ with no type
  323. util.h:211: error: expected ‘,’ or ‘...’ before ‘::’ token
  324. In file included from alert.h:13,
  325. from alert.cpp:11:
  326. util.h:217: error: ‘boost’ has not been declared
  327. util.h:217: error: expected constructor, destructor, or type conversion before ‘GetTempPath’
  328. util.h: In function ‘int64 GetTimeMillis()’:
  329. util.h:338: error: ‘boost’ has not been declared
  330. util.h:338: error: ‘boost’ has not been declared
  331. util.h:339: error: ‘boost’ has not been declared
  332. util.h:339: error: ‘boost’ has not been declared
  333. util.h: In function ‘int64 GetTimeMicros()’:
  334. util.h:344: error: ‘boost’ has not been declared
  335. util.h:344: error: ‘boost’ has not been declared
  336. util.h:345: error: ‘boost’ has not been declared
  337. util.h:345: error: ‘boost’ has not been declared
  338. util.h: In function ‘void LoopForever(const char*, Callable, int64)’:
  339. util.h:548: error: expected type-specifier before ‘boost’
  340. util.h:548: error: expected ‘)’ before ‘::’ token
  341. util.h:548: error: expected ‘{’ before ‘::’ token
  342. util.h:548: error: ‘::thread_interrupted’ has not been declared
  343. util.h:548: error: expected ‘;’ before ‘)’ token
  344. util.h:553: error: expected primary-expression before ‘catch’
  345. util.h:553: error: expected ‘;’ before ‘catch’
  346. util.h:556: error: expected primary-expression before ‘catch’
  347. util.h:556: error: expected ‘;’ before ‘catch’
  348. util.h: In function ‘void TraceThread(const char*, Callable)’:
  349. util.h:571: error: expected type-specifier before ‘boost’
  350. util.h:571: error: expected ‘)’ before ‘::’ token
  351. util.h:571: error: expected ‘{’ before ‘::’ token
  352. util.h:571: error: ‘::thread_interrupted’ has not been declared
  353. util.h:571: error: expected ‘;’ before ‘)’ token
  354. util.h:576: error: expected primary-expression before ‘catch’
  355. util.h:576: error: expected ‘;’ before ‘catch’
  356. util.h:579: error: expected primary-expression before ‘catch’
  357. util.h:579: error: expected ‘;’ before ‘catch’
  358. In file included from addrman.h:10,
  359. from net.h:22,
  360. from alert.cpp:13:
  361. sync.h: At global scope:
  362. sync.h:80: error: ‘boost’ was not declared in this scope
  363. sync.h:80: error: template argument 1 is invalid
  364. sync.h:80: error: invalid type in declaration before ‘;’ token
  365. sync.h:83: error: ‘boost’ was not declared in this scope
  366. sync.h:83: error: template argument 1 is invalid
  367. sync.h:83: error: invalid type in declaration before ‘;’ token
  368. sync.h:102: error: ‘boost’ has not been declared
  369. sync.h:102: error: ISO C++ forbids declaration of ‘unique_lock’ with no type
  370. sync.h:102: error: expected ‘;’ before ‘<’ token
  371. sync.h: In member function ‘void CMutexLock<Mutex>::Enter(const char*, const char*, int)’:
  372. sync.h:106: error: ‘lock’ was not declared in this scope
  373. sync.h: In member function ‘bool CMutexLock<Mutex>::TryEnter(const char*, const char*, int)’:
  374. sync.h:120: error: ‘lock’ was not declared in this scope
  375. sync.h: In constructor ‘CMutexLock<Mutex>::CMutexLock(Mutex&, const char*, const char*, int, bool)’:
  376. sync.h:128: error: class ‘CMutexLock<Mutex>’ does not have any field named ‘lock’
  377. sync.h:128: error: ‘boost’ has not been declared
  378. In file included from addrman.h:10,
  379. from net.h:22,
  380. from alert.cpp:13:
  381. sync.h: In destructor ‘CMutexLock<Mutex>::~CMutexLock()’:
  382. sync.h:138: error: ‘lock’ was not declared in this scope
  383. sync.h: In member function ‘CMutexLock<Mutex>::operator bool()’:
  384. sync.h:144: error: ‘lock’ was not declared in this scope
  385. sync.h: At global scope:
  386. sync.h:169: error: ‘boost’ has not been declared
  387. sync.h:169: error: ISO C++ forbids declaration of ‘condition_variable’ with no type
  388. sync.h:169: error: expected ‘;’ before ‘condition’
  389. sync.h:170: error: ‘boost’ has not been declared
  390. sync.h:170: error: ISO C++ forbids declaration of ‘mutex’ with no type
  391. sync.h:170: error: expected ‘;’ before ‘mutex’
  392. sync.h: In member function ‘void CSemaphore::wait()’:
  393. sync.h:177: error: ‘boost’ has not been declared
  394. sync.h:177: error: ‘boost’ has not been declared
  395. sync.h:177: error: ‘mutex’ was not declared in this scope
  396. sync.h:177: error: ‘lock’ was not declared in this scope
  397. sync.h:179: error: ‘condition’ was not declared in this scope
  398. sync.h: In member function ‘bool CSemaphore::try_wait()’:
  399. sync.h:185: error: ‘boost’ has not been declared
  400. sync.h:185: error: ‘boost’ has not been declared
  401. sync.h:185: error: ‘mutex’ was not declared in this scope
  402. sync.h:185: error: ‘lock’ was not declared in this scope
  403. sync.h: In member function ‘void CSemaphore::post()’:
  404. sync.h:194: error: ‘boost’ has not been declared
  405. sync.h:194: error: ‘boost’ has not been declared
  406. sync.h:194: error: ‘mutex’ was not declared in this scope
  407. sync.h:194: error: ‘lock’ was not declared in this scope
  408. sync.h:197: error: ‘condition’ was not declared in this scope
  409. In file included from alert.cpp:13:
  410. net.h: At global scope:
  411. net.h:48: error: variable or field ‘StartNode’ declared void
  412. net.h:48: error: ‘boost’ has not been declared
  413. net.h:48: error: ‘threadGroup’ was not declared in this scope
  414. net.h:55: error: ‘boost’ has not been declared
  415. net.h:55: error: ISO C++ forbids declaration of ‘signal’ with no type
  416. net.h:55: error: expected ‘;’ before ‘<’ token
  417. net.h:56: error: ‘boost’ has not been declared
  418. net.h:56: error: ISO C++ forbids declaration of ‘signal’ with no type
  419. net.h:56: error: expected ‘;’ before ‘<’ token
  420. In file included from alert.cpp:13:
  421. net.h: In member function ‘unsigned int CNode::GetTotalRecvSize()’:
  422. net.h:304: error: expected primary-expression before ‘const’
  423. net.h:304: error: ‘BOOST_FOREACH’ was not declared in this scope
  424. net.h:305: error: expected ‘;’ before ‘total’
  425. net.h: In member function ‘void CNode::SetRecvVersion(int)’:
  426. net.h:316: error: expected primary-expression before ‘&’ token
  427. net.h:316: error: ‘msg’ was not declared in this scope
  428. net.h:316: error: ‘BOOST_FOREACH’ was not declared in this scope
  429. net.h:317: error: expected ‘;’ before ‘msg’
  430. net.h: In member function ‘void CNode::BeginMessage(const char*)’:
  431. net.h:399: error: request for member ‘lock’ in ‘((CNode*)this)->CNode::cs_vSend’, which is of non-class type ‘CCriticalSection’
  432. net.h: In member function ‘void CNode::AbortMessage()’:
  433. net.h:411: error: request for member ‘unlock’ in ‘((CNode*)this)->CNode::cs_vSend’, which is of non-class type ‘CCriticalSection’
  434. net.h: In member function ‘void CNode::EndMessage()’:
  435. net.h:453: error: request for member ‘unlock’ in ‘((CNode*)this)->CNode::cs_vSend’, which is of non-class type ‘CCriticalSection’
  436. In file included from alert.cpp:15:
  437. ui_interface.h: At global scope:
  438. ui_interface.h:71: error: ‘boost’ has not been declared
  439. ui_interface.h:71: error: ISO C++ forbids declaration of ‘signal’ with no type
  440. ui_interface.h:71: error: expected ‘;’ before ‘<’ token
  441. In file included from alert.cpp:15:
  442. ui_interface.h:74: error: ‘boost’ has not been declared
  443. ui_interface.h:74: error: ISO C++ forbids declaration of ‘signal’ with no type
  444. ui_interface.h:74: error: expected ‘;’ before ‘<’ token
  445. ui_interface.h:77: error: ‘boost’ has not been declared
  446. ui_interface.h:77: error: ISO C++ forbids declaration of ‘signal’ with no type
  447. ui_interface.h:77: error: expected ‘;’ before ‘<’ token
  448. ui_interface.h:80: error: ‘boost’ has not been declared
  449. ui_interface.h:80: error: ISO C++ forbids declaration of ‘signal’ with no type
  450. ui_interface.h:80: error: expected ‘;’ before ‘<’ token
  451. ui_interface.h:83: error: ‘boost’ has not been declared
  452. ui_interface.h:83: error: ISO C++ forbids declaration of ‘signal’ with no type
  453. ui_interface.h:83: error: expected ‘;’ before ‘<’ token
  454. ui_interface.h:86: error: ‘boost’ has not been declared
  455. ui_interface.h:86: error: ISO C++ forbids declaration of ‘signal’ with no type
  456. ui_interface.h:86: error: expected ‘;’ before ‘<’ token
  457. ui_interface.h:89: error: ‘boost’ has not been declared
  458. ui_interface.h:89: error: ISO C++ forbids declaration of ‘signal’ with no type
  459. ui_interface.h:89: error: expected ‘;’ before ‘<’ token
  460. ui_interface.h:95: error: ‘boost’ has not been declared
  461. ui_interface.h:95: error: ISO C++ forbids declaration of ‘signal’ with no type
  462. ui_interface.h:95: error: expected ‘;’ before ‘<’ token
  463. ui_interface.h: In function ‘std::string _(const char*)’:
  464. ui_interface.h:106: error: ‘boost’ has not been declared
  465. ui_interface.h:106: error: expected primary-expression before ‘>’ token
  466. ui_interface.h:106: error: ‘rv’ was not declared in this scope
  467. ui_interface.h:106: error: ‘class CClientUIInterface’ has no member named ‘Translate’
  468. alert.cpp: In member function ‘std::string CUnsignedAlert::ToString() const’:
  469. alert.cpp:43: error: expected primary-expression before ‘int’
  470. alert.cpp:43: error: ‘BOOST_FOREACH’ was not declared in this scope
  471. alert.cpp:44: error: expected ‘;’ before ‘strSetCancel’
  472. alert.cpp:46: error: expected primary-expression before ‘str’
  473. alert.cpp:47: error: expected ‘;’ before ‘strSetSubVer’
  474. alert.cpp: In member function ‘bool CAlert::ProcessAlert(bool)’:
  475. alert.cpp:204: error: ‘class CClientUIInterface’ has no member named ‘NotifyAlertChanged’
  476. alert.cpp:210: error: ‘class CClientUIInterface’ has no member named ‘NotifyAlertChanged’
  477. alert.cpp:218: error: expected primary-expression before ‘&’ token
  478. alert.cpp:218: error: ‘item’ was not declared in this scope
  479. alert.cpp:218: error: ‘BOOST_FOREACH’ was not declared in this scope
  480. alert.cpp:219: error: expected ‘;’ before ‘{’ token
  481. alert.cpp:263: error: expected ‘}’ at end of input
  482. alert.cpp:263: error: expected ‘}’ at end of input
  483. make: *** [obj/alert.o] Error 1
  484. root@host [~/bitcoin/src]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement