diff options
| author | Gavin Andresen <[email protected]> | 2013-05-09 09:56:58 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-05-09 17:08:38 -0400 |
| commit | 4332be71a2b15315ddc299e2f3695054df30eb95 (patch) | |
| tree | 5ac3a1678d688d3c364f3de1f54088180176ecae /src/script.cpp | |
| parent | Merge pull request #2410 from gmaxwell/salvageharder (diff) | |
| download | discoin-4332be71a2b15315ddc299e2f3695054df30eb95.tar.xz discoin-4332be71a2b15315ddc299e2f3695054df30eb95.zip | |
Link with boost_chrono library on OSX
Compiling on my OSX 10.6 build machine, I get:
Undefined symbols:
"boost::chrono::steady_clock::now()", referenced from:
boost::cv_status boost::condition_variable::wait_for<long long, boost::ratio<1ll, 1000000000ll> >(boost::unique_lock<boost::mutex>&, boost::chrono::duration<long long, boost::ratio<1ll, 1000000000ll> > const&)in bitcoinrpc.o
Linking against the boost_chrono fixes the issue.
Windows builds already link against boost_chrono; Linux doesn't, but compiles (on pull-tester / gitian, at least).
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions