Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 2 Files #47

Open
redchallenger opened this issue Sep 7, 2020 · 1 comment
Open

Missing 2 Files #47

redchallenger opened this issue Sep 7, 2020 · 1 comment

Comments

@redchallenger
Copy link

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!

@incIined
Copy link

incIined commented Apr 20, 2021

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 git@github.com: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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants