Building from source.

89 views
Skip to first unread message

Dave Braun

unread,
Jun 3, 2010, 10:09:33 AM6/3/10
to Dokan
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?

Dave Braun

unread,
Jun 3, 2010, 10:15:07 AM6/3/10
to Dokan
Never mind!! I move the whole tree to c:/ and it compiles just fine!

Thanks anyway

Joe Burmeister

unread,
Jun 3, 2010, 10:45:16 AM6/3/10
to do...@googlegroups.com
I think this might boil down to the spaces in the path. Use the 8.3
path, use "dir /x" to check, but "documents and settings" is normally
"DOCUME~1". So do:

"cd C:\DOCUME~1\me\src\dokan\dokan-0.5.2\"

so the current path has no spaces before you call build.

If it's that, don't be off-put, it gets everyone. ;-)

Joe

> --
> You received this message because you are subscribed to the Google Groups "Dokan" group.
> To post to this group, send email to do...@googlegroups.com.
> To unsubscribe from this group, send email to dokan+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/dokan?hl=en.
>
>

Reply all
Reply to author
Forward
0 new messages