pret / pokeemerald

Decompilation of Pokémon Emerald
2.29k stars 2.63k forks source link

ubuntu:20.04 include/global.h:4:10: fatal error: string.h: No such file or directory 4 | #include <string.h> #1971

Open scottamass opened 10 months ago

scottamass commented 10 months ago

when trying to compile using the make command I am unable to build with the following error In file included from src/easy_chat.c:1: include/global.h:4:10: fatal error: string.h: No such file or directory 4 | #include | ^~~~~~ compilation terminated. make: [Makefile:335: build/emerald/src/easy_chat.o] Error 127 make: Deleting file 'build/emerald/src/easy_chat.o'

mrgriffin commented 10 months ago

You probably did not install agbcc into your repository, as described by INSTALL.md.