Emulator Issues #7262
closedAndroid: Lack of git command causes revision string to be blank
0%
Description
Game Name?
N/A
Game ID?
N/A
What's the problem? Describe what went wrong in few words.
When compiling for Android, the git command cannot be found. (missing GIT_EXECUTABLE) This becomes a problem when during compile scmrev.h is created which holds values obtained by using git. All the values are written as blank because the values can't be retrieved. Because of this, scm_rev_str outputs "Dolphin []" since SCM_BRANCH_STR is blank.
What did you expect to happen instead?
The git executable should be able to be found so the values are obtained.
What steps will reproduce the problem?
- Download latest Dolphin source through git
- Compile for Android
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
N/A
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
N/A
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Tried compiling on Mac OS X and Ubuntu
Are you using the 32 or the 64 bit version of Dolphin?
N/A
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
No.