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
from /home/john/third-party/proxygen/proxygen/_build/deps/folly/folly/CancellationToken.cpp:17:
/usr/include/glog/logging.h:60:4: error: #error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
60 | # error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
| ^~~~~
In file included from /usr/include/glog/logging.h:63:
Since this seems to be a folly problem first, closing this out. The folly issues mention an AUR patch that can get you past it. If you end up stuck with folly building but proxygen blocked, please reopen or file a new issue.
It seems basically due to this.
facebook/folly#2149, which references the glog commit.
Having said that, my assumption is something in proxygen likely will need to change as well.
The text was updated successfully, but these errors were encountered: