CMakeのbuildのエラー解決
初質問です。拙い説明で申し訳ありませんが
よろしくおねがいします。
現在Structure From Motionを学習しており、以下の方の記事を参考にして実装を行っていましたが
https://qiita.com/fujin/items/d816a7e9b8c2577a7e37
・ビルドの部分のmakeのコマンドの際に
[ 81%]Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_describe_and_match_GUI
の後に
/usr/bin/ld: CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/openMVG_sample_describe_and_match_GUI_autogen/mocs_compilation.cpp.o:(.data.rel.ro._ZTVN18features_pair_demo10MainWindowE[_ZTVN18features_pair_demo10MainWindowE]+0x1a0): undefined reference to `QWidget::inputMethodQuery(Qt::InputMethodQuery) const'
上記のような表示を大量に残しその後、以下のエラーが発生しました。
発生している問題・エラーメッセージ
make[2]:***[openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/build.make:145: Linux-x86_64-RELEASE/openMVG_sample_describe_and_match_GUI] Error 1
make[1]: *** [CMakeFiles/Makefile2:3624: openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
試したこと
メッセージよりフォローリンクを辿りましたが何が問題であるのかわかりませんでした。
make[2]のフォローリンクopenMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/build.make:145
より
cd /home/user/openMVG_Build/openMVG_Samples/describe_and_match_GUI && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/link.txt --verbose=$(VERBOSE)
make[1]のフォローリンク MakeFiles/Makefile2:3624
より
$(MAKE) -f openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/build.make openMVG_Samples/describe_and_match_GUI/CMakeFiles/openMVG_sample_describe_and_match_GUI.dir/buil
環境
Ubuntu 20.04 LTS \n \l
cmake version 3.16.
回答1件
あなたの回答
tips
プレビュー