c++ - error MSB6006: "cmd.exe" exited with code 3 -


my error

i have error appearing when trying build c++ project uses qt. if please advise urgent me solve issue. i've checked below link user didn't solution. i'd appreciate if me please.

http://social.msdn.microsoft.com/forums/en-us/msbuild/thread/5b0be7be-1b6e-44c2-91ca-b5a9a55a2c41/

the warnings appearing are:

warning 1

the element 'propertygroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'intdirtrailingslashwarning' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. list of possible elements expected: 'property, allowunsafeblocks, appconfigforcompiler, applicationicon, applicationrevision, applicationversion, appdesignerfolder, aspnetconfiguration, assemblykeycontainername, assemblykeyprovidername, assemblyname, assemblyoriginatorkeyfile, assemblyoriginatorkeyfiletype, assemblyoriginatorkeymode, assemblytype, autorunenabled, baseaddress, bootstrappercomponentslocation, bootstrappercomponentsurl, bootstrapperenabled, characterset, checkforoverflowunderflow, clrsupport, codepage, configuration, configurationname, configurationoverridefile, createdesktopshortcut, createwebpageonpublish, currentsolutionconfigurationcontents, debugsecurityzoneurl, debugsymbols, debugtype, defaultclientscript, defaulthtmlpagelayout, defaulttargetschema, defineconstants, definedebug, definetrace, delaysign, disablelangxtns, disallowurlactivation, codeanalysisadditionaloptions, codeanalysisapplylogfilexsl, codeanalysisconsolexsl, codeanalysisculture, codeanalysisfailonmissingrules, codeanalysisforceoutput, codeanalysisgenerates.... c:\program files\msbuild\microsoft.cpp\v4.0\microsoft.cppcommon.targets 21

and

warning 59

the 'toolarchitecture' attribute not declared. c:\program files\msbuild\microsoft.cpp\v4.0\microsoft.cppcommon.targets 713

this file having error: error file
log file: log file

in build log, files missing, hence build action failed. review these errors:

"\bin\rcc.exe" -name "qtdataacquisition" -no-compress "d:\hussein\kinectqtdataacquisition\kinectqtdataacquisition\qtdataacquisition.qrc" -o .\generatedfiles\qrc_qtdataacquisition.cpp          system cannot find path specified.          moc'ing qtdataacquisition.h...          uic'ing qtdataacquisition.ui...          system cannot find path specified.          moc'ing datacollector.h...          system cannot find path specified.          system cannot find path specified.          rcc'ing qtdataacquisition.qrc...      1>c:\program files\msbuild\microsoft.cpp\v4.0\microsoft.cppcommon.targets(151,5): error msb6006: "cmd.exe" exited code 3. 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -