Anyone interested in compiling Moria?
thanks,
Christopher.
I'll take a look tonight, and post the ipk if there are no problems.
I've tried compiling it.. but get the follow errors... any ideas?
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']io.c: In function `init_curses':
io.c:337: warning: passing arg 2 of `signal' from incompatible pointer type
io.c: In function `moriaterm':
io.c:389: error: storage size of 'tbuf' isn't known
io.c:425: error: `VINTR' undeclared (first use in this function)
io.c:425: error: (Each undeclared identifier is reported only once
io.c:425: error: for each function it appears in.)
io.c:426: error: `VQUIT' undeclared (first use in this function)
io.c:427: error: `VERASE' undeclared (first use in this function)
io.c:428: error: `VKILL' undeclared (first use in this function)
io.c:429: error: `VEOF' undeclared (first use in this function)
io.c:432: error: `VEOL' undeclared (first use in this function)
io.c:438: error: `VMIN' undeclared (first use in this function)
io.c:439: error: `VTIME' undeclared (first use in this function)
io.c: In function `shell_out':
io.c:650: error: storage size of 'tbuf' isn't known
io.c: At top level:
io.c:205: error: storage size of `save_termio' isn't known
make: *** [io.o] Error 1
[/div]