pret / pokeemerald

Decompilation of Pokémon Emerald

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

scottamass opened this issue · comments

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 <string.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:335: build/emerald/src/easy_chat.o] Error 127
make: *** Deleting file 'build/emerald/src/easy_chat.o'

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