私は明らかなものを見ることができないようです。自分のプロジェクトで Boost ライブラリの機能を使用したかったのですが、突然これらの素晴らしいエラーが発生することがわかっています。
CXX 実行可能ファイルのリンク ATFOR CMakeFiles/ATFOR.dir/stdafx.cc.o: 関数
__static_initialization_and_destruction_0(int, int)': stdafx.cc:(.text+0x3c): undefined reference to
boost::system::generic_category() で stdafx.cc:(.text+0x48):boost::system::generic_category()' stdafx.cc:(.text+0x54): undefined reference to
boost::system::system_category への未定義参照( )' CMakeFiles/ATFOR.dir/Main.cc.o: 関数__static_initialization_and_destruction_0(int, int)': Main.cc:(.text+0x29d): undefined reference to
boost::system::generic_category()' Main.cc:(.text+0x2a9):boost::system::generic_category()' Main.cc:(.text+0x2b5): undefined reference to
boost::system::system_category() への未定義の参照' collect2: エラー: ld が 1 つの終了ステータスを返しました
ここに、私の CMakeLists.txt、ヘッダー、およびメインがあります。
とにかく、私はこれまでにそのようなエラーが発生したことはありません.今のところアイデアが残っていないので、ここで何が間違っているかについての提案/解決策を本当に感謝しています. 事前にThx。