Not sure where to post the question, found this link on the wiki.
I installed a brand new box running Ubuntu server 18.04, I followed the instructions I found at: https://gist.github.com/phuckewe/897d8559f2f6c287d07a
I have also followed the instructions on the wiki as well, for manual compiling. Every time I get the same error:
curs_cio.c: In function ‘curs_getch’:
curs_cio.c:942:2: error: unknown type name ‘wint_t’; did you mean ‘uint8_t’?
wint_t ch;
^~~~~~
uint8_t
curs_cio.c:953:9: warning: implicit declaration of function ‘get_wch’; did you mean ‘getch’? [-Wimplicit-function-declaration]
while(get_wch(&ch)==ERR) {
^~~~~~~
getch
../build/Common.gmake:455: recipe for target 'gcc.linux.x64.obj.release-mt/curs_cio.o' failed
make[2]: *** [gcc.linux.x64.obj.release-mt/curs_cio.o] Error 1
make[2]: Leaving directory '/sbbs/src/conio' /sbbs/src/sbbs3/../build/Common.gmake:503: recipe for target 'ciolib-mt' failed make[1]: *** [ciolib-mt] Error 2
make[1]: Leaving directory '/sbbs/src/sbbs3'
GNUmakefile:159: recipe for target 'sbbs3' failed
make: *** [sbbs3] Error 2
Not sure where to post the question, found this link on the wiki.
I installed a brand new box running Ubuntu server 18.04, I followed the instructions I found at: https://gist.github.com/phuckewe/897d8559f2f6c287d07a
I have also followed the instructions on the wiki as well, for manual compiling. Every time I get the same error:
curs_cio.c: In function ‘curs_getch’:
curs_cio.c:942:2: error: unknown type name ‘wint_t’; did you mean ‘uint8_t’?
wint_t ch;
Not sure where to post the question, found this link on the wiki.
I installed a brand new box running Ubuntu server 18.04, I followed the instructions I found at: https://gist.github.com/phuckewe/897d8559f2f6c287d07a
Sysop: | Karloch |
---|---|
Location: | Madrid, Spain |
Users: | 54 |
Nodes: | 8 (0 / 8) |
Uptime: | 120:47:22 |
Calls: | 700 |
Files: | 17,895 |
Messages: | 65,993 |