sabotage-linux / netbsd-curses

libcurses and dependencies taken from netbsd and brought into a portable shape (at least to musl or glibc)
Other
152 stars 15 forks source link

Compile fails with glibc 2.27-8 #33

Closed JonChesterfield closed 5 years ago

JonChesterfield commented 5 years ago

Specifically, trying to compile on standard debian box with glibc C fails in three places:

strlcpy appears to be a BSD extension that glibc deliberately doesn't implement. The other two seem to be available under glibc (from a cursory web search) so may be missing headers.

Checked gcc 8.2 and clang 6.0 with glibc 2.27-8.

rofl0r commented 5 years ago

thanks for your report, i hope it works now

JonChesterfield commented 5 years ago

Thank you. So much for my plan to take a look at this after work :)