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

Cannot compile, get error for 1.4 #18

Open
Cloud-user221 opened this issue Mar 28, 2023 · 1 comment
Open

Cannot compile, get error for 1.4 #18

Cloud-user221 opened this issue Mar 28, 2023 · 1 comment

Comments

@Cloud-user221
Copy link

./generic_binary_tree.c:111:12: warning: ‘btree_recursive_expmem’ defined but not used [-Wunused-function]
111 | static int btree_recursive_expmem(struct generic_binary_tree *tree, struct generic_binary_tree_node *node)
| ^~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:20: ../stats.o] Error 1
make[2]: Leaving directory '/home/pi/eggdrop-1.9.5/src/mod/stats.mod'
make[1]: *** [Makefile:60: stats.mod_so] Error 2
make[1]: Leaving directory '/home/pi/eggdrop-1.9.5/src/mod'
make: *** [Makefile:243: eggdrop] Error 2

PLEASE HELP!

@michaelortmann
Copy link
Contributor

Version 1.4 is too old and doesnt support eggdrop 1.8 or newer
You could try a newer / patched version like:
https://github.com/michaelortmann/stats.mod

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

2 participants