You are not logged in.

#1 2009-07-29 17:58:05

ajb
Member
From: Poland
Registered: 2008-02-06
Posts: 31

[solved] ekg2 unicode without ncurses

Maybe someone uses ekg2 and have the same problem as me used to. ekg2 package from community is compiled without ncurses. It's due to curses package. In other distros(ubuntu) libncursesw-dev has include files in /usr/include/ncursesw/ . In arch files are directly in /usr/include. Configure script check for files in ncursesw dir. You can change configure script every time or create symlink(i prefer this).
So type in console as root:

cd /usr/include
ln -s . ncursesw

And build ekg2 from sources or ekg2-unicode-svn from aur.

Offline

#2 2009-07-29 20:46:03

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [solved] ekg2 unicode without ncurses

You can send this patch to the author, if it works with it, and doesn't work without it.

Offline

Board footer

Powered by FluxBB