Re: mutt on macOS and --with-curses=DIR
Fabian Groffen via Mutt-dev <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12-04-2026 12:54:42 +0200, Dennis Preiser wrote:
> ncurses:
>
> dennis@coredump:~/src/ncurses-6.6-20260411% ./configure --prefix=${MY_PREFIX} --mandir=${MY_PREFIX}/share/man --with-shared --without-debug --enable-widec --disable-home-terminfo --enable-sigwinch --without-ada --disable-rpath --enable-colorfgbg --without-tests --with-pcre2 --with-pkg-config --enable-pc-files
Add --enable-overwrite here, so you get libcurses symlink.
> dennis@coredump:~% ls -l ~/sw/lib/*curses*
> -rw-r--r--@ 1 dennis staff 111536 Apr 12 11:15 /Users/dennis/sw/lib/libncurses++w.a
> -rwxr-xr-x@ 1 dennis staff 364096 Apr 12 11:15 /Users/dennis/sw/lib/libncursesw.6.dylib
> -rw-r--r--@ 1 dennis staff 642392 Apr 12 11:15 /Users/dennis/sw/lib/libncursesw.a
> lrwxr-xr-x@ 1 dennis staff 19 Apr 12 11:15 /Users/dennis/sw/lib/libncursesw.dylib -> libncursesw.6.dylib
As this listing indicates.
ncurses tries to "protect" you here, but in reality you really want to
"overwrite" the host/system ncurses.
lrwxr-xr-x 1 fabian staff 18 Feb 9 18:29 libncurses.dylib -> libncurses.6.dylib
Fabian
signature.asc
(application/pgp-signature, 265 B)
-----BEGIN PGP SIGNATURE----- iJEEABYKADkWIQTVZ7uEvqwb4Fv6o7r1Tg7q2DMGLwUCaduCKRsUgAAAAAAEAA5t YW51MiwyLjUrMS4xMiwwLDMACgkQ9U4O6tgzBi/E2wEAgYvcQ6avwbddNjT7cKk4 MLPA5FzSq9+JPFb6p2yuAD4A/3jxeVSL8k3S6z/2AdlgD4y0UkP+yOkwRjM206z9 oEUN =0gtr -----END PGP SIGNATURE-----