Guest User

Untitled

a guest
May 3rd, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. make[2]: Entering directory '/tmp/ruby-2.4.4/ext/readline'
  2. compiling readline.c
  3. readline.c: In function ‘username_completion_proc_call’:
  4. readline.c:79:42: error: ‘username_completion_function’ undeclared (first use in this function)
  5. # define rl_username_completion_function username_completion_function
  6. ^
  7. readline.c:1869:37: note: in expansion of macro ‘rl_username_completion_function’
  8. rl_username_completion_function);
  9. ^
  10. readline.c:79:42: note: each undeclared identifier is reported only once for each function it appears in
  11. # define rl_username_completion_function username_completion_function
  12. ^
  13. readline.c:1869:37: note: in expansion of macro ‘rl_username_completion_function’
  14. rl_username_completion_function);
  15. ^
  16. readline.c: At top level:
  17. cc1: warning: unrecognized command line option ‘-Wno-self-assign’
  18. cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
  19. cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
  20. cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
  21. Makefile:246: recipe for target 'readline.o' failed
  22. make[2]: *** [readline.o] Error 1
  23. make[2]: Leaving directory '/tmp/ruby-2.4.4/ext/readline'
  24. exts.mk:248: recipe for target 'ext/readline/all' failed
  25. make[1]: *** [ext/readline/all] Error 2
  26. make[1]: Leaving directory '/tmp/ruby-2.4.4'
  27. uncommon.mk:220: recipe for target 'build-ext' failed
  28. make: *** [build-ext] Error 2
Advertisement
Add Comment
Please, Sign In to add comment