Skip to content

Instantly share code, notes, and snippets.

@Sjors

Sjors/make.log Secret

Last active July 25, 2019 09:00
Show Gist options
  • Save Sjors/2b39b5f70016b059170f65ee87f56dfb to your computer and use it in GitHub Desktop.
Save Sjors/2b39b5f70016b059170f65ee87f56dfb to your computer and use it in GitHub Desktop.
pr-16382
$ make
Building native_protobuf...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc
In file included from google/protobuf/compiler/main.cc:33:
In file included from ./google/protobuf/compiler/command_line_interface.h:41:
./google/protobuf/stubs/common.h:38:10: fatal error: 'assert.h' file not found
#include <assert.h>
^~~~~~~~~~
1 error generated.
make[1]: *** [google/protobuf/compiler/main.o] Error 1
make: *** [/Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.7.0/native_protobuf/2.6.1-7267c240c1b/./.stamp_built] Error 2
EzmjP43G:depends sjors$ open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
EzmjP43G:depends sjors$ make
Building native_protobuf...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc
/bin/sh ../libtool --tag=CXX --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_gcc.cc
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -o google/protobuf/stubs/atomicops_internals_x86_gcc.o
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:47:9: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:61:13: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:68:10: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:146:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here
int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:73:10: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32Barrier(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here
int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:77:3: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_thread_fence() from <atomic> instead [-Wdeprecated-declarations]
OSMemoryBarrier();
^
/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here
void OSMemoryBarrier( void );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:85:9: warning: 'OSAtomicCompareAndSwap32Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32Barrier(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:518:9: note: 'OSAtomicCompareAndSwap32Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32Barrier( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:138:9: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:152:13: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:159:10: warning: 'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64(increment, reinterpret_cast<volatile int64_t*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:231:9: note: 'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:164:10: warning: 'OSAtomicAdd64Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64Barrier(increment,
^
/usr/include/libkern/OSAtomicDeprecated.h:247:9: note: 'OSAtomicAdd64Barrier' has been explicitly marked deprecated here
int64_t OSAtomicAdd64Barrier( int64_t __theAmount,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_gcc.cc:36:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:173:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64Barrier(
^
/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue,
^
11 warnings generated.
/bin/sh ../libtool --tag=CXX --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.cc
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -o google/protobuf/stubs/atomicops_internals_x86_msvc.o
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:47:9: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:61:13: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:68:10: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:146:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here
int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:73:10: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32Barrier(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here
int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:77:3: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_thread_fence() from <atomic> instead [-Wdeprecated-declarations]
OSMemoryBarrier();
^
/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here
void OSMemoryBarrier( void );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:85:9: warning: 'OSAtomicCompareAndSwap32Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32Barrier(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:518:9: note: 'OSAtomicCompareAndSwap32Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32Barrier( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:138:9: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:152:13: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:159:10: warning: 'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64(increment, reinterpret_cast<volatile int64_t*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:231:9: note: 'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:164:10: warning: 'OSAtomicAdd64Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64Barrier(increment,
^
/usr/include/libkern/OSAtomicDeprecated.h:247:9: note: 'OSAtomicAdd64Barrier' has been explicitly marked deprecated here
int64_t OSAtomicAdd64Barrier( int64_t __theAmount,
^
In file included from google/protobuf/stubs/atomicops_internals_x86_msvc.cc:37:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:173:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64Barrier(
^
/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue,
^
11 warnings generated.
/bin/sh ../libtool --tag=CXX --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c -o google/protobuf/stubs/common.lo google/protobuf/stubs/common.cc
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/native/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -c google/protobuf/stubs/common.cc -o google/protobuf/stubs/common.o
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:47:9: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:61:13: warning: 'OSAtomicCompareAndSwap32' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap32(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:502:9: note: 'OSAtomicCompareAndSwap32' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:68:10: warning: 'OSAtomicAdd32' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:146:9: note: 'OSAtomicAdd32' has been explicitly marked deprecated here
int32_t OSAtomicAdd32( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:73:10: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd32Barrier(increment, const_cast<Atomic32*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here
int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:77:3: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_thread_fence() from <atomic> instead [-Wdeprecated-declarations]
OSMemoryBarrier();
^
/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here
void OSMemoryBarrier( void );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:85:9: warning: 'OSAtomicCompareAndSwap32Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap32Barrier(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:518:9: note: 'OSAtomicCompareAndSwap32Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap32Barrier( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue );
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:138:9: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:152:13: warning: 'OSAtomicCompareAndSwap64' is deprecated: first deprecated in
macOS 10.12 - Use std::atomic_compare_exchange_strong_explicit(std::memory_order_relaxed) from <atomic> instead
[-Wdeprecated-declarations]
} while (!OSAtomicCompareAndSwap64(old_value, new_value,
^
/usr/include/libkern/OSAtomicDeprecated.h:628:9: note: 'OSAtomicCompareAndSwap64' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue,
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:159:10: warning: 'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 -
Use std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64(increment, reinterpret_cast<volatile int64_t*>(ptr));
^
/usr/include/libkern/OSAtomicDeprecated.h:231:9: note: 'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:164:10: warning: 'OSAtomicAdd64Barrier' is deprecated: first deprecated in macOS
10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
return OSAtomicAdd64Barrier(increment,
^
/usr/include/libkern/OSAtomicDeprecated.h:247:9: note: 'OSAtomicAdd64Barrier' has been explicitly marked deprecated here
int64_t OSAtomicAdd64Barrier( int64_t __theAmount,
^
In file included from google/protobuf/stubs/common.cc:34:
In file included from ./google/protobuf/stubs/once.h:81:
In file included from ./google/protobuf/stubs/atomicops.h:184:
./google/protobuf/stubs/atomicops_internals_macosx.h:173:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated
in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
if (OSAtomicCompareAndSwap64Barrier(
^
/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue,
^
google/protobuf/stubs/common.cc:48:2: error: "No suitable threading library available."
#error "No suitable threading library available."
^
11 warnings and 1 error generated.
make[1]: *** [google/protobuf/stubs/common.lo] Error 1
make: *** [/Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.7.0/native_protobuf/2.6.1-7267c240c1b/./.stamp_built] Error 2
This file has been truncated, but you can view the full file.
CXX qt/libbitcoinqt_a-bitcoinaddressvalidator.o
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
CXX qt/libbitcoinqt_a-bitcoinamountfield.o
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
CXX qt/libbitcoinqt_a-bitcoingui.o
CXX qt/libbitcoinqt_a-bitcoinunits.o
CXX qt/libbitcoinqt_a-clientmodel.o
CXX qt/libbitcoinqt_a-csvmodelwriter.o
CXX qt/libbitcoinqt_a-guiutil.o
CXX qt/libbitcoinqt_a-intro.o
CXX qt/libbitcoinqt_a-modaloverlay.o
CXX qt/libbitcoinqt_a-networkstyle.o
CXX qt/libbitcoinqt_a-notificator.o
CXX qt/libbitcoinqt_a-optionsdialog.o
CXX qt/libbitcoinqt_a-optionsmodel.o
CXX qt/libbitcoinqt_a-peertablemodel.o
CXX qt/libbitcoinqt_a-platformstyle.o
CXX qt/libbitcoinqt_a-qvalidatedlineedit.o
CXX qt/libbitcoinqt_a-qvaluecombobox.o
CXX qt/libbitcoinqt_a-rpcconsole.o
CXX qt/libbitcoinqt_a-splashscreen.o
CXX qt/libbitcoinqt_a-trafficgraphwidget.o
CXX qt/libbitcoinqt_a-utilitydialog.o
CXX qt/libbitcoinqt_a-addressbookpage.o
CXX qt/libbitcoinqt_a-addresstablemodel.o
CXX qt/libbitcoinqt_a-askpassphrasedialog.o
CXX qt/libbitcoinqt_a-coincontroldialog.o
CXX qt/libbitcoinqt_a-coincontroltreewidget.o
CXX qt/libbitcoinqt_a-editaddressdialog.o
CXX qt/libbitcoinqt_a-openuridialog.o
CXX qt/libbitcoinqt_a-overviewpage.o
CXX qt/libbitcoinqt_a-paymentserver.o
CXX qt/libbitcoinqt_a-qrimagewidget.o
CXX qt/libbitcoinqt_a-receivecoinsdialog.o
CXX qt/libbitcoinqt_a-receiverequestdialog.o
CXX qt/libbitcoinqt_a-recentrequeststablemodel.o
CXX qt/libbitcoinqt_a-sendcoinsdialog.o
CXX qt/libbitcoinqt_a-sendcoinsentry.o
CXX qt/libbitcoinqt_a-signverifymessagedialog.o
CXX qt/libbitcoinqt_a-transactiondesc.o
CXX qt/libbitcoinqt_a-transactiondescdialog.o
CXX qt/libbitcoinqt_a-transactionfilterproxy.o
CXX qt/libbitcoinqt_a-transactionrecord.o
CXX qt/libbitcoinqt_a-transactiontablemodel.o
CXX qt/libbitcoinqt_a-transactionview.o
CXX qt/libbitcoinqt_a-walletcontroller.o
CXX qt/libbitcoinqt_a-walletframe.o
CXX qt/libbitcoinqt_a-walletmodel.o
CXX qt/libbitcoinqt_a-walletmodeltransaction.o
CXX qt/libbitcoinqt_a-walletview.o
OBJCXX qt/libbitcoinqt_a-macdockiconhandler.o
OBJCXX qt/libbitcoinqt_a-macnotificationhandler.o
OBJCXX qt/libbitcoinqt_a-macos_appnap.o
CXX qt/libbitcoinqt_a-moc_addressbookpage.o
CXX qt/libbitcoinqt_a-moc_addresstablemodel.o
CXX qt/libbitcoinqt_a-moc_askpassphrasedialog.o
CXX qt/libbitcoinqt_a-moc_bantablemodel.o
CXX qt/libbitcoinqt_a-moc_bitcoinaddressvalidator.o
CXX qt/libbitcoinqt_a-moc_bitcoinamountfield.o
CXX qt/libbitcoinqt_a-moc_bitcoin.o
CXX qt/libbitcoinqt_a-moc_bitcoingui.o
CXX qt/libbitcoinqt_a-moc_bitcoinunits.o
CXX qt/libbitcoinqt_a-moc_clientmodel.o
CXX qt/libbitcoinqt_a-moc_coincontroldialog.o
CXX qt/libbitcoinqt_a-moc_coincontroltreewidget.o
CXX qt/libbitcoinqt_a-moc_csvmodelwriter.o
CXX qt/libbitcoinqt_a-moc_editaddressdialog.o
CXX qt/libbitcoinqt_a-moc_guiutil.o
CXX qt/libbitcoinqt_a-moc_intro.o
CXX qt/libbitcoinqt_a-moc_macdockiconhandler.o
CXX qt/libbitcoinqt_a-moc_macnotificationhandler.o
CXX qt/libbitcoinqt_a-moc_modaloverlay.o
CXX qt/libbitcoinqt_a-moc_notificator.o
CXX qt/libbitcoinqt_a-moc_openuridialog.o
CXX qt/libbitcoinqt_a-moc_optionsdialog.o
CXX qt/libbitcoinqt_a-moc_optionsmodel.o
CXX qt/libbitcoinqt_a-moc_overviewpage.o
CXX qt/libbitcoinqt_a-moc_peertablemodel.o
CXX qt/libbitcoinqt_a-moc_paymentserver.o
CXX qt/libbitcoinqt_a-moc_qrimagewidget.o
CXX qt/libbitcoinqt_a-moc_qvalidatedlineedit.o
CXX qt/libbitcoinqt_a-moc_qvaluecombobox.o
CXX qt/libbitcoinqt_a-moc_receivecoinsdialog.o
CXX qt/libbitcoinqt_a-moc_receiverequestdialog.o
CXX qt/libbitcoinqt_a-moc_recentrequeststablemodel.o
CXX qt/libbitcoinqt_a-moc_rpcconsole.o
CXX qt/libbitcoinqt_a-moc_sendcoinsdialog.o
CXX qt/libbitcoinqt_a-moc_sendcoinsentry.o
CXX qt/libbitcoinqt_a-moc_signverifymessagedialog.o
CXX qt/libbitcoinqt_a-moc_splashscreen.o
CXX qt/libbitcoinqt_a-moc_trafficgraphwidget.o
CXX qt/libbitcoinqt_a-moc_transactiondesc.o
CXX qt/libbitcoinqt_a-moc_transactiondescdialog.o
CXX qt/libbitcoinqt_a-moc_transactionfilterproxy.o
CXX qt/libbitcoinqt_a-moc_transactiontablemodel.o
CXX qt/libbitcoinqt_a-moc_transactionview.o
CXX qt/libbitcoinqt_a-moc_utilitydialog.o
CXX qt/libbitcoinqt_a-moc_walletcontroller.o
CXX qt/libbitcoinqt_a-moc_walletframe.o
CXX qt/libbitcoinqt_a-moc_walletmodel.o
CXX qt/libbitcoinqt_a-moc_walletview.o
CXX qt/libbitcoinqt_a-qrc_bitcoin.o
CXX qt/libbitcoinqt_a-qrc_bitcoin_locale.o
CXXLD bitcoind
CXXLD bitcoin-wallet
CXXLD bench/bench_bitcoin
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::fail(int, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(unique_path.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-load.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::lock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>::rethrow() const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::mutex::mutex()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::condition_variable()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.5' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.6' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::system::detail::system_error_category::default_error_condition(int) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::canonical(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::symlink_status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::read_symlink(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::current_path(boost::system::error_code*)::local::getcwd_error(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::error(int, boost::filesystem::path const&, boost::system::error_code*, char const*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '(anonymous namespace)::remove_file_or_directory(boost::filesystem::path const&, boost::filesystem::file_type, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::remove_all(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_entry::m_get_symlink_status(boost::system::error_code*) const' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::dir_itr_close(void*&, void*&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::push_directory(boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&, boost::system::error_code&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '__GLOBAL__sub_I_operations.cpp' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'guard variable for boost::system::system_category()::system_category_instance' from file 'libbitcoin_wallet.a(libbitcoin_wallet_a-walletutil.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep' from file 'bench/bench_bitcoin-bench.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'guard variable for boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'boost::unique_lock<boost::mutex>::unlock()' from file '/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.7.0/lib/libboost_thread-mt-x64.a(thread.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'bench/bench_bitcoin-checkqueue.o' means the weak symbol cannot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment