when I try to ./buildapache.sea I get quite a lot of output that looks something like this.
-------------------------------------------------------------------
/usr/include/libio.h:353: warning: data definition has no type or storage class
/usr/include/libio.h:361: parse error before `__off64_t'
/usr/include/libio.h:460: parse error before `_IO_padn'
/usr/include/libio.h:460: parse error before `__ssize_t'
/usr/include/libio.h:460: warning: data definition has no type or storage class
/usr/include/libio.h:463: parse error before `_IO_seekoff'
/usr/include/libio.h:463: parse error before `__off64_t'
/usr/include/libio.h:463: warning: data definition has no type or storage class
/usr/include/libio.h:464: parse error before `_IO_seekpos'
/usr/include/libio.h:464: parse error before `__off64_t'
/usr/include/libio.h:464: warning: data definition has no type or storage class
In file included from /usr/include/ncurses/ncurses.h:81,
from dialog.h:29,
from lxdialog.c:22:
/usr/include/stdio.h:80: parse error before `fpos_t'
/usr/include/stdio.h:80: warning: data definition has no type or storage class
In file included from /usr/include/ncurses/ncurses.h:81,
----------------------------------------------------------------
And buildapache.sea just stops at
/usr/include/bits/stdio.h:122: warning: control reaches end of non-void function
make: *** [lxdialog.o] Error 1
Can anyone please help me out with why this would be happening?
-------------------------------------------------------------------
/usr/include/libio.h:353: warning: data definition has no type or storage class
/usr/include/libio.h:361: parse error before `__off64_t'
/usr/include/libio.h:460: parse error before `_IO_padn'
/usr/include/libio.h:460: parse error before `__ssize_t'
/usr/include/libio.h:460: warning: data definition has no type or storage class
/usr/include/libio.h:463: parse error before `_IO_seekoff'
/usr/include/libio.h:463: parse error before `__off64_t'
/usr/include/libio.h:463: warning: data definition has no type or storage class
/usr/include/libio.h:464: parse error before `_IO_seekpos'
/usr/include/libio.h:464: parse error before `__off64_t'
/usr/include/libio.h:464: warning: data definition has no type or storage class
In file included from /usr/include/ncurses/ncurses.h:81,
from dialog.h:29,
from lxdialog.c:22:
/usr/include/stdio.h:80: parse error before `fpos_t'
/usr/include/stdio.h:80: warning: data definition has no type or storage class
In file included from /usr/include/ncurses/ncurses.h:81,
----------------------------------------------------------------
And buildapache.sea just stops at
/usr/include/bits/stdio.h:122: warning: control reaches end of non-void function
make: *** [lxdialog.o] Error 1
Can anyone please help me out with why this would be happening?