Re: DDKBuild ISSUE with WINDDK...
From: Masao Uebayashi (Uebayashi_at_discussions.microsoft.com)
Date: 11/04/04
- Next message: Mike: "Re: 2 USB questions"
- Previous message: Mark Roddy: "Re: Utility to view the list of system virtual memory blocks"
- Next in thread: Maxim S. Shatskih: "Re: DDKBuild ISSUE with WINDDK..."
- Reply: Maxim S. Shatskih: "Re: DDKBuild ISSUE with WINDDK..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Nov 2004 04:55:04 -0800
Hi all. This is my first post here. :-)
I got a similar symptom, Google'ed around, and knew that
widely-said-but-not-technically-backed-up spaces-in-installed-path answers.
But I'm not convinced (hey I've never ever reinstalled anything on this
Windows 2000 Server, and trying to keep it!).
I could figure out that the error comes from $(NTMAKEENV)\makefile.new line
3750-3751:
{$(MAKEDIR)}.java{$(O)\}.class:
$(JVC) $(JVC_FLAGS) $<
If I commented these 2 lines out, BUILD.EXE worked as I expected.
My guess is that $(MAKEDIR) is expanded into a string containing `:' (e.g.
C:\Documents and Settings\foo\My Documents\...), which causes NMAKE.EXE
confuse what's the target/source part.
Anyway I edited the lines as follows mimicing other suffix rule definitions.
Nothing problematic has happened to me. (I don't code Java at all...)
{}.java{$(O)\}.class:
$(JVC) $(JVC_FLAGS) $<
HTH,
Masao
"Harry Potter" wrote:
> I did that Mark.... I removed the space... the build works through the
> windows server 2003 check envrionment (DOS SHELL) using "build all"
> command..... but not through the VC++ IDE!!!!!
> Anything else you could figure out from the output??
>
> Appreciate your help... Thomas, thought that I should change the VC++ to
> ..NET... he didn't see, necessarly, that the problem comes from it directly
> though....
>
> Thanks....
- Next message: Mike: "Re: 2 USB questions"
- Previous message: Mark Roddy: "Re: Utility to view the list of system virtual memory blocks"
- Next in thread: Maxim S. Shatskih: "Re: DDKBuild ISSUE with WINDDK..."
- Reply: Maxim S. Shatskih: "Re: DDKBuild ISSUE with WINDDK..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|