2016-09-06 20 views
-1

私は多くの類似した解決策を見つけていなかった、ここでは、そのためのソリューションを提供してください、私はGoogleで検索しました、VS2012でプロジェクトをビルドすると、次のエラーを取得していますが、エラーコードスニペットです -プロジェクトのビルド中にエラーが発生しましたか?

 MOCing D:\giit\release_17\RTTBorrow\rttBorrowWindow.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttListView.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
     MOCing D:\giit\release_17\RTTBorrow\rttpassworddialog.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttpassworddialogimpl.h 
      'moc.exe' is not recognized as an internal or external command, 
      operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttTextEdit.h 
     'moc.exe' is not recognized as an internal or external command, 
      operable program or batch file. 
     C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code 9009. 
Thanks !!! 
+0

あなたが建設するプロジェクトは何ですか?その問題を再現するための詳細な手順を提供します。 –

+0

@strainビルドのためにmoc.exeのパスを指定することで問題が解決しました。 – Gaurav

+0

答えとしてマークすることができます。 –

答えて

1

あなたが構築しようとしているプロジェクトとグーグルの "giit"が意味のある結果を出していないと言っていないので、私は一般的な提案をしています。

moc.exeはQtビルドシステムの一部ですので、インストールしてみてください。そのウェブサイトはhttp://qt.io

+0

解決策を提供してくれてありがとう – Gaurav

+1

答えとしてマークすることができます。 –

関連する問題