Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Windows compile error MSB6006

Jin_L_
Beginner
661 Views

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 3.

 

0 Kudos
6 Replies
Chunbo_H_Intel1
Employee
661 Views

What are you building?

0 Kudos
Jin_L_
Beginner
661 Views

ConferenceSampleQt.vcxproj

 

0 Kudos
Chunbo_H_Intel1
Employee
661 Views

We also need your build log when the error pops up during the building process. Thanks!

0 Kudos
hua_c_
Beginner
661 Views

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 ?

0 Kudos
Chunbo_H_Intel1
Employee
661 Views

Do not know what exactly the VS setting on your side. Please make sure the path and character set are correct.

0 Kudos
Lei_Z_Intel1
Employee
661 Views

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. 

0 Kudos
Reply