- 58
- Posts
- 13
- Years
- Seen Oct 12, 2024
Hi,
It may seems like a noob question, but each time I use Cygwin to build PokeRuby or PokeEmerald (haven't tried with PokeFireRed), I get the following errors even with EVERYTHING installed from the tutorial;
"
$ make ruby
convert_png.c:5:10: fatal error: png.h : No such file or directory
#include <png.h>
make[2]: *** [Makefile:18: gbagfx] Error 1
make[1]: *** [Makefile:176: tools] Error 2
gcc -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c -o gbagfx -lpng -lz
/bin/bash: tools/scaninc/scaninc.exe: No such file or directory
"
Apparently I'm missing a file called scaninc.exe, but I searched everywhere and couldn't find it, so I'm stuck with just a few edits to the decomp project and unable to test them... can anyone help?
It may seems like a noob question, but each time I use Cygwin to build PokeRuby or PokeEmerald (haven't tried with PokeFireRed), I get the following errors even with EVERYTHING installed from the tutorial;
"
$ make ruby
convert_png.c:5:10: fatal error: png.h : No such file or directory
#include <png.h>
make[2]: *** [Makefile:18: gbagfx] Error 1
make[1]: *** [Makefile:176: tools] Error 2
gcc -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c -o gbagfx -lpng -lz
/bin/bash: tools/scaninc/scaninc.exe: No such file or directory
"
Apparently I'm missing a file called scaninc.exe, but I searched everywhere and couldn't find it, so I'm stuck with just a few edits to the decomp project and unable to test them... can anyone help?