[Asterisk-Dev] emacs bug

Paweł Gołaszewski blues at ds.pg.gda.pl
Tue Jun 10 07:40:09 MST 2003


When I try to build fresh sources from cvs I get:

[...]
emacs.c:474: `ED_SEARCH_NEXT_HISTORY' undeclared (first use in this function)
emacs.c:474: (Each undeclared identifier is reported only once
emacs.c:474: for each function it appears in.)
emacs.c: In function `em_inc_search_prev':
emacs.c:487: `ED_SEARCH_PREV_HISTORY' undeclared (first use in this function)
In file included from editline.c:6:
vi.c: In function `vi_search_prev':
vi.c:779: `ED_SEARCH_PREV_HISTORY' undeclared (first use in this function)
vi.c: In function `vi_search_next':
vi.c:792: `ED_SEARCH_NEXT_HISTORY' undeclared (first use in this function)
vi.c: In function `vi_repeat_search_prev':
vi.c:825: `ED_SEARCH_PREV_HISTORY' undeclared (first use in this function)
vi.c:826: `ED_SEARCH_NEXT_HISTORY' undeclared (first use in this function)
In file included from editline.c:7:
chared.c: In function `ch_init':
chared.c:442: `ED_UNASSIGNED' undeclared (first use in this function)
chared.c: In function `ch_reset':
chared.c:479: `ED_UNASSIGNED' undeclared (first use in this function)
In file included from editline.c:10:
key.c: In function `key_add':
key.c:202: `ED_SEQUENCE_LEAD_IN' undeclared (first use in this function)
key.c: In function `key_clear':
key.c:225: `ED_SEQUENCE_LEAD_IN' undeclared (first use in this function)
key.c: In function `node_trav':
key.c:289: `ED_END_OF_FILE' undeclared (first use in this function)
In file included from editline.c:11:
map.c: At top level:
map.c:67: `ED_MOVE_TO_BEG' undeclared here (not in a function)
map.c:67: initializer element is not constant
map.c:67: (near initialization for `el_map_emacs[1]')
[...]
help.c:73: (near initialization for `el_func_help[34].func')
common.c:131: warning: `ed_delete_prev_word' defined but not used
common.c:159: warning: `ed_delete_next_char' defined but not used
common.c:231: warning: `ed_move_to_end' defined but not used
common.c:254: warning: `ed_move_to_beg' defined but not used
common.c:277: warning: `ed_transpose_chars' defined but not used
common.c:303: warning: `ed_next_char' defined but not used
common.c:328: warning: `ed_prev_word' defined but not used
common.c:354: warning: `ed_prev_char' defined but not used
common.c:378: warning: `ed_quoted_insert' defined but not used
common.c:398: warning: `ed_digit' defined but not used
common.c:442: warning: `ed_argument_digit' defined but not used
common.c:467: warning: `ed_unassigned' defined but not used
common.c:486: warning: `ed_tty_sigint' defined but not used
common.c:499: warning: `ed_tty_dsusp' defined but not used
common.c:512: warning: `ed_tty_flush_output' defined but not used
common.c:525: warning: `ed_tty_sigquit' defined but not used
common.c:538: warning: `ed_tty_sigtstp' defined but not used
common.c:551: warning: `ed_tty_stop_output' defined but not used
common.c:564: warning: `ed_tty_start_output' defined but not used
common.c:577: warning: `ed_newline' defined but not used
common.c:595: warning: `ed_delete_prev_char' defined but not used
common.c:615: warning: `ed_clear_screen' defined but not used
common.c:643: warning: `ed_start_over' defined but not used
common.c:657: warning: `ed_sequence_lead_in' defined but not used
common.c:670: warning: `ed_prev_history' defined but not used
common.c:705: warning: `ed_next_history' defined but not used
common.c:849: warning: `ed_prev_line' defined but not used
common.c:892: warning: `ed_next_line' defined but not used
common.c:926: warning: `ed_command' defined but not used

It seems that in common.c are functions low-case written and in every 
other plase these are upper-case.

-- 
pozdr.  Paweł Gołaszewski 
---------------------------------
worth to see: http://www.againsttcpa.com/
CPU not found - software emulation...



More information about the asterisk-dev mailing list