I had to change configure.ac first to have it pick up my Ubuntu ncurses. Otherwise, cob_beep() not being defined does not break the build. Perhaps the CI builds are succeeding because of that.
I'll do the ncurses fix first, and then attach the config.log that shows cob_beep() not found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had to change configure.ac first to have it pick up my Ubuntu ncurses. Otherwise, cob_beep() not being defined does not break the build. Perhaps the CI builds are succeeding because of that.
I'll do the ncurses fix first, and then attach the config.log that shows cob_beep() not found.
Thanks for pointing that out, I somehow got rid of it - added it back with [r4677].
Related
Commit: [r4677]
Excellent. Thanks.