amagnasco / xwpe

Upload of an abandoned ncurses-based programming environment
http://www.identicalsoftware.com/xwpe/
GNU General Public License v2.0
31 stars 7 forks source link

Compiling without X and without ncurses gives errors #75

Open gbonnema opened 7 years ago

gbonnema commented 7 years ago

In order to test how things work from ubuntu, I started compiling from my server (which is not a development platform). This server has no ncurses resulting in code being compiled that is normally hidden behind #ifdef and #ifndef. I get compile errors due to certain defines that are no longer active.

This needs sorting out. I suspect I disabled stuff in the old configuration that needs reactivation.

P.S. We really need to decide whether our software should run in the face of no ncurses. This is another issue alltogether.