Error building wallet from source on mac

banga

New member
The steps I did (I already had QT5, XCode and XCode command line tools installed):

1. Clone repo

2. Install dependencies:
Code:
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf libevent qt


3. Trying to build:
Code:
./autogen.sh
 ./configure
make

I'm getting this error and for a few days cannot figure out what to do to fix it:
Code:
Undefined symbols for architecture x86_64:
  "boost::this_thread::hiden::sleep_for(timespec const&)", referenced from:
      MilliSleep(long long) in libbitcoin_util.a(libbitcoin_util_a-utiltime.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dashd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

I have boost 1.65.1 installed.

Has anyone else had this problem?
 
Back
Top