‘scm_timestamping’ does not name a type
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
I have some problems when build velox, it may be related with folly:
```
../folly/io/async/AsyncSocket.cpp:216:7: error: ‘scm_timestamping’ does not name a type; did you mean ‘SN_ad_timeStamping’?
216 | const scm_timestamping* FOLLY_NULLABLE
| ^~~~~~~~~~~~~~~~
| SN_ad_timeStamping
../folly/io/async/AsyncSocket.cpp: In member function ‘folly::Optional folly::AsyncSocket::ByteEventHelper::processCmsg(const cmsghdr&, size_t)’:
../folly/io/async/AsyncSocket.cpp:506:27: error: ‘cmsgToScmTimestamping’ was not declared in this scope
506 | } else if (auto scmTs = cmsgToScmTimestamping(cmsg)) {
| ^~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
```
so what's wrong with this ? I find someone have this error early too but until now does not have a solution.
Contributor guide
Assessment
This issue has not been assessed yet.