[mojosetup] mojosetup cant find ncurses.h

Ryan C. Gordon icculus at icculus.org
Sat Sep 24 02:50:16 EDT 2011


> error: #error ncurses gui enabled, but no known header file found

That's strange, it shouldn't have let you build the ncurses support.

Try this:

    sudo apt-get install libncursesw5-dev

That _should_ give you the headers you need.

Failing that, start over with this on your cmake command line...

     -DMOJOSETUP_GUI_NCURSES=FALSE

...which will forcibly disable it.

--ryan.



More information about the mojosetup mailing list