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 guess the project is dead and will not be resurrected.
May be changes are required, for example I installed libncurses, did not change -lcurses in makefile.
Make produces errors
gcc -O3 -c -o actions.o actions.c
In file included from actions.c:22:
rogue.h:930:30: error: array type has incomplete element type ‘struct delayed_action’
930 | extern struct delayed_action d_list[MAXDAEMONS];
| ^~~~~~
rogue.h:931:30: error: array type has incomplete element type ‘struct delayed_action’
931 | extern struct delayed_action f_list[MAXFUSES];
| ^~~~~~
The text was updated successfully, but these errors were encountered:
I guess the project is dead and will not be resurrected.
May be changes are required, for example I installed libncurses, did not change -lcurses in makefile.
Make produces errors
gcc -O3 -c -o actions.o actions.c
In file included from actions.c:22:
rogue.h:930:30: error: array type has incomplete element type ‘struct delayed_action’
930 | extern struct delayed_action d_list[MAXDAEMONS];
| ^~~~~~
rogue.h:931:30: error: array type has incomplete element type ‘struct delayed_action’
931 | extern struct delayed_action f_list[MAXFUSES];
| ^~~~~~
The text was updated successfully, but these errors were encountered: