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
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
Part of the test code uses a method that is only defined if Folly is present, and it looks like you are trying to build without it. Edit the lines 64, 78 in StorageTest.cpp such that they now read:
#ifndef NO_FOLLY
auto buf = storage.getIOBuf();
#endif
Then rm -rf build (from the ~/thpp/thpp directory) and run THPP_NOFB=1 ./build.sh again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i "make" the files i got this error, don't know how to deal with it, anyone who can help me with that?
The text was updated successfully, but these errors were encountered: