Я пытаюсь скомпилировать ncurses-5.7 из исходного кода и после запуска ./configure я получаю следующую ошибку:
configure: error: Your compiler does not appear to recognize prototypes.
You have the following choices:
a. adjust your compiler options
b. get an up-to-date compiler
c. use a wrapper such as unproto
как я могу исправить эту ошибку?