https://bugzilla.novell.com/show_bug.cgi?id=201705 kmachalkova@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME ------- Comment #9 from kmachalkova@novell.com 2006-09-12 08:00 MST ------- I believe I've found the problem - at least why the compiler is not able to locate wide-character handling functions. In SUSE, we have both 'normal' and 'wide' version of ncurses library in one package (ncurses (-devel)). In Debian, you have to install libncursesw5(-dev) to get wide-character support. But if you do so, ncurses header files are no longer found in /usr/include - where yast2-ncurses module expects them - but in /usr/include/ncursesw/ instead. So, you have to tweak the makefiles to look for headers in this new location, or symlink ncurses header files to /usr/include directory. Anyway, I'm afraid this is nothing I could possibly fix -> closing as worksforme then. Feel free to reopen if the problem persists, or open a new bug for me if you encounter any further problems with yast2-ncurses module -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.