I have R2 and the 2007 rollup installed (everything for 2007).
The check-tool indicated that jan/feb/march 2008 were missing, so I
installed them.
After that, the build error.
My collegue who did excactly the same, has no problem. (?)
I'm sure it'll be fine after wasting a lot of time, but would like to
understand what goes wrong, and/or what I did wrong....
The errormessage is very unclear about what it is trying to copy where and
why it fails. I cleaned up the disk for more room, but that didn't help.
Any suggestions besides a complete reinstall ? ;-)
回答是:
Same directory structure as your colleague? That is, if he has CE6
installed on the C: drive in the default folder, c:\wince600, do you? What
about the Platform Builder tools? Same folder location as your coworker?
If everything seems the same, it's time to add some debugging to the
makefile.def file in \wince600\public\common\oak\misc. Around line 1057 is
where the libraries are being copied and one of those xcopy commands is
probably responsible for the error, although we can't tell which for sure.
Check to be sure that the folders specified in each one actually exist,
first of all. Also make sure that the user account under which you are
running the build is an administrative account.
If you identify which line is causing the problem (add some @echo commands
after each one and do another build), but still can't figure out what the
problem is, let us know.