You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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::AsyncTransport::ByteEvent> 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.
The text was updated successfully, but these errors were encountered:
I have some problems when build velox, it may be related with folly:
so what's wrong with this ? I find someone have this error early too but until now does not have a solution.
The text was updated successfully, but these errors were encountered: