Advertisement
Guest User

thinkpad_acpi make output

a guest
Apr 7th, 2013
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. make -C /lib/modules/3.5.0-26-generic/build M=/home/andrey/tpacpi modules
  2. make[1]: Entering directory `/usr/src/linux-headers-3.5.0-26-generic'
  3. CC [M] /home/andrey/tpacpi/thinkpad_acpi.o
  4. /home/andrey/tpacpi/thinkpad_acpi.c: In function 'hotkey_poll_stop_sync':
  5. /home/andrey/tpacpi/thinkpad_acpi.c:2533:4: error: implicit declaration of function 'thaw_process' [-Werror=implicit-function-declaration]
  6. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_force_load':
  7. /home/andrey/tpacpi/thinkpad_acpi.c:8832:1: warning: return from incompatible pointer type [enabled by default]
  8. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_fan_control':
  9. /home/andrey/tpacpi/thinkpad_acpi.c:8837:1: warning: return from incompatible pointer type [enabled by default]
  10. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_volume_control':
  11. /home/andrey/tpacpi/thinkpad_acpi.c:8866:1: warning: return from incompatible pointer type [enabled by default]
  12. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_enable':
  13. /home/andrey/tpacpi/thinkpad_acpi.c:8876:1: warning: return from incompatible pointer type [enabled by default]
  14. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_wlsw_state':
  15. /home/andrey/tpacpi/thinkpad_acpi.c:8899:1: warning: return from incompatible pointer type [enabled by default]
  16. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_bluetooth_state':
  17. /home/andrey/tpacpi/thinkpad_acpi.c:8905:1: warning: return from incompatible pointer type [enabled by default]
  18. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_wwan_state':
  19. /home/andrey/tpacpi/thinkpad_acpi.c:8911:1: warning: return from incompatible pointer type [enabled by default]
  20. /home/andrey/tpacpi/thinkpad_acpi.c: In function '__check_uwb_state':
  21. /home/andrey/tpacpi/thinkpad_acpi.c:8917:1: warning: return from incompatible pointer type [enabled by default]
  22. cc1: some warnings being treated as errors
  23. make[2]: *** [/home/andrey/tpacpi/thinkpad_acpi.o] Error 1
  24. make[1]: *** [_module_/home/andrey/tpacpi] Error 2
  25. make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-26-generic'
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement