You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: