salamanderrake

xboxdrv fail compile

Feb 3rd, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. 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
  2. In file included from src/bluetooth.hpp:22:0,
  3. from src/bluetooth.cpp:19:
  4. /usr/include/bluetooth/bluetooth.h: In function ‘uint64_t bt_get_le64(const void*)’:
  5. /usr/include/bluetooth/bluetooth.h:159:9: error: expected identifier before ‘*’ token
  6. /usr/include/bluetooth/bluetooth.h:159:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  7. /usr/include/bluetooth/bluetooth.h:159:9: error: expected ‘;’ at end of member declaration
  8. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘__v’ does not name a type
  9. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘typeof’ was not declared in this scope
  10. /usr/include/bluetooth/bluetooth.h:159:9: error: ‘struct bt_get_le64(const void*)::<anonymous>’ has no member named ‘__v’
  11. /usr/include/bluetooth/bluetooth.h: In function ‘uint64_t bt_get_be64(const void*)’:
  12. /usr/include/bluetooth/bluetooth.h:164:9: error: expected identifier before ‘*’ token
  13. /usr/include/bluetooth/bluetooth.h:164:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  14. /usr/include/bluetooth/bluetooth.h:164:9: error: expected ‘;’ at end of member declaration
  15. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘__v’ does not name a type
  16. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘typeof’ was not declared in this scope
  17. /usr/include/bluetooth/bluetooth.h:164:9: error: ‘struct bt_get_be64(const void*)::<anonymous>’ has no member named ‘__v’
  18. /usr/include/bluetooth/bluetooth.h: In function ‘uint32_t bt_get_le32(const void*)’:
  19. /usr/include/bluetooth/bluetooth.h:169:9: error: expected identifier before ‘*’ token
  20. /usr/include/bluetooth/bluetooth.h:169:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  21. /usr/include/bluetooth/bluetooth.h:169:9: error: expected ‘;’ at end of member declaration
  22. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘__v’ does not name a type
  23. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘typeof’ was not declared in this scope
  24. /usr/include/bluetooth/bluetooth.h:169:9: error: ‘struct bt_get_le32(const void*)::<anonymous>’ has no member named ‘__v’
  25. /usr/include/bluetooth/bluetooth.h: In function ‘uint32_t bt_get_be32(const void*)’:
  26. /usr/include/bluetooth/bluetooth.h:174:9: error: expected identifier before ‘*’ token
  27. /usr/include/bluetooth/bluetooth.h:174:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  28. /usr/include/bluetooth/bluetooth.h:174:9: error: expected ‘;’ at end of member declaration
  29. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘__v’ does not name a type
  30. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘typeof’ was not declared in this scope
  31. /usr/include/bluetooth/bluetooth.h:174:9: error: ‘struct bt_get_be32(const void*)::<anonymous>’ has no member named ‘__v’
  32. /usr/include/bluetooth/bluetooth.h: In function ‘uint16_t bt_get_le16(const void*)’:
  33. /usr/include/bluetooth/bluetooth.h:179:9: error: expected identifier before ‘*’ token
  34. /usr/include/bluetooth/bluetooth.h:179:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  35. /usr/include/bluetooth/bluetooth.h:179:9: error: expected ‘;’ at end of member declaration
  36. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘__v’ does not name a type
  37. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘typeof’ was not declared in this scope
  38. /usr/include/bluetooth/bluetooth.h:179:9: error: ‘struct bt_get_le16(const void*)::<anonymous>’ has no member named ‘__v’
  39. /usr/include/bluetooth/bluetooth.h: In function ‘uint16_t bt_get_be16(const void*)’:
  40. /usr/include/bluetooth/bluetooth.h:184:9: error: expected identifier before ‘*’ token
  41. /usr/include/bluetooth/bluetooth.h:184:9: error: expected ‘,’ or ‘...’ before ‘(’ token
  42. /usr/include/bluetooth/bluetooth.h:184:9: error: expected ‘;’ at end of member declaration
  43. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘__v’ does not name a type
  44. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘typeof’ was not declared in this scope
  45. /usr/include/bluetooth/bluetooth.h:184:9: error: ‘struct bt_get_be16(const void*)::<anonymous>’ has no member named ‘__v’
  46. scons: *** [src/bluetooth.o] Error 1
  47. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment