GIOVANNI
GIOVANNI copied to clipboard
Missing 2 Files
Everything worked perfectly until it came time to build. Here are the errors:
Build input file cannot be found: '/Users/Username/Documents/GIOVANNI/gambatte/common/videolink/vfilters/maxsthq3x.cpp'
Build input file cannot be found: '/Users/Username/Documents/GIOVANNI/gambatte/libgambatte/src/statesaver.cpp'
I didn't move any files and only followed the directions carefully. Please help!
You need to use git to clone the repo with the submodules. If you don't, the build will fail because you're missing files.
To do so, generate an SSH key and connect it to your GitHub account.
Instructions: GitHub docs
Then connect your GH acc: RedmondPie (Skip to Step 4)
Then after connecting your SSH key to GH, you need to use git to clone the repo. Start from Step 7 from the above link.
Do note the command Redmond used didn't work for me, so I had to run:
git clone [email protected]:gabrieloc/GIOVANNI.git --recursive
And then it pulled all the files in the repo succcessfully.
Then you need to change all bundle ID's in Xcode. See the repo's readme (the "installation" section, skip the command) and this GH issue (you need to change this or the build will fail).
Then it should compile successfully.