|
lentyna
|
 |
November 30, 2017, 12:24:01 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work?
|
|
|
|
|
Snippa
Newbie
Offline
Activity: 27
Merit: 0
|
 |
November 30, 2017, 01:27:54 AM |
|
DASH has been added to BlockEater Mining Pool. 0.5% fees Based in US East ccminer -a x11 -o stratum+tcp://blockeater(.)tk:3533 -u YOUR_WALLET_ADDRESS -p c=DASH Be sure to remove the brackets from the url. Any questions, comments, or concerns may be directed to us on Discord @ https://discord.gg/tMVVkrk
|
|
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
November 30, 2017, 02:29:57 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.md
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
|
shenxirrwya1582
|
 |
November 30, 2017, 02:53:49 AM |
|
After Bitcoin pump to $11,000 and soon Dump 9,600. Dash going crazy and pump up 36%. It's over $600 to the moon. Are you guys going to replace bitcoin?!
|
|
|
|
|
|
lentyna
|
 |
November 30, 2017, 03:16:26 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.mdI did, I followed that file you posted above.
|
|
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
November 30, 2017, 04:23:06 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.mdI did, I followed that file you posted above. Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread? e.g. for me it's a bunch of lines one of which is "/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib" which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation.
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
|
lentyna
|
 |
November 30, 2017, 04:39:58 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.mdI did, I followed that file you posted above. Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread? e.g. for me it's a bunch of lines one of which is "/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib" which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation. I have the same: brew list boost /usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files) /usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib /usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
|
|
|
|
|
qwizzie
Legendary
Offline
Activity: 2548
Merit: 1245
|
 |
November 30, 2017, 05:33:43 AM |
|
After Bitcoin pump to $11,000 and soon Dump 9,600. Dash going crazy and pump up 36%. It's over $600 to the moon. Are you guys going to replace bitcoin?!
oh darn, they found out about our secret master plan 
|
Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
November 30, 2017, 06:04:11 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.mdI did, I followed that file you posted above. Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread? e.g. for me it's a bunch of lines one of which is "/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib" which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation. I have the same: brew list boost /usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files) /usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib /usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
Ok, this looks good. What about "./configure" output? Should have these lines: checking for boostlib >= 1.20.0... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Program_Options library is available... yes checking for exit in -lboost_program_options-mt... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread-mt... yes checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono-mt... yes checking whether the Boost::Unit_Test_Framework library is available... yes checking for dynamic linked boost test... yes
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
|
lentyna
|
 |
November 30, 2017, 06:25:21 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? Have you installed all the dependencies? https://github.com/dashpay/dash/blob/master/doc/build-osx.mdI did, I followed that file you posted above. Hmm... What "brew list boost" shows you? Which version of boost is installed and does it have boost/tread? e.g. for me it's a bunch of lines one of which is "/usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib" which means that I have boost 1.65.1 installed and boost/thread lib is indeed a part of that installation. I have the same: brew list boost /usr/local/Cellar/boost/1.65.1/include/boost/ (12547 files) /usr/local/Cellar/boost/1.65.1/lib/libboost_atomic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_chrono.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_container.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_context-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_coroutine.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_date_time.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_filesystem.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_graph.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_iostreams.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_locale-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_log_setup.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_c99l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1f.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_math_tr1l.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_prg_exec_monitor.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_program_options.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_random.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_regex.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_serialization.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_signals.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_addr2line.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_basic.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_stacktrace_noop.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_system.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_thread-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_timer.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_type_erasure.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_unit_test_framework.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wave-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization-mt.dylib /usr/local/Cellar/boost/1.65.1/lib/libboost_wserialization.dylib /usr/local/Cellar/boost/1.65.1/lib/ (67 other files)
Ok, this looks good. What about "./configure" output? Should have these lines: checking for boostlib >= 1.20.0... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Program_Options library is available... yes checking for exit in -lboost_program_options-mt... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread-mt... yes checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono-mt... yes checking whether the Boost::Unit_Test_Framework library is available... yes checking for dynamic linked boost test... yes
Same as yours: checking for boostlib >= 1.20.0... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Program_Options library is available... yes checking for exit in -lboost_program_options-mt... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread-mt... yes checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono-mt... yes checking whether the Boost::Unit_Test_Framework library is available... yes checking for dynamic linked boost test... yes checking for mismatched boost c++11 scoped enums... ok
|
|
|
|
|
|
lemoon789
|
 |
November 30, 2017, 06:40:08 AM |
|
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?
|
|
|
|
|
Mangled Blue
Member

Offline
Activity: 64
Merit: 500
|
 |
November 30, 2017, 06:42:32 AM |
|
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?
DASH does not divide - It conquers
|
|
|
|
|
qwizzie
Legendary
Offline
Activity: 2548
Merit: 1245
|
 |
November 30, 2017, 07:11:44 AM Last edit: November 30, 2017, 07:35:24 AM by qwizzie |
|
|
Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
 |
November 30, 2017, 07:49:30 AM |
|
I'm trying to build DASH on Mac and getting "not found for architecture x86_64" error when I run make. I pulled DASH repository from git and ran: ./autogen.sh ./configure make
Error: 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
Does anybody know what should I do in order for it to work? ... EDIT: all libs seems to be in place but still no luck.... It's weird then... Try reinstalling boost from scratch and then building it again (but first cleaning all that mess before making new build) brew uninstall --force boost brew install boost ./configure make clean make
EDIT: removed over-quoting
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
110110101
Legendary
Offline
Activity: 1381
Merit: 1002
|
 |
November 30, 2017, 07:52:42 AM Last edit: November 30, 2017, 08:31:37 AM by 110110101 |
|
Currently, the bifurcation of the currency market is so hot, DASH plans for bifurcating activities?
Dash doesn't need to fork left and right as it has a solid and functioning governance system unlike the Big BTC that must fork to make larger or more fundamental changes to the code base, eg block sizes, add other features etc. With Dash it is the masternode operators who cast their votes and the community reaches consensus on how to proceed forward. The decision to adopt 2 MB blocks was done in about a day for Dash. Bitcoin never came to an agreement on how to proceed, but instead splitt up in a handful of Bitcoin Gold, Bitcoin Cash, Bitcoin $whatever..... Dash stands stronger together and solves its differences among its stake holders with monthly proposals and voting. A very valid quote from Mangled Blue: ..
DASH does not divide - It conquers
Dash marches on and focuses forward instead of internal sandbox bickering.
|
|
|
|
|
|
|
solowhizkid
Sr. Member
  
Offline
Activity: 494
Merit: 252
Warning: ICEBreaker on this Forum is a troll!
|
 |
November 30, 2017, 08:45:47 AM |
|
|
|
|
|
|
MasterMined710
Legendary
Offline
Activity: 1183
Merit: 1000
|
 |
November 30, 2017, 09:07:09 AM |
|
Dash Force MVP Contest Winners November: Reddit Edition Once again we will be honoring community members who have been instrumental in helping Dash on Reddit. They spend many hours posting high value comments, fighting trolls and helping new and old community members alike. For that reason we have dedicated the November MVP to them.
Without further ado, this month’s winners are…
solarguy2003
goto1415
Jmmon
FranktBunny
Fount4inhead
Congratulations to all the winners, you will each receive .5 Dash!
With the rise in the Dash price it looks like I will need to lower the MVP prize yet again, these guys have spent countless hours supporting Dash and earned every Duff though. Next month it will be lowered to .25 Dash. The meetup pricing will also need to be adjusted next month. These are good problems to have! 
|
|
|
|
|
|
Lock$mith
Member

Offline
Activity: 308
Merit: 11
|
 |
November 30, 2017, 12:26:22 PM |
|
Privacy coins all the way!
|
|
|
|
|
|