Hi,
I'm trying to build the whole package from SVN (tags/dokan-0.5.2) for
WinXP using WDK 7600 checked build. I get the following error.
1>BUILD: Compiling (NoSync) c:\documents and settings\me\src\dokan
\dokan-0.5.2\dokan directory
2>BUILD: Compiling (NoSync) c:\documents and settings\me\src\dokan
\dokan-0.5.2\dokan_np directory
Configuring OACR for 'root:x86chk' - <OACR on>
_NT_TARGET_VERSION SET TO WINXP
_NT_TARGET_VERSION SET TO WINXP
1>errors in directory c:\documents and settings\me\src\dokan
\dokan-0.5.2\dokan
1>c:\winddk\7600.16385.1\bin\
makefile.new(7117) : error U1087: cannot
have : and :: dependents for same target
1>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1
NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2
2>errors in directory c:\documents and settings\me\src\dokan
\dokan-0.5.2\dokan_np
2>c:\winddk\7600.16385.1\bin\
makefile.new(7117) : error U1087: cannot
have : and :: dependents for same target
2>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1
NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2
BUILD: Compile errors: not linking c:\documents and settings\me\src
\dokan\dokan-0.5.2\dokan directory
What I can't figure out is which target is causing the U!)*& error -
the make files are such a tangled mess (
makefile.new is 11000+ lines!)
Any clues?