If you don't have the Dolphin SVN folder on the root of your main Windows drive, you will get these errors.
Either move the Dolphin SVN folder to the root of your C:\ drive or do this as mentioned by someone at Ngemu and on the Googlecode website:
right click the common project on the right and click properties
go to build events ->pre-build events
change that command line to this:
Code:
"$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h"
click ok and do the same for DolphinWX but this time use this line:
Code:
"$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.h" "$(ProjectDir)..\Common\src\svnrev.h"
As mentioned you should only be compiling these if you know what you are doing, if not you should stick to the pre-built versions. Myself, daco and others have been compiling and uploading new revisions for a while.
Revisions and unofficial beta's are only meant for those who are interested in coding or contributing to the project by improving it. While I may not know much at this time, I do plan on learning more about coding and emulation, and possibly try to dive in the Dolphin source to fix some things or contribute to future emulation projects.