salamanderrake

Untitled

Feb 22nd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. make
  2. scons
  3. scons: Reading SConscript files ...
  4. Checking for C++ library X11... (cached) yes
  5. Checking for cwiid... (cached) no
  6. Checking for gtk+-2.0... (cached) yes
  7. scons: done reading SConscript files.
  8. scons: Building targets ...
  9. g++ -o src/bluetooth.o -c -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -g -O3 -Wall -ansi -pedantic -DPACKAGE_VERSION='"0.9.0"' -Isrc src/bluetooth.cpp
  10. In file included from src/bluetooth.hpp:22:0,
  11. from src/bluetooth.cpp:19:
  12. /usr/include/bluetooth/bluetooth.h: In function ‘uint64_t bt_get_le64(const void*)’:
  13. /usr/include/bluetooth/bluetooth.h:159:9: error: expected identifier before ‘*’ token
  14. /usr/include/bluetooth/bluetooth.h:159:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  15. /usr/include/bluetooth/bluetooth.h:159:9: error: expected ‘;’ at end of member declaration
  16. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘__v’ does not name a type
  17. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘typeof’ was not declared in this scope
  18. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘struct bt_get_le64(const void*)::<anonymous>’ has no member named ‘__v’
  19. /usr/include/bluetooth/bluetooth.h: In function ‘uint64_t bt_get_be64(const void*)’:
  20. /usr/include/bluetooth/bluetooth.h:164:9: error: expected identifier before ‘*’ token
  21. /usr/include/bluetooth/bluetooth.h:164:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  22. /usr/include/bluetooth/bluetooth.h:164:9: error: expected ‘;’ at end of member declaration
  23. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘__v’ does not name a type
  24. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘typeof’ was not declared in this scope
  25. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘struct bt_get_be64(const void*)::<anonymous>’ has no member named ‘__v’
  26. /usr/include/bluetooth/bluetooth.h: In function ‘uint32_t bt_get_le32(const void*)’:
  27. /usr/include/bluetooth/bluetooth.h:169:9: error: expected identifier before ‘*’ token
  28. /usr/include/bluetooth/bluetooth.h:169:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  29. /usr/include/bluetooth/bluetooth.h:169:9: error: expected ‘;’ at end of member declaration
  30. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘__v’ does not name a type
  31. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘typeof’ was not declared in this scope
  32. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘struct bt_get_le32(const void*)::<anonymous>’ has no member named ‘__v’
  33. /usr/include/bluetooth/bluetooth.h: In function ‘uint32_t bt_get_be32(const void*)’:
  34. /usr/include/bluetooth/bluetooth.h:174:9: error: expected identifier before ‘*’ token
  35. /usr/include/bluetooth/bluetooth.h:174:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  36. /usr/include/bluetooth/bluetooth.h:174:9: error: expected ‘;’ at end of member declaration
  37. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘__v’ does not name a type
  38. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘typeof’ was not declared in this scope
  39. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘struct bt_get_be32(const void*)::<anonymous>’ has no member named ‘__v’
  40. /usr/include/bluetooth/bluetooth.h: In function ‘uint16_t bt_get_le16(const void*)’:
  41. /usr/include/bluetooth/bluetooth.h:179:9: error: expected identifier before ‘*’ token
  42. /usr/include/bluetooth/bluetooth.h:179:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  43. /usr/include/bluetooth/bluetooth.h:179:9: error: expected ‘;’ at end of member declaration
  44. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘__v’ does not name a type
  45. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘typeof’ was not declared in this scope
  46. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘struct bt_get_le16(const void*)::<anonymous>’ has no member named ‘__v’
  47. /usr/include/bluetooth/bluetooth.h: In function ‘uint16_t bt_get_be16(const void*)’:
  48. /usr/include/bluetooth/bluetooth.h:184:9: error: expected identifier before ‘*’ token
  49. /usr/include/bluetooth/bluetooth.h:184:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  50. /usr/include/bluetooth/bluetooth.h:184:9: error: expected ‘;’ at end of member declaration
  51. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘__v’ does not name a type
  52. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘typeof’ was not declared in this scope
  53. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘struct bt_get_be16(const void*)::<anonymous>’ has no member named ‘__v’
  54. scons: *** [src/bluetooth.o] Error 1
  55. scons: building terminated because of errors.
  56. make: *** [xboxdrv] Error 2
Advertisement
Add Comment
Please, Sign In to add comment