What's new

Yay I can get to the build but theres a problem

Cyberman

Moderator
Moderator
First question is do you know what you are doing? :)

And what's wrong with Xtreme2damax builds? If you aren't doing development it's better to use someone who has the tools and knows how to use them.

Cyb
 
Last edited:

Xtreme2damax

New member
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.
 
OP
D

DarkMagnum

New member
To the root of my C:\ Drive? As in
Code:
C:\Dolphin
? PS: Doing that code thing you specified made things worse (even more errors :O) The only error I get while putting it in C:\ is something about atl
 
Last edited:

Top