- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 3.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
We also need your build log when the error pops up during the building process. Thanks!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
i encounter the same problem
the error informatin:
1>------ Build started: Project: ConferenceSampleQt, Configuration: Debug Win32 ------
1> Moc'ing conferencesampleqt.h...
1> 系统找不到指定的路径。
1> Uic'ing conferencesampleqt.ui...
1> 系统找不到指定的路径。
1> Moc'ing VideoWidget.h...
1> 系统找不到指定的路径。
1> Moc'ing EditDialog.h...
1> 系统找不到指定的路径。
1> Moc'ing listdialog.h...
1> 系统找不到指定的路径。
1> Rcc'ing conferencesampleqt.qrc...
1> 系统找不到指定的路径。
1> Uic'ing EditDialog.ui...
1> 系统找不到指定的路径。
1> Uic'ing listdialog.ui...
1> 系统找不到指定的路径。
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 3.
environment: win7 64bit/vs2013
i think something wrong about charater set, any advice ?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Do not know what exactly the VS setting on your side. Please make sure the path and character set are correct.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
As mentioned in samples\conference\ConferenceSampleQt\README.md file, Windows sample app compilation and running requires QT environment. Please double check whether it's setup correctly.
