Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zipkin-ccp build error in centos 7 with folly #20

Open
sandakith opened this issue Feb 10, 2021 · 0 comments
Open

zipkin-ccp build error in centos 7 with folly #20

sandakith opened this issue Feb 10, 2021 · 0 comments

Comments

@sandakith
Copy link

sandakith commented Feb 10, 2021

We are trying to build zipkin-cpp in centos7 and we have overcome most of the build errors but we are now running into this with folly external package you have linked with cmake :
our steps are
mkdir build && cd build
cmake ...
make

In file included from ./../folly/String.h:33:0, from ./../folly/Format.h:27, from detail/CacheLocality.cpp:28: ./../folly/FBVector.h: In lambda function: ./../folly/FBVector.h:1432:49: error: parameter packs not expanded with '...': M_construct(start, std::forward<Args>(args)...); ^ ./../folly/FBVector.h:1432:49: note: 'args'

Let us know if anyone encountered this before or any suggestions to resolve this -- Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant