PCL Web サイトに示されている Point Cloud Library の例 ( http://pointclouds.org/documentation/tutorials/using_pcl_pcl_config.php#using-pcl-pcl-config ) の 1 つを午前中ずっと実行しようとしましたが、まだ実行中です。実行できません!
これが私がしたことです:MSVS 2010(64ビット)用のPoint CloudライブラリPCL 1.6.0オールインワンインストーラーをコンピューターにインストールし、必要なライブラリ(BoostとEigen)をいくつかインストールしました. その後、MS Visual Studio 2010 に必要なすべての依存関係とライブラリ (PLC、ブースト、および固有値) を追加しましたが、まだこれらの迷惑なエラーが発生します。
(Windows用のCMake guiも使用してみましたが、プロジェクトの生成時に多くのエラーが報告されます)
1>PCL.obj : エラー LNK2019: 未解決の外部シンボル "void __cdecl pcl::console::print(enum pcl::console::VERBOSITY_LEVEL,char const *,...)" (?print@console@pcl@@関数 _main で参照される YAXW4VERBOSITY_LEVEL@12@PBDZZ)
1>PCL.obj : エラー LNK2001: 未解決の外部シンボル "public: virtual int __thiscall pcl::PCDReader::readHeader(class std::basic_string,class std::allocator > const &,struct sensor_msgs::PointCloud2 &,class Eigen ::Matrix &,class Eigen::Quaternion &,int &,int &,unsigned int &,int)" (?readHeader@PCDReader@pcl@@UAEHABV?$basic_string@DU?$char_traits@D@std@@V ?$allocator@D@2@@std@@AAUPointCloud2@sensor_msgs@@AAV?$Matrix@M$03$00$0A@$03$00@Eigen@@AAV?$Quaternion@M$0A@@8@AAH4AAIH@Z)
1>PCL.obj : エラー LNK2001: 未解決の外部シンボル "public: virtual int __thiscall pcl::PCDReader::read(class std::basic_string,class std::allocator > const &,struct sensor_msgs::PointCloud2 &,class Eigen ::Matrix &,class Eigen::Quaternion &,int &,int)" (?read@PCDReader@pcl@@UAEHABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2 @@std@@AAUPointCloud2@sensor_msgs@@AAV?$Matrix@M$03$00$0A@$03$00@Eigen@@AAV?$Quaternion@M$0A@@8@AAHH@Z)
どんな助けでも本当にありがたいです。これには何時間もかかり、頭がおかしくなりそうです。
ありがとう!!