Advertisement
Guest User

Untitled

a guest
May 26th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c: In function 'setup_readline':
  2. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:844:24: error: 'Function' undeclared (first use in this function)
  3. rl_startup_hook = (Function *)on_startup_hook;
  4. ^
  5. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:844:24: note: each undeclared identifier is reported only once for each function it appears in
  6. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:844:34: error: expected expression before ')' token
  7. rl_startup_hook = (Function *)on_startup_hook;
  8. ^
  9. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:846:36: error: expected expression before ')' token
  10. rl_pre_input_hook = (Function *)on_pre_input_hook;
  11. ^
  12. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:849:41: error: 'CPPFunction' undeclared (first use in this function)
  13. rl_attempted_completion_function = (CPPFunction *)flex_complete;
  14. ^
  15. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:849:54: error: expected expression before ')' token
  16. rl_attempted_completion_function = (CPPFunction *)flex_complete;
  17. ^
  18. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c: At top level:
  19. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:702:1: warning: 'on_startup_hook' defined but not used [-Wunused-function]
  20. on_startup_hook(void)
  21. ^
  22. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:709:1: warning: 'on_pre_input_hook' defined but not used [-Wunused-function]
  23. on_pre_input_hook(void)
  24. ^
  25. /export/home/alp/srcs/oi-userland/components/python/python26/Python-2.6.9/Modules/readline.c:804:1: warning: 'flex_complete' defined but not used [-Wunused-function]
  26. flex_complete(char *text, int start, int end)
  27. ^
  28.  
  29. Failed to find the necessary bits to build these modules:
  30. _bsddb bsddb185 linuxaudiodev
  31. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  32.  
  33.  
  34. Failed to build these modules:
  35. readline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement