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

0.2.1 Build Failure #27

Closed githububub closed 7 years ago

githububub commented 7 years ago

libcurses/slk.c: In function '__slk_set': libcurses/slk.c:488:10: error: implicit declaration of function 'wcwidth' [-Werror=implicit-function-declaration] len += wcwidth(wc);

Last known successful build was 22acb33 so something between then and now may be the culprit.

githububub commented 7 years ago

Build failure on Arch due to changes in commit 9423d341d6d583d23427abda09c9846e070c45e0.

rofl0r commented 7 years ago

thanks for the report. can you confirm if the commit i just pushed fixes it ?

githububub commented 7 years ago

Commit a3a67237f7b9586a8e87d34190ec1d57b9cba983:

libcurses/slk.c: In function '__slk_set': libcurses/slk.c:481:10: error: implicit declaration of function 'wcwidth' [-Werror=implicit-function-declaration] len += wcwidth(wc);

rofl0r commented 7 years ago

wasn't my intention to close this. is the issue now fixed ?

githububub commented 7 years ago

No build warnings. No build errors. Rebuilt nano against 194ddef273935a1dc96f0c2588b924c2e7b96c28. No nano build warnings. No nano build errors. nano operates as expected. Issue appears to be resolved. Thank you!

rofl0r commented 7 years ago

cool, thanks.