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

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 this issue Jan 18, 2024 · 1 comment

Comments

@scottamass
Copy link

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'

@mrgriffin
Copy link
Contributor

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

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