configure:10684: WARNING:
*** Insufficient UTF-8 support was detected in your curses and/or C
*** libraries. If you want UTF-8 support, please verify that your slang
*** was built with UTF-8 support or your curses was built with wide
*** character support, and that your C library was built with wide
*** character support.
tazpkg get-install mercurial
hg clone http://hg.slitaz.org/wok/ /home/slitaz/wok-slitaz
cd /home/slitaz/wok-slitaz
cp -a nano ncurse* ../wok
# Rules to configure and make the package.
compile_rules()
{
cd $PACKAGE-$VERSION
sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \
include/Makefile.in
./configure --prefix=/usr \
--libdir=/lib --sysconfdir=/etc \
--infodir=/usr/share/info --mandir=/usr/share/man \
--with-shared --without-debug --without-ada \
--enable-widec \
$CONFIGURE_ARGS &&
make &&
make DESTDIR=$PWD/_pkg install
}
tazwok cook ncurses
tazpkg install /home/slitaz/packages/ncurses-5.7-dev.tazp
kg --forced
tazpkg install /home/slitaz/packages/ncurses-dev-5.7-.taz
pkg --forced
tazwok cook nano
/usr/bin/reset: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
# Libs.
cp -a $_pkg/lib/libncurses.so* $fs/lib
strip --strip-unneeded $fs/lib/*.so*
* Pankso has written
we need a ncursesw package and rebuild all ncurses apps who can do UTF-8.
It looks like you're new here. If you want to get involved, click one of these buttons!