Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

recipe for target 'test/CMakeFiles/storage_test.dir/StorageTest.cpp.o' failedmake failed #49

Open
iamjianliu opened this issue Sep 23, 2017 · 2 comments

Comments

@iamjianliu
Copy link

When i "make" the files i got this error, don't know how to deal with it, anyone who can help me with that?
image

@saxenarohit
Copy link

same issue

@yli3
Copy link

yli3 commented Aug 30, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants