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 compiling on CentOS 7 the follow error occurs:
src/ex_ncurses.c: In function ‘ex_invoke’:
src/ex_ncurses.c:715:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (size_t i = 0; i < sizeof(invoke_funcs) / sizeof(ErlNifFunc); i++) {
^
src/ex_ncurses.c:715:5: note: use option -std=c99 or -std=gnu99 to compile your code
When compiling on CentOS 7 the follow error occurs:
changing this line in the Makefile:
to
resolves the issue
The text was updated successfully, but these errors were encountered: