bitemyapp / bitemyapp/flightcrew
"Threading support unavaliable" on newer GCC versions
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
flightcrew/src/BoostParts/boost/config/requires_threads.hpp:29:4: error: #error
"Threading support unavaliable: it has been explicitly disabled with
BOOST_DISABLE_THREADS"
Fix with this:
https://svn.boost.org/trac/boost/attachment/ticket/6165/libstdcpp3.hpp.patch
```
Original issue reported on code.google.com by `seeg...@gmail.com` on 2 Oct 2014 at 12:45
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in flightcrew/src/BoostParts/boost/config/requires_threads.hpp at the reported error and compare the bundled configuration with the linked libstdcpp3.hpp.patch. Apply the compatibility change, then verify that the newer GCC build no longer reports threading support as explicitly disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100