home.social

#watanabeshell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #watanabeshell, aggregated by home.social.

  1. It turns out that getting #yash, the #WatanabeShell, version 2.54 to compile on FreeBSD needs only 1 correction so far.

    It doesn't detect ncurses properly because of, ironically, an error in one of the test programs used by ./configure .

    In one ncurses test program it correctly #includes <stdio.h>. But in another it erroneously tries to declare int putchar(int) itself. putchar() is a macro in BSD libc, and the declaration breaks the test program, thereby failing to find <term.h>.

    @magicant