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
I need to add a gcc flag in the Makefile Important! It must be the gnu99 flag not the c99 flag!
In line 58:
CFLAGS += -std=gnu99
If you use latter, it will open the box of pandora, complaining about not finding code which actually exists in included headers
I need to comment something out in CO_error.h
I must say I only found contradicting info regarding the error online, so as long as I don't use custom error definitions, I leave it like that.
Hi there,
I had to do two things to
make
gcc flag
in theMakefile
Important! It must be the
gnu99
flag not thec99flag!In line 58:
If you use latter, it will open the box of pandora, complaining about not finding code which actually exists in included headers
CO_error.h
I must say I only found contradicting info regarding the error online, so as long as I don't use custom error definitions, I leave it like that.
I don't know if this is due to me using CentOS7, but maybe this could be considered.
Thank you
The text was updated successfully, but these errors were encountered: