Delta icon indicating copy to clipboard operation
Delta copied to clipboard

Develop branch build failed "revision.h file not found"

Open joshrad-dev opened this issue 5 years ago • 3 comments

I cloned the develop branch using $ git clone -b develop [email protected]:rileytestut/Delta.git and updated submodules. Then I tried building and I got the error "revision.h file not found" in "debugger.cpp" for N64DeltaCore. Strangely, I wasn't experiencing this issue with the master branch.

Steps to reproduce:

  1. $ git clone -b develop [email protected]:rileytestut/Delta.git
  2. $ cd Delta
  3. $ git submodule update --init --recursive
  4. Open Delta.xcworkspace and build fails

As I mentioned this doesn't happen for the master branch but it does for develop. Thanks for your help.

joshrad-dev avatar Jul 14 '20 06:07 joshrad-dev

I explained a fix for this here, let me know if it works once you've tried it

dlevi309 avatar Jul 14 '20 07:07 dlevi309

It worked! Thanks.

joshrad-dev avatar Jul 14 '20 07:07 joshrad-dev

Cool, glad to hear 👍

dlevi309 avatar Jul 14 '20 11:07 dlevi309