On Sat, May 24, 2008 at 10:29:49PM -0500, Steve M. Robbins wrote: > FWIW: I pulled down the cmake sources and ran "debuild -b" on my i386 > machine: ccmake was built. > > This suggests perhaps > (a) something differs when the build is run in an xterm; or > (b) a build-dep is missing that I accidentally happen to have installed.
Another datapoint in favour of (b): the ccmake binary that I produced
is linked with ncurses, not the build-dependency "ncursesw".
[EMAIL PROTECTED] /usr/bin/ccmake | grep curses
libncurses.so.5 => /lib/libncurses.so.5 (0xb7f5a000)
Indeed, looking at FindCurses.cmake, it appears to be checking for
either "libcurses" or "libncurses" but not "libncursesw".
The simple fix appears to be to change the build-dep to
"libncurses5-dev".
Regards,
-Steve
signature.asc
Description: Digital signature

