Hello,
trying to compile the new Vanilla under SuSE 9.3 Linux, i got the following error:
Any idea?!?
:-O
trying to compile the new Vanilla under SuSE 9.3 Linux, i got the following error:
Code:
./configure --disable-x11 ... CC main-gcu.c In file included from main-gcu.c:63: /usr/include/ncurses.h:337: error: syntax error before "bool" /usr/include/ncurses.h:339: error: syntax error before "_leaveok" /usr/include/ncurses.h:340: error: syntax error before "_scroll" /usr/include/ncurses.h:341: error: syntax error before "_idlok" /usr/include/ncurses.h:342: error: syntax error before "_idcok" /usr/include/ncurses.h:343: error: syntax error before "_immed" /usr/include/ncurses.h:344: error: syntax error before "_sync" /usr/include/ncurses.h:345: error: syntax error before "_use_keypad" /usr/include/ncurses.h:372: error: syntax error before '}' token /usr/include/ncurses.h:393: error: syntax error before "is_term_resized" /usr/include/ncurses.h:399: error: syntax error before "bool" /usr/include/ncurses.h:521: error: syntax error before "can_change_color" /usr/include/ncurses.h:525: error: syntax error before "bool" /usr/include/ncurses.h:557: error: syntax error before "has_colors" /usr/include/ncurses.h:558: error: syntax error before "has_ic" /usr/include/ncurses.h:559: error: syntax error before "has_il" /usr/include/ncurses.h:561: error: syntax error before "bool" /usr/include/ncurses.h:562: error: syntax error before "bool" /usr/include/ncurses.h:563: error: syntax error before "bool" /usr/include/ncurses.h:577: error: syntax error before "bool" /usr/include/ncurses.h:578: error: syntax error before "isendwin" /usr/include/ncurses.h:579: error: syntax error before "is_linetouched" /usr/include/ncurses.h:580: error: syntax error before "is_wintouched" /usr/include/ncurses.h:582: error: syntax error before "bool" /usr/include/ncurses.h:584: error: syntax error before "bool" /usr/include/ncurses.h:586: error: syntax error before "bool" /usr/include/ncurses.h:645: error: syntax error before "bool" /usr/include/ncurses.h:650: error: syntax error before "bool" /usr/include/ncurses.h:677: error: syntax error before "bool" /usr/include/ncurses.h:703: error: syntax error before "bool" /usr/include/ncurses.h:1413: error: syntax error before "wenclose" /usr/include/ncurses.h:1415: error: syntax error before "wmouse_trafo" /usr/include/ncurses.h:1415: error: syntax error before "bool" /usr/include/ncurses.h:1416: error: syntax error before "mouse_trafo" /usr/include/ncurses.h:1416: error: syntax error before "bool" main-gcu.c: In function `Term_xtra_gcu_alive': main-gcu.c:290: error: dereferencing pointer to incomplete type main-gcu.c:290: error: dereferencing pointer to incomplete type main-gcu.c:290: warning: left-hand operand of comma expression has no effect main-gcu.c: In function `Term_nuke_gcu': main-gcu.c:383: error: dereferencing pointer to incomplete type main-gcu.c:383: error: dereferencing pointer to incomplete type main-gcu.c:383: warning: left-hand operand of comma expression has no effect main-gcu.c: In function `Term_xtra_gcu': main-gcu.c:505: error: dereferencing pointer to incomplete type main-gcu.c: In function `Term_text_gcu': main-gcu.c:616: error: dereferencing pointer to incomplete type main-gcu.c:630: error: dereferencing pointer to incomplete type main-gcu.c: In function `init_gcu': main-gcu.c:712: error: `bool' undeclared (first use in this function) main-gcu.c:712: error: (Each undeclared identifier is reported only once main-gcu.c:712: error: for each function it appears in.) main-gcu.c:712: error: syntax error before "use_big_screen" main-gcu.c:720: error: `use_big_screen' undeclared (first use in this function) make[2]: *** [main-gcu.o] Error 1 make[1]: *** [build] Error 2 make: *** [build] Error 2
:-O
Comment