We need a configuration where X-Windows is not present and one where ncurses is not present. The reason is that currently the code behind the not defined of X-Windows and ncurses are never executed, compiled and tested. I know it is a lot of work to maintain several development environments just to compile and run specific code segments. If we are serious in supporting them, that is what we should do. At the very least it should be compile error free.
Hi Alessandro,
We need a configuration where X-Windows is not present and one where ncurses is not present. The reason is that currently the code behind the
not defined
of X-Windows and ncurses are never executed, compiled and tested. I know it is a lot of work to maintain several development environments just to compile and run specific code segments. If we are serious in supporting them, that is what we should do. At the very least it should be compile error free.Let me know what your think.