换电脑了,pcl的环境要重新配置一下,采用vs2010 64位机,编译出现的第一个情况是libboost_thread-vc100-mt-gd-1_51.lib(thread.obj) : error LNK2019: ... "public: static class boost::chrono::time_point<class boost::chrono::system_clock,class boost::chrono::duration<__int64,class boost::ratio<1,10000000> > > _cdecl boost::chrono::system_clock::now(void)" (?now@system_clock@chrono@boost@SA?AV?$time_point@Vsystem_clock@chrono@boost@V?$duration@_JV?$ratio@$00$0JIJGIA@boost@23@23@XZ) in function "public: bool __thiscall boost::thread::try_join_until(class boost::chrono::time_point<class boost::chrono::system_clock,class boost::chrono::duration<_int64,class boost::ratio<1,1000000000> > > const &)" (?try_join_until@thread@boost@QAE_NABV?$time_point@Vsystem_clock@chrono@boost@V?$duration@_JV?$ratio@$00$0DLJKMKAA@boost@23@chrono@2@@Z)

 

这个解决办法是修改PCLConfig.cmake.in跟pcl_find_boost.cmake

具体参考http://dev.pointclouds.org/issues/741

修改参考http://dev.pointclouds.org/attachments/961?type=sbs

 

 

 

相关文章:

  • 2021-08-31
  • 2021-12-02
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-06-16
  • 2021-05-02
猜你喜欢
  • 2021-04-24
  • 2022-12-23
  • 2021-07-09
  • 2021-08-26
  • 2022-01-27
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案