Openpose: Problems with compilation by the VS2015

Created on 20 Jun 2018  ·  7Comments  ·  Source: CMU-Perceptual-Computing-Lab/openpose

When I opened the OpenPose.sln and compiled openpose after the Cmake,I found these problems:
1、C2039 "accumulate": Not a member of "std"
2、Error LNK1181 Unable to open input file "....\src\openpose\Release\openpose.lib"
(I was so confused with that and surf the Internet ,but there is no answer)

butypo fixeadded in newer versions

All 7 comments

I found the accumulate whose header file is in numeric,but when I add header file numeric ,there are other problems:
1、 C2612 Illegal suffixes in the list of base/member initializers“'template<'”
2、C1004 Unexpected end of file found
3、"extern template" canont class "op::SubThreadQueueIn>>, std::shared_ptr>>>>, op::Queue>>, std::queue>>, std::deque>>, std::allocator>>>>>>>" openpose e:\projectgithub\openpose-master\include\openpose\thread\subThreadQueueIn.hpp

Is anyone else having this issue?

Yes, same issue here. Is VS also giving a project out of date warning before compiling?

interesting. i will take a look today

I also encounter same issue in VS2015 and win10.
Opened the OpenPose.sln and compiled openpose after the Cmake.

Error LNK1181 Unable to open input file "....\src\openpose\Release\openpose.lib"

So the older version compiles no problem, so the problem is with the new code

Hi all (@shaikster101 @crrobert427427 @zjzhengyin ). This issue has been solved in the latest version (at least on my Win10-VS2015 PC), after I fixed the std::accumulate issue.

If it still fail to your, please, post the whole output/error log, including which lines are crashing. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ran2207 picture ran2207  ·  3Comments

jerry7767 picture jerry7767  ·  3Comments

ieyer picture ieyer  ·  5Comments

zhixuanli picture zhixuanli  ·  3Comments

azuic picture azuic  ·  4Comments