microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 811 forks source link

MSB6002 The command-line for the "Clang" task is too long #358

Closed jiaolianxin closed 8 years ago

jiaolianxin commented 8 years ago

Severity Code Description Project File Line Suppression State Warning MSB6002 The command-line for the "Clang" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "Clang" into multiple calls with fewer parameters per call. Accusation (Accusation\Accusation) E:\winobjc\msvc\sbclang.targets 274

asimonov-msft commented 8 years ago

@jiaolianxin Please find the clang.command.1.tlog file, located somewhere in the project directory (e.g. WOCCatalog\WOCCatalog.vsimporter\WOCCatalog-WinStore10\Debug\WOCCatalog.tlog) and paste the long command here.

jiaolianxin commented 8 years ago

@asimonov-msft Here is the content of the log file, as follow: ^E:\WINOBJC\MSVC\CONSUMERUNTIMECOMPONENT.CPP /c /I"E:\TBAPP\IOSAPP\TBCLIENT\TBCLIENT\TBCLIENT.VSIMPORTER\TBCLIENT-WINSTORE10\" /I"GENERATED FILES\" /IDEBUG\ /IE:\WINOBJC\MSVC..\INCLUDE\VCINCLUDE /Zi /ZW /ZW:nostdlib /nologo /W3 /WX- /sdl /O2 /Oi /Oy- /D _UNICODE /D UNICODE /D WINAPI_FAMILY=WINAPI_FAMILY_APP /D __WRL_NO_DEFAULT_LIB__ /Gm- /EHsc /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"DEBUG\" /Fd"DEBUG\VC140.PDB" /Gd /TP /wd4453 /wd28204 /FU"D:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\VC\LIB\STORE\REFERENCES\PLATFORM.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.APPLICATIONMODEL.CALLS.CALLSVOIPCONTRACT\1.0.0.0\WINDOWS.APPLICATIONMODEL.CALLS.CALLSVOIPCONTRACT.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.DEVICES.PRINTERS.PRINTERSCONTRACT\1.0.0.0\WINDOWS.DEVICES.PRINTERS.PRINTERSCONTRACT.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.FOUNDATION.FOUNDATIONCONTRACT\1.0.0.0\WINDOWS.FOUNDATION.FOUNDATIONCONTRACT.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.FOUNDATION.UNIVERSALAPICONTRACT\2.0.0.0\WINDOWS.FOUNDATION.UNIVERSALAPICONTRACT.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.GRAPHICS.PRINTING3D.PRINTING3DCONTRACT\2.0.0.0\WINDOWS.GRAPHICS.PRINTING3D.PRINTING3DCONTRACT.WINMD" /FU"C:\PROGRAM FILES (X86)\WINDOWS KITS\10\REFERENCES\WINDOWS.NETWORKING.CONNECTIVITY.WWANCONTRACT\1.0.0.0\WINDOWS.NETWORKING.CONNECTIVITY.WWANCONTRACT.WINMD" /FU"E:\WINOBJC\MSVC..\LIB\UNIVERSAL WINDOWS\X86\XAMLCOMPOSITORCS.WINMD" /analyze- -D_WOC_APP E:\WINOBJC\MSVC\CONSUMERUNTIMECOMPONENT.CPP

asimonov-msft commented 8 years ago

@jiaolianxin Unfortunately, what you pasted is the contents of CL.command.1.tlog. Please paste the contents of clang.command.1.tlog which should be located in the same tlog directory.

jiaolianxin commented 8 years ago

@asimonov-msft Here is the content of the clang.command.1.tlog , as follow:

^E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m -cc1 -internal-isystem "E:\winobjc\msvc..\include\WOCStdLib" -include WOCStdlib.h -cc1 -triple i686-pc-windows-msvc -internal-isystem "E:\winobjc\msvc\LLVM-3.6.0\lib\clang\3.7.0\include" -emit-obj -disable-free -main-file-name TBCPPChuDianImageItem.m -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -fmath-errno -masm-verbose -mconstructor-aliases -target-cpu pentium4 -fdiagnostics-format msvc -fno-caret-diagnostics -dwarf-column-info -coverage-file "E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m" -resource-dir "E:\winobjc\msvc\LLVM-3.6.0\lib\clang\3.7.0" -fdebug-compilation-dir "E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonItem" -ferror-limit 19 -mstackrealign -fms-extensions -fms-compatibility -fms-compatibility-version=19.00 -fdelayed-template-parsing -fobjc-runtime=objfw -fobjc-dispatch-method=non-legacy -fdiagnostics-show-option -D_HAS_EXCEPTIONS=0 -DWINOBJC -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WINSOCK_DEPRECATED_NO_WARNINGS -o "E:\tbapp\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_30F71474.obj" -Werror=return-type -fconst-strings -fconstant-string-class CFConstantString -fblocks -include StubIncludes.h -I"E:\winobjc\msvc..\deps\prebuilt\include" -I"E:\winobjc\msvc..\include\Platform\Universal Windows" "E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m" -iquote"Debug\TBClient-project.hmap" -D_DEBUG -D_MT -D_DLL --dependent-lib=msvcrtd --dependent-lib=oldnames -O0 -mrelax-all -g -fexceptions -fobjc-exceptions -fcxx-exceptions -internal-isystem "D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" -internal-isystem "D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\winrt" -internal-isystem "C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6\Include\um" -internal-isystem "E:\winobjc\include" -internal-isystem "E:\winobjc\include\VCInclude" -I"E:\tbapp\iosapp\TBClient\TBClient\sbuild\Debug-iphoneos" -I"E:\tbapp\idp" -I"E:\tbapp\idp.svn" -I"E:\tbapp\idp\build" -I"E:\tbapp\idp\IDP" -I"E:\tbapp\idp.svn\pristine" -I"E:\tbapp\idp.svn\tmp" -I"E:\tbapp\idp\build\Debug-iphoneos" -I"E:\tbapp\idp\IDP\IDP" -I"E:\tbapp\idp\IDP\IDP.vsimporter" -I"E:\tbapp\idp\IDP\IDP.xcodeproj" -I"E:\tbapp\idp\IDP\IDPTests" -I"E:\tbapp\idp.svn\pristine\00" -I"E:\tbapp\idp.svn\pristine\01" -I"E:\tbapp\idp.svn\pristine\02" -I"E:\tbapp\idp.svn\pristine\03" -I"E:\tbapp\idp.svn\pristine\04" -I"E:\tbapp\idp.svn\pristine\05" -I"E:\tbapp\idp.svn\pristine\07" -I"E:\tbapp\idp.svn\pristine\0b" -I"E:\tbapp\idp.svn\pristine\0c" -I"E:\tbapp\idp.svn\pristine\0f" -I"E:\tbapp\idp.svn\pristine\11" -I"E:\tbapp\idp.svn\pristine\12" -I"E:\tbapp\idp.svn\pristine\14" -I"E:\tbapp\idp.svn\pristine\16" -I"E:\tbapp\idp.svn\pristine\17" -I"E:\tbapp\idp.svn\pristine\18" -I"E:\tbapp\idp.svn\pristine\19" -I"E:\tbapp\idp.svn\pristine\1b" -I"E:\tbapp\idp.svn\pristine\1c" -I"E:\tbapp\idp.svn\pristine\1e" -I"E:\tbapp\idp.svn\pristine\1f" -I"E:\tbapp\idp.svn\pristine\20" -I"E:\tbapp\idp.svn\pristine\21" -I"E:\tbapp\idp.svn\pristine\22" -I"E:\tbapp\idp.svn\pristine\24" -I"E:\tbapp\idp.svn\pristine\25" -I"E:\tbapp\idp.svn\pristine\26" -I"E:\tbapp\idp.svn\pristine\27" -I"E:\tbapp\idp.svn\pristine\28" -I"E:\tbapp\idp.svn\pristine\2a" -I"E:\tbapp\idp.svn\pristine\2c" -I"E:\tbapp\idp.svn\pristine\2d" -I"E:\tbapp\idp.svn\pristine\2f" -I"E:\tbapp\idp.svn\pristine\30" -I"E:\tbapp\idp.svn\pristine\31" -I"E:\tbapp\idp.svn\pristine\32" -I"E:\tbapp\idp.svn\pristine\33" -I"E:\tbapp\idp.svn\pristine\35" -I"E:\tbapp\idp.svn\pristine\36" -I"E:\tbapp\idp.svn\pristine\37" -I"E:\tbapp\idp.svn\pristine\38" -I"E:\tbapp\idp.svn\pristine\39" -I"E:\tbapp\idp.svn\pristine\3b" -I"E:\tbapp\idp.svn\pristine\3c" -I"E:\tbapp\idp.svn\pristine\3d" -I"E:\tbapp\idp.svn\pristine\3e" -I"E:\tbapp\idp.svn\pristine\40" -I"E:\tbapp\idp.svn\pristine\41" -I"E:\tbapp\idp.svn\pristine\42" -I"E:\tbapp\idp.svn\pristine\43" -I"E:\tbapp\idp.svn\pristine\44" -I"E:\tbapp\idp.svn\pristine\45" -I"E:\tbapp\idp.svn\pristine\47" -I"E:\tbapp\idp.svn\pristine\4b" -I"E:\tbapp\idp.svn\pristine\4c" -I"E:\tbapp\idp.svn\pristine\4d" -I"E:\tbapp\idp.svn\pristine\4e" -I"E:\tbapp\idp.svn\pristine\50" -I"E:\tbapp\idp.svn\pristine\51" -I"E:\tbapp\idp.svn\pristine\52" -I"E:\tbapp\idp.svn\pristine\53" -I"E:\tbapp\idp.svn\pristine\56" -I"E:\tbapp\idp.svn\pristine\59" -I"E:\tbapp\idp.svn\pristine\5a" -I"E:\tbapp\idp.svn\pristine\5e" -I"E:\tbapp\idp.svn\pristine\5f" -I"E:\tbapp\idp.svn\pristine\60" -I"E:\tbapp\idp.svn\pristine\61" -I"E:\tbapp\idp.svn\pristine\62" -I"E:\tbapp\idp.svn\pristine\63" -I"E:\tbapp\idp.svn\pristine\64" -I"E:\tbapp\idp.svn\pristine\65" -I"E:\tbapp\idp.svn\pristine\66" -I"E:\tbapp\idp.svn\pristine\67" -I"E:\tbapp\idp.svn\pristine\70" -I"E:\tbapp\idp.svn\pristine\71" -I"E:\tbapp\idp.svn\pristine\72" -I"E:\tbapp\idp.svn\pristine\73" -I"E:\tbapp\idp.svn\pristine\74" -I"E:\tbapp\idp.svn\pristine\75" -I"E:\tbapp\idp.svn\pristine\76" -I"E:\tbapp\idp.svn\pristine\78" -I"E:\tbapp\idp.svn\pristine\79" -I"E:\tbapp\idp.svn\pristine\7b" -I"E:\tbapp\idp.svn\pristine\7c" -I"E:\tbapp\idp.svn\pristine\7d" -I"E:\tbapp\idp.svn\pristine\7f" -I"E:\tbapp\idp.svn\pristine\82" -I"E:\tbapp\idp.svn\pristine\83" -I"E:\tbapp\idp.svn\pristine\84" -I"E:\tbapp\idp.svn\pristine\85" -I"E:\tbapp\idp.svn\pristine\86" -I"E:\tbapp\idp.svn\pristine\87" -I"E:\tbapp\idp.svn\pristine\88" -I"E:\tbapp\idp.svn\pristine\8a" -I"E:\tbapp\idp.svn\pristine\8b" -I"E:\tbapp\idp.svn\pristine\8c" -I"E:\tbapp\idp.svn\pristine\8e" -I"E:\tbapp\idp.svn\pristine\8f" -I"E:\tbapp\idp.svn\pristine\91" -I"E:\tbapp\idp.svn\pristine\93" -I"E:\tbapp\idp.svn\pristine\94" -I"E:\tbapp\idp.svn\pristine\95" -I"E:\tbapp\idp.svn\pristine\96" -I"E:\tbapp\idp.svn\pristine\99" -I"E:\tbapp\idp.svn\pristine\9a" -I"E:\tbapp\idp.svn\pristine\9b" -I"E:\tbapp\idp.svn\pristine\9d" -I"E:\tbapp\idp.svn\pristine\9e" -I"E:\tbapp\idp.svn\pristine\a2" -I"E:\tbapp\idp.svn\pristine\a3" -I"E:\tbapp\idp.svn\pristine\a5" -I"E:\tbapp\idp.svn\pristine\a6" -I"E:\tbapp\idp.svn\pristine\a7" -I"E:\tbapp\idp.svn\pristine\a8" -I"E:\tbapp\idp.svn\pristine\a9" -I"E:\tbapp\idp.svn\pristine\ab" -I"E:\tbapp\idp.svn\pristine\ac" -I"E:\tbapp\idp.svn\pristine\ad" -I"E:\tbapp\idp.svn\pristine\ae" -I"E:\tbapp\idp.svn\pristine\af" -I"E:\tbapp\idp.svn\pristine\b0" -I"E:\tbapp\idp.svn\pristine\b2" -I"E:\tbapp\idp.svn\pristine\b3" -I"E:\tbapp\idp.svn\pristine\b4" -I"E:\tbapp\idp.svn\pristine\b5" -I"E:\tbapp\idp.svn\pristine\b6" -I"E:\tbapp\idp.svn\pristine\b7" -I"E:\tbapp\idp.svn\pristine\bb" -I"E:\tbapp\idp.svn\pristine\bc" -I"E:\tbapp\idp.svn\pristine\bd" -I"E:\tbapp\idp.svn\pristine\be" -I"E:\tbapp\idp.svn\pristine\bf" -I"E:\tbapp\idp.svn\pristine\c2" -I"E:\tbapp\idp.svn\pristine\c3" -I"E:\tbapp\idp.svn\pristine\c4" -I"E:\tbapp\idp.svn\pristine\c5" -I"E:\tbapp\idp.svn\pristine\c7" -I"E:\tbapp\idp.svn\pristine\c9" -I"E:\tbapp\idp.svn\pristine\cb" -I"E:\tbapp\idp.svn\pristine\cc" -I"E:\tbapp\idp.svn\pristine\cd" -I"E:\tbapp\idp.svn\pristine\ce" -I"E:\tbapp\idp.svn\pristine\cf" -I"E:\tbapp\idp.svn\pristine\d1" -I"E:\tbapp\idp.svn\pristine\d2" -I"E:\tbapp\idp.svn\pristine\d3" -I"E:\tbapp\idp.svn\pristine\d4" -I"E:\tbapp\idp.svn\pristine\d9" -I"E:\tbapp\idp.svn\pristine\da" -I"E:\tbapp\idp.svn\pristine\db" -I"E:\tbapp\idp.svn\pristine\dc" -I"E:\tbapp\idp.svn\pristine\dd" -I"E:\tbapp\idp.svn\pristine\e1" -I"E:\tbapp\idp.svn\pristine\e2" -I"E:\tbapp\idp.svn\pristine\e3" -I"E:\tbapp\idp.svn\pristine\e4" -I"E:\tbapp\idp.svn\pristine\e5" -I"E:\tbapp\idp.svn\pristine\e6" -I"E:\tbapp\idp.svn\pristine\e8" -I"E:\tbapp\idp.svn\pristine\e9" -I"E:\tbapp\idp.svn\pristine\ea" -I"E:\tbapp\idp.svn\pristine\eb" -I"E:\tbapp\idp.svn\pristine\ec" -I"E:\tbapp\idp.svn\pristine\ed" -I"E:\tbapp\idp.svn\pristine\ee" -I"E:\tbapp\idp.svn\pristine\f0" -I"E:\tbapp\idp.svn\pristine\f3" -I"E:\tbapp\idp.svn\pristine\f4" -I"E:\tbapp\idp.svn\pristine\f5" -I"E:\tbapp\idp.svn\pristine\f6" -I"E:\tbapp\idp.svn\pristine\f7" -I"E:\tbapp\idp.svn\pristine\f8" -I"E:\tbapp\idp.svn\pristine\fc" -I"E:\tbapp\idp.svn\pristine\fd" -I"E:\tbapp\idp.svn\pristine\fe" -I"E:\tbapp\idp.svn\pristine\ff" -I"E:\tbapp\idp\IDP\IDP\IDPCore" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework" -I"E:\tbapp\idp\IDP\IDP\IDPMVC" -I"E:\tbapp\idp\IDP\IDP\IDPThirdParty" -I"E:\tbapp\idp\IDP\IDP\IDPUI" -I"E:\tbapp\idp\IDP\IDP.vsimporter\IDP-Headers-WinStore10" -I"E:\tbapp\idp\IDP\IDP.vsimporter\IDP-WinStore10" -I"E:\tbapp\idp\IDP\IDP.xcodeproj\project.xcworkspace" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPLog" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPNetwork" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPParser" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPProxy" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPStats" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPStorage" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPUtility" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Client" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Listener" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Manager" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Message" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Profile" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Rule" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Setting" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\TaskConfig" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPBaseController" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPBaseModel" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPBaseView" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPMessageCenter" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPPluginArchtecture" -I"E:\tbapp\idp\IDP\IDP\IDPThirdParty\ASIHttp" -I"E:\tbapp\idp\IDP\IDP\IDPThirdParty\FMDB" -I"E:\tbapp\idp\IDP\IDP\IDPThirdParty\JSONKit" -I"E:\tbapp\idp\IDP\IDP\IDPUI\IDPAnimation" -I"E:\tbapp\idp\IDP\IDP\IDPUI\IDPComponent" -I"E:\tbapp\idp\IDP\IDP\IDPUI\IDPControl" -I"E:\tbapp\idp\IDP\IDP\IDPUI\IDPTransitionAnimation" -I"E:\tbapp\idp\IDP\IDP.vsimporter\IDP-WinStore10\Debug" -I"E:\tbapp\idp\IDP\IDP\IDPCore\IDPStorage\innerClass" -I"E:\tbapp\idp\IDP\IDP\IDPMessageFramework\Client\Agent" -I"E:\tbapp\idp\IDP\IDP\IDPMVC\IDPBaseView\IDPUIUtility" -I"E:\tbapp\idp\IDP\IDP.vsimporter\IDP-WinStore10\Debug\IDP.tlog" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\MessagePack" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\client" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\common" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\core" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\multi" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\client\result" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\common\detector" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\common\reedsolomon" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode\decoder" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode\detector" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode\encoder" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode\multi" -I"E:\tbapp\iosapp\lib\ZXingLib\Headers\qrcode\multi\detector" -I"E:\tbapp\iosapp\lib\opensslLib\include" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf\io" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf\stubs" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addFreeChance" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addMsgRecord" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addPollPost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addTail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\applyGameCard" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\buyIcon" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\checkPost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\commonlog" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerOff" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerOn" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerPage" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\deleteFriend" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\deleteTail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\delMyGameBatch" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\foundNew" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\frsPage" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\gameIndex" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getAddressList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getAlbumPhotoList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getBaiduAlbumList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getBawuInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getClientConfig" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getDealerList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getForumForNovel" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getFrsTWLiveList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGambleBetInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGambleResult" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameAdvertise" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameCategory" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameCategoryDetail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameDetail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGiftCommonList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHistoryFineThread" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHotGameList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHotThread" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getIconList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getInterview" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getLevelInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMemberInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMutilGameList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMyPost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getNewGameList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getOrder" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getPoisByLocation" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSingleGameList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSubscribeList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSuggestionByAddrName" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getTails" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getThreadListByTag" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getThreadListByUid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getTodayRecommend" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getUserInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getUserOrder" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getWlConf" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\godFeed" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hideOrOpenUserFeed" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\homePage" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hotForum" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hotWords" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\killAd" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\likeBatch" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\liveReport" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\logincard" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\logTogether" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\mbet" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\newVillage" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\passFriend" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pbFloor" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pbPage" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\profile" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pv" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\queryCollectUpdateNum" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\searchFriend" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\searchGame" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGift" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGiftAndroid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGiftIos" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\setBackground" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\setTail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\subscribe" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\threadList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\topicList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\unlike" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\updateTail" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\userMuteCheck" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\userMuteQuery" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\xiubaExchange" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\xiubaGetOpenId" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\zanCai" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addLabelForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addLiveGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addVipForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\anchorCheckingForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\checkMaskUser" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\clearClientInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitPcMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitPusherCount" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitReceivedPmsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\delGroupMsgs" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\delLabelForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\forumOwnerManageLivegroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getAccessToken" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getGroupMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getHotTWLikers" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLivableForumList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLiveGroupBackgrounds" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLiveGroupLabels" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getOnlineInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getRobotMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWHotBenefitRule" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWHotLiveList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWLiveList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\hasLikeGroupLiving" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\incrHotTWLive" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\incrLiveGroupLike" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\joinLiveGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\livegroupOwnerGag" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\liveReport" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\logStat" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\pullPcMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\pushNotify" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryChatroomTopicList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupCount" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupsByFid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupsByUid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryHotLiveGroups" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLabelForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupByGid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupByGidAndPid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupConfig" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupHistory" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupLikeList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupsByFid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupsByUid" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLivePostConfig" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryOwnerGagList" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryOwnerSpeakers" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryRemindCountForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryUserMemberGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryUserPermission" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\remindUpdateForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\sendCallerMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\sendForenoticeMsg" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\subscribeLiveGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateClientInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateDeviceInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateLabelForLivePost" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateLiveGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateMask" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateMaskInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updatePCClientInfo" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\upgradeMemberGroup" -I"E:\tbapp\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\uploadClientLog" -I"E:\tbapp\iosapp\lib\pop\Headers" -I"E:\tbapp\iosapp\lib\pop\Headers\POP" -I"E:\tbapp\iosapp\TBClient\TBClient\Components\TDouPay\TDouPay" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\libGPUImage" -I"E:\tbapp\iosapp\TBClient\TBClient\Components\VipCenter\VipCenter" -I"E:\tbapp\iosapp\TBClient\TBClient\Components\Gift\Gift" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\baiduTTS" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\baiduTTS\data" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\baiduTTS\lib" -I"E:\tbapp\iosapp\Application\ThirdPartyModule\baiduTTS\license" -x objective-c -include "E:\tbapp\iosapp\TBClient\TBClient\TBClient_Prefix.pch" -MT "E:\tbapp\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_30F71474.obj" -dependency-file "E:\tbapp\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_30F71474.obj.d" -DDEBUG

jiaolianxin commented 8 years ago

@asimonov-msft May I ask the progress of my issue ?

mukhole commented 8 years ago

@jiaolianxin : We have identified the issue and the fix should make it to GitHub in ~1-2 weeks.

jiaolianxin commented 8 years ago

@mukhole Thanks for your reply, I will pay attention to GitHub in time.

jiaolianxin commented 8 years ago

@mukhole Hi, may I ask you the news of this issue?

mukhole commented 8 years ago

Are you still getting a repro with the latest commit? Exclude subdirectories from recursive search feature was pushed with commit# 645b9330edae885f4c71e2181059155c9b6092e3 which considerably reduces size of command line. Do let us know if you still get a repro.

jiaolianxin commented 8 years ago

@mukhole Hi, I got a repro with the latest release version (https://github.com/Microsoft/WinObjC/releases/download/0.1.160407/winobjc.zip). But this time, the error message is error MSB6003: The specified task executable file "clang.exe" failed to run. filename or extension is too long.

jiaolianxin commented 8 years ago

@mukhole Here is the content of the clang.command.1.tlog , as follow:

^E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m -cc1 -internal-isystem "E:\winobjc\msvc..\include\WOCStdLib" -include WOCStdlib.h -cc1 -triple i686-pc-windows-msvc -internal-isystem "E:\winobjc\msvc\LLVM-3.6.0\lib\clang\3.7.0\include" -emit-obj -disable-free -main-file-name TBCPPChuDianImageItem.m -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -fmath-errno -masm-verbose -mconstructor-aliases -target-cpu pentium4 -fdiagnostics-format msvc -fno-caret-diagnostics -dwarf-column-info -coverage-file "E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m" -resource-dir "E:\winobjc\msvc\LLVM-3.6.0\lib\clang\3.7.0" -fdebug-compilation-dir "E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonItem" -ferror-limit 19 -mstackrealign -fms-extensions -fms-compatibility -fms-compatibility-version=19.00 -fdelayed-template-parsing -fobjc-runtime=objfw -fobjc-dispatch-method=non-legacy -fdiagnostics-show-option -D_HAS_EXCEPTIONS=0 -DWINOBJC -D__WRL_NO_DEFAULT_LIB__ -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WINSOCK_DEPRECATED_NO_WARNINGS -o "E:\tiebaappwin10\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_15F3C4E.obj" -Werror=return-type -fconst-strings -fconstant-string-class CFConstantString -fblocks -include StubIncludes.h -I"E:\winobjc\msvc..\deps\prebuilt\include" -I"E:\winobjc\msvc..\include\Platform\Universal Windows" "E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonItem\TBCPPChuDianImageItem.m" -I"Debug\TBClient-project.hmap" -D_DEBUG -D_MT -D_DLL --dependent-lib=msvcrtd --dependent-lib=oldnames -O0 -mrelax-all -g -fexceptions -fobjc-exceptions -fcxx-exceptions -fmodules-cache-path="E:\tiebaappwin10\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\ModuleCache" -internal-isystem "D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" -internal-isystem "D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared" -internal-isystem "C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\winrt" -internal-isystem "C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6\Include\um" -internal-isystem "E:\winobjc\include" -internal-isystem "E:\winobjc\include\VCInclude" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\sbuild\Debug-iphoneos" -I"E:\tiebaappwin10\idp" -I"E:\tiebaappwin10\idp\IDP" -I"E:\tiebaappwin10\idp\build" -I"E:\tiebaappwin10\idp\IDP\IDP" -I"E:\tiebaappwin10\idp\IDP\IDPTests" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter" -I"E:\tiebaappwin10\idp\build\Debug-iphoneos" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPThirdParty" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPUI" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-Headers-WinStore10" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Message" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Listener" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Rule" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\TaskConfig" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Manager" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Setting" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Client" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Profile" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPBaseController" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPBaseView" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPMessageCenter" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPPluginArchtecture" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPBaseModel" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPLog" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPProxy" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPUtility" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPStorage" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPNetwork" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPParser" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPStats" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPThirdParty\FMDB" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPThirdParty\ASIHttp" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPThirdParty\JSONKit" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPUI\IDPTransitionAnimation" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPUI\IDPAnimation" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPUI\IDPControl" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPUI\IDPComponent" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10\Debug" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10\Generated Files" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10\ModuleCache" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMessageFramework\Client\Agent" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPMVC\IDPBaseView\IDPUIUtility" -I"E:\tiebaappwin10\idp\IDP\IDP\IDPCore\IDPStorage\innerClass" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10\Debug\IDP.tlog" -I"E:\tiebaappwin10\idp\IDP\IDP.vsimporter\IDP-WinStore10\ModuleCache\GLF91I" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\MessagePack" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\client" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\common" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\core" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\multi" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode\decoder" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode\detector" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode\multi" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode\encoder" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\client\result" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\common\reedsolomon" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\common\detector" -I"E:\tiebaappwin10\iosapp\lib\ZXingLib\Headers\qrcode\multi\detector" -I"E:\tiebaappwin10\iosapp\lib\opensslLib\include" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf\stubs" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\ThirdPartyModule\protocBuf\google\protobuf\io" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getDealerList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerPage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerOn" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\godFeed" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addMsgRecord" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\passFriend" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\searchGame" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\gameIndex" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hotForum" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\buyIcon" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\applyGameCard" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getInterview" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\deleteTail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getNewGameList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMutilGameList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\subscribe" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHotThread" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMemberInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addPollPost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getThreadListByTag" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\deleteFriend" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getMyPost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHistoryFineThread" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\setBackground" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameDetail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\newVillage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getPoisByLocation" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGiftCommonList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\logincard" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGift" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getClientConfig" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\setTail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\zanCai" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\delMyGameBatch" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getAlbumPhotoList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\xiubaGetOpenId" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getOrder" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSubscribeList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hideOrOpenUserFeed" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getAddressList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\checkPost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\logTogether" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\foundNew" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\dealerOff" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\frsPage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\unlike" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getWlConf" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getUserInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\commonlog" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addFreeChance" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\updateTail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\searchFriend" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGambleBetInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\userMuteQuery" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\killAd" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\profile" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getForumForNovel" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pbFloor" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\threadList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\userMuteCheck" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getTodayRecommend" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getBawuInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSuggestionByAddrName" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGiftIos" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getHotGameList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\homePage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pv" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\likeBatch" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGambleResult" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\mbet" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameCategoryDetail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\liveReport" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\pbPage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\queryCollectUpdateNum" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getThreadListByUid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getBaiduAlbumList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\addTail" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\sendGiftAndroid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getSingleGameList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameCategory" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\hotWords" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getUserOrder" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\topicList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\xiubaExchange" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getTails" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getGameAdvertise" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getFrsTWLiveList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getLevelInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbclient\getIconList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\incrLiveGroupLike" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLiveGroupBackgrounds" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLabelForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getAccessToken" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\livegroupOwnerGag" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\pushNotify" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateMaskInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateLabelForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getHotTWLikers" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitPcMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\uploadClientLog" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupByGidAndPid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\clearClientInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\incrHotTWLive" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupsByUid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getGroupMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addVipForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryRemindCountForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\delGroupMsgs" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\logStat" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\subscribeLiveGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryOwnerSpeakers" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateLiveGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLivePostConfig" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupByGid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWHotLiveList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupsByUid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addLiveGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\checkMaskUser" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupCount" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\joinLiveGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\upgradeMemberGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryChatroomTopicList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getOnlineInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\delLabelForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\anchorCheckingForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWLiveList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\forumOwnerManageLivegroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryGroupsByFid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\addLabelForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitReceivedPmsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupConfig" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getTWHotBenefitRule" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryOwnerGagList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\liveReport" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getRobotMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateClientInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateMask" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLiveGroupLabels" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryHotLiveGroups" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupsByFid" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupLikeList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\pullPcMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\hasLikeGroupLiving" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryUserMemberGroup" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryUserPermission" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updateDeviceInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\sendForenoticeMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\remindUpdateForLivePost" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\updatePCClientInfo" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\sendCallerMsg" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\getLivableForumList" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\queryLiveGroupHistory" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\IDK\CommonService\TBCIMService\TBCProtoBuf\protolIDL\tbim\commitPusherCount" -I"E:\tiebaappwin10\iosapp\lib\pop\Headers" -I"E:\tiebaappwin10\iosapp\lib\pop\Headers\POP" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\Components\TDouPay\TDouPay" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\libGPUImage" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\Components\VipCenter\VipCenter" -I"E:\tiebaappwin10\iosapp\TBClient\TBClient\Components\Gift\Gift" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\baiduTTS" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\baiduTTS\data" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\baiduTTS\license" -I"E:\tiebaappwin10\iosapp\Application\ThirdPartyModule\baiduTTS\lib" -x objective-c -include "E:\tiebaappwin10\iosapp\TBClient\TBClient\TBClient_Prefix.pch" -MT "E:\tiebaappwin10\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_15F3C4E.obj" -dependency-file "E:\tiebaappwin10\iosapp\TBClient\TBClient\TBClient.vsimporter\TBClient-WinStore10\Debug\TBCPPChuDianImageItem_15F3C4E.obj.d" -DDEBUG

mukhole commented 8 years ago

This looks like a different issue. The problem is that the file which actually caused the problem is not present in the logs you have pasted. We need your help to get more information on this. Could you please follow the below mentioned steps and paste the log file here:

  1. Open your project and go to Tools->Options: imgae1
  2. In the options menu select "Projects and Solutions" from the left hand panel. On the right side under the "MSBuild project log file verbosity" select "Diagnostic". image2
  3. Rebuild your solution.
  4. Go to the following path: "Solution Folder/.vsimporter/-WinStore10/<Release/Debug depending on which configuration you built>" Here you will find the log file .log, please share its contents so that we can have a better understanding of the issue.

Thanks.

antoine-haas commented 8 years ago

Hi @jiaolianxin, Please paste the contents of your project log file as @mukhole explained above, so that we can further investigate the issue.

antoine-haas commented 8 years ago

Hey @jiaolianxin, we still need additional information to investigate this. If your issue remains with the latest release of the SDK, please reopen it and provide us you project log.