Показать сообщение отдельно
Старый 21.09.2010, 21:13      #1539
3BEPYLLlKA
Пользователь
 
Аватар для 3BEPYLLlKA
По умолчанию

rmn, ага,верно.И снова ошибка
Спойлер
cc1: warnings being treated as errors
cp-name-parser.y: In function ‘cp_comp_to_string’:
cp-name-parser.y:1980:20: error: comparison between ‘enum demangle_component_type’ and ‘enum <anonymous>’
cp-name-parser.y:1985:25: error: comparison between ‘enum demangle_component_type’ and ‘enum <anonymous>’

:~/ins> grep -r cp_comp_to_string insight-6.8
Спойлер
insight-6.8/gdb/cp-support.h:extern char *cp_comp_to_string (struct demangle_component *result,
insight-6.8/gdb/ChangeLog-2005: (cp_comp_to_string): New prototypes.
insight-6.8/gdb/cp-name-parser.y:cp_comp_to_string (struct demangle_component *result, int estimated_len)
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, estimated_len);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (d_left (ret_comp), 10);
insight-6.8/gdb/cp-name-parser.c:cp_comp_to_string (struct demangle_component *result, int estimated_len)

zypper se cp-support
ничего не находит.
3BEPYLLlKA вне форума   Ответить с цитированием Вверх