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

Cannot make on OSX #31

Closed
bialasik opened this issue Apr 1, 2018 · 2 comments
Closed

Cannot make on OSX #31

bialasik opened this issue Apr 1, 2018 · 2 comments

Comments

@bialasik
Copy link

bialasik commented Apr 1, 2018

Hello.
After installing rgbds I tried to make pokeyellow project. Unfortunately I received

> make
python: can't open file 'extras/pokemontools/scan_includes.py': [Errno 2] No such file or directory
python: can't open file 'extras/pokemontools/scan_includes.py': [Errno 2] No such file or directory
python: can't open file 'extras/pokemontools/scan_includes.py': [Errno 2] No such file or directory
python: can't open file 'extras/pokemontools/scan_includes.py': [Errno 2] No such file or directory
rgbasm -h -o audio.o audio.asm
error: Unable to open incbin file 'gfx/surfing_pikachu_1a.2bpp'
make: *** [audio.o] Error 1

How should I build this?

@mid-kid
Copy link
Member

mid-kid commented Apr 1, 2018

From INSTALL.md:

git clone --recursive https://github.com/pret/pokeyellow

It seems you missed the --recursive flag.

To fix this without cloning again, try:

git submodule update --init --recursive

@bialasik
Copy link
Author

bialasik commented Apr 1, 2018

Thank you so much, @mid-kid! Now it works flawless.

👍

@bialasik bialasik closed this as completed Apr 1, 2018
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