I am trying to rebuild the multimedia framework from source and I am always getting the following error:
'C:\WINCE600\3rdParty\dvsdk_1_10_00_00>build' -c
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [00:0000000000:PROGC ] Build started with parameters: -c
BUILD: [00:0000000001:PROGC ] Build started in directory: C:\WINCE600\3rdParty\dvsdk_1_10_00_00
BUILD: [00:0000000002:PROGC ] Checking for C:\WINCE600\sdk\bin\i386\srccheck.exe.
BUILD: [00:0000000003:PROGC ] Running passes WCEFILES0, MIDL, MC, ASN, THUNK, PRECOMPHEADER, COMPILE, LIB, LINK, MANAGEDRESX, MANAGEDMOD, MANAGEDDLL, MANAGEDEXE, MANAGEDWIN for ARM.
BUILD: [00:0000000004:PROGC ] Ignoring build database (-c specified).
BUILD: [00:0000000005:PROGC ] Computing include file dependencies:
BUILD: [00:0000000006:PROGC ] Checking for SDK include directory: C:\WINCE600\sdk\CE\inc.
BUILD: [00:0000000007:PROGC ] Scan C:\WINCE600\3rdParty\dvsdk_1_10_00_00\
BUILD: [00:0000000008:PROGC ] Saving C:\WINCE600\3rdParty\dvsdk_1_10_00_00\Build.dat.
BUILD: [01:0000000583:ERRORE] BUILD: [01:0000000886:ERRORE] BUILD: [01:0000000406:ERRORE] NMAKE : U1073: don't know how to make '..\..\timm\obj\ARMV4I\retail\timm.lib'
BUILD: [00:0000000676:PROGC ] Files Warnings Errors
BUILD: [00:0000000677:PROGC ] Midl 0 0 0
BUILD: [00:0000000678:PROGC ] Message 0 0 0
BUILD: [00:0000000679:PROGC ] Precomp Header 0 0 0
BUILD: [00:0000000680:PROGC ] Resource 0 0 0
BUILD: [00:0000000681:PROGC ] MASM 0 0 0
BUILD: [00:0000000682:PROGC ] SHASM 0 0 0
BUILD: [00:0000000683:PROGC ] ARMASM 0 0 0
BUILD: [00:0000000684:PROGC ] MIPSASM 0 0 0
BUILD: [00:0000000685:PROGC ] C++ 0 0 0
BUILD: [00:0000000686:PROGC ] C 0 0 0
BUILD: [00:0000000687:PROGC ] Static Libraries 0 0 0
BUILD: [00:0000000688:PROGC ] Exe's 0 0 0
BUILD: [00:0000000689:PROGC ] Dll's 0 0 0
BUILD: [00:0000000690:PROGC ] Preprocess deffile 0 0 0
BUILD: [00:0000000691:PROGC ] Resx 0 0 0
BUILD: [00:0000000692:PROGC ] CSharp Compile 0 0 0
BUILD: [00:0000000693:PROGC ] Other 0 0 2
BUILD: [00:0000000694:PROGC ]
BUILD: [00:0000000695:PROGC ] Total 0 0 2
BUILD: [00:0000000696:PROGC ]
BUILD: [00:0000000697:PROGC ] 0 Warnings, 2 Errors
It seems to be some kind of build dependence problem. From the log files the failure seems to be in the dshow build as the error shows up in a dshow.err file in the log directory also. Attached is the dshow.log
If I unselect all the filters and just leave the TIMM component it seems to build OK but, of course I have no filters. If I reselect the filters the error reappears.
How do I get around this problem?