Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [2009-12-05 17:07:42] make
  2. main.c: In function ‘objcdummyfunction’:
  3. main.c:19: warning: implicit declaration of function ‘objc_msgSend’
  4. main.c: At top level:
  5. main.c:19: warning: ‘objcdummyfunction’ defined but not used
  6. eval.c: In function ‘ruby_cleanup’:
  7. eval.c:139: warning: passing argument 1 of ‘ruby_init_stack’ discards qualifiers from pointer target type
  8. gc.c: In function ‘garbage_collect_with_gvl’:
  9. gc.c:597: warning: cast from pointer to integer of different size
  10. readline.c: In function ‘readline_s_vi_editing_mode’:
  11. readline.c:453: warning: implicit declaration of function ‘rl_vi_editing_mode’
  12. readline.c: In function ‘readline_s_emacs_editing_mode’:
  13. readline.c:499: warning: implicit declaration of function ‘rl_emacs_editing_mode’
  14. readline.c: In function ‘username_completion_proc_call’:
  15. readline.c:1156: error: ‘rl_username_completion_function’ undeclared (first use in this function)
  16. readline.c:1156: error: (Each undeclared identifier is reported only once
  17. readline.c:1156: error: for each function it appears in.)
  18. readline.c: In function ‘Init_readline’:
  19. readline.c:1309: warning: implicit declaration of function ‘rl_clear_signals’
  20. make[1]: *** [readline.o] Error 1
  21. make: *** [mkmain.sh] Error 1
Add Comment
Please, Sign In to add comment