- 20
- Posts
- 4
- Years
- Seen May 26, 2024
When I try to install.sh it ends at:
when i try making it,make: Entering directory '/home/wille/agbcc/libgcc'
Makefile:3: /opt/devkitpro/devkitARM/base_tools: No such file or directory
make: *** No rule to make target '/opt/devkitpro/devkitARM/base_tools'. Stop.
make: Leaving directory '/home/wille/agbcc/libgcc'
The last line repeats itself several times.Package libpng was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpng.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpng', required by 'virtual:world', not found
Package libpng was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpng.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpng', required by 'virtual:world', not found
convert_png.c:5:10: fatal error: png.h: No such file or directory
5 | #include <png.h>
| ^~~~~~~
compilation terminated.
make[1]: *** [Makefile:26: gbagfx.exe] Error 1
make: *** [make_tools.mk:11: tools/gbagfx] 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.exe -lpng -lz
/bin/bash: line 1: tools/scaninc/scaninc.exe: No such file or directory