Показаны сообщения с ярлыком make. Показать все сообщения
Показаны сообщения с ярлыком make. Показать все сообщения

четверг, 30 мая 2013 г.

YAPH make error. Решение


При компиляции YAPH получаем ошибку: init.c:203: error: label at end of compound statement
make  all-recursive
make[1]: Entering directory `/home/brrrrain/soft/yaph-0.91'
Making all in yaph
make[2]: Entering directory `/home/
brrrrain/soft/yaph-0.91/yaph'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2   -c init.c
init.c: In function ‘init_options’:
init.c:203: error: label at end of compound statement
make[2]: *** [init.o] Ошибка 1
make[2]: Leaving directory `/home/
brrrrain/soft/yaph-0.91/yaph'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/
brrrrain/soft/yaph-0.91'
make: *** [all-recursive-am] Ошибка 2