happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 650 forks source link

Linking Error While upgrading boost from 61 to 67 #286

Open FlourishingLN opened 6 years ago

FlourishingLN commented 6 years ago

Hi ALL, Today I want to upgrade boost Library to 1_67, and built libraries of boost 1_67 , copied them into folder boost\lib64-msvc-14.0\ , and built the solutions. therer are many link errors, all are that libs of 1_61 are not found, such as libboost_filesystem-vc140-mt-1_61.lib. I think that it is configuration problem that it is not changed 1_61 as 1_67. Could you tell me how to change the configure it?

Thanks a lot. link

gehaocool commented 5 years ago

did you replace the include files?

FlourishingLN commented 5 years ago

Yes. Replaced the include files. And libboost_filesystem-vc140-mt-1_61.lib still is required.

gehaocool commented 5 years ago

I think you need to check the build configuration, maybe the old version head files got included from some other place. Or you change the Debug configuration but build the Release version?