proxygen fails to build when a newer glog package is installed
jmccl opened this issue · 1 comments
jmccl commented
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:
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.
afrind commented
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.