Build fails > txdb.cpp:20:10: fatal error: boost/thread/interruption.hpp: No such file or directory #384

Closed
opened 2020-04-18 03:12:33 +02:00 by ma7555 · 3 comments
ma7555 commented 2020-04-18 03:12:33 +02:00 (Migrated from github.com)
txdb.cpp:20:10: fatal error: boost/thread/interruption.hpp: No such file or directory
 #include <boost/thread/interruption.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:7128: recipe for target 'libbitcoin_server_a-txdb.o' failed

How to fix?

``` txdb.cpp:20:10: fatal error: boost/thread/interruption.hpp: No such file or directory #include <boost/thread/interruption.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:7128: recipe for target 'libbitcoin_server_a-txdb.o' failed ``` How to fix?
tzarebczan commented 2020-04-18 03:29:48 +02:00 (Migrated from github.com)

Sorry to hear about the trouble. Which is are you on? Have you followed https://github.com/lbryio/lbrycrd/blob/v19_master/README.md#running-from-source

Probably easier to run the latest binary: https://github.com/lbryio/lbrycrd/releases/tag/v0.17.3.2

If building from source, this is the last release tag: https://github.com/lbryio/lbrycrd/tree/v0.17.3.2

Sorry to hear about the trouble. Which is are you on? Have you followed https://github.com/lbryio/lbrycrd/blob/v19_master/README.md#running-from-source Probably easier to run the latest binary: https://github.com/lbryio/lbrycrd/releases/tag/v0.17.3.2 If building from source, this is the last release tag: https://github.com/lbryio/lbrycrd/tree/v0.17.3.2
BrannonKing commented 2020-04-18 18:55:57 +02:00 (Migrated from github.com)

The boost thread library is required. You can use build.sh to automatically download it or install a not-too-old version of boost-dev on your local system.

The boost thread library is required. You can use build.sh to automatically download it or install a not-too-old version of boost-dev on your local system.
ma7555 commented 2020-04-18 19:56:31 +02:00 (Migrated from github.com)

okay, thanks will install it.

okay, thanks will install it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#384
No description provided.