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

64-bit architecture #1

Open
cinephos opened this issue Feb 25, 2023 · 0 comments
Open

64-bit architecture #1

cinephos opened this issue Feb 25, 2023 · 0 comments

Comments

@cinephos
Copy link

cinephos commented Feb 25, 2023

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];
| ^~~~~~

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

1 participant