zipkin-cpp icon indicating copy to clipboard operation
zipkin-cpp copied to clipboard

zipkin-ccp build error in centos 7 with folly

Open sandakith opened this issue 4 years ago • 0 comments

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

sandakith avatar Feb 10 '21 17:02 sandakith