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

Typo in Makefile #3

Open
scristopher opened this issue Oct 3, 2017 · 1 comment
Open

Typo in Makefile #3

scristopher opened this issue Oct 3, 2017 · 1 comment

Comments

@scristopher
Copy link

SDL_image_Makefile should be "SDL_Image_Makefile" in the Makefile

Couple other issues that kept the compile from working "out of the box" for me:
No executable permissions onSDL-1.2.15/autogen.sh and configure files, also no execuatble permissions on arm-none-eabi-pkg-config, no biggie just had to set the permissions and did a clean compile.

I was also a little confused and had to look back to the gbatemp forum for when this was released to see that I needed to run "make install" first, so for a while make all was failing until I did a make install first, its just not mentioned in the readme thought I would suggest maybe adding it to that if you can.

@nop90
Copy link
Owner

nop90 commented Oct 4, 2017

Thank you for reporting.

I'm using a windows system so names aren't case sensitive and the typo in SDL_Image_Makefile doesn't block the build on my PC.
Same thing for the permission on the shell file. I don't have to set them on my PC.

About the make && make install, I'm sorry it wasn't clear, But it's a very common path to compile and install libs.

When I have time I'll fix the typo and add a note in the read.me file on installing

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