Re: [tin 2.0.0] snaphsots
Dennis Preiser <[email protected]> Sun, 1 May 2011 12:43:45 +0200
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 01, 2011 at 12:39:37AM +0200, Urs JanÃen wrote: > I've made snapshots of the upcomming tin 2.0.0 release. > - several configure macros were updated (please test build on non > linux systems and with other compilers than gcc) With these changes HAVE_NCURSESW_NCURSES_H remains undefined in autoconf.h here (MacOSX). I have an older (non-widec) ncurses under /usr and a current ncursesw under $HOME/sw. I call configure like this: .configure --with-screen=ncursesw --with-curses-dir=$HOME/sw ... $HOME/sw/include/ncursesw/ncurses.h exists. Regardless, tin is linked against ncursesw in $HOME/sw (otool -L is similar to ldd): % otool -L src/tin src/tin: /Users/dennis/sw/lib/libpcre.0.dylib (compatibility version 1.0.0, current version 1.1.0) /Users/dennis/sw/lib/libncursesw.5.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10) Dennis