Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. CC src/bt/bt_bluez.lo
  2. In file included from ../src/bt/bt_bluez.c:68:0:
  3. /usr/local/include/bluetooth/bluetooth.h: In function ‘bt_get_le64’:
  4. /usr/local/include/bluetooth/bluetooth.h:177:9: error: expected specifier-qualifier-list before ‘typeof’
  5. return bt_get_unaligned((const uint64_t *) ptr);
  6. ^
  7. /usr/local/include/bluetooth/bluetooth.h:177:9: error: called object is not a function or function pointer
  8. return bt_get_unaligned((const uint64_t *) ptr);
  9. ^
  10. /usr/local/include/bluetooth/bluetooth.h:177:9: error: ‘struct <anonymous>’ has no member named ‘__v’
  11. return bt_get_unaligned((const uint64_t *) ptr);
  12. ^
  13. In file included from /usr/local/include/bluetooth/bluetooth.h:37:0,
  14. from ../src/bt/bt_bluez.c:68:
  15. /usr/local/include/bluetooth/bluetooth.h: In function ‘bt_get_be64’:
  16. /usr/local/include/bluetooth/bluetooth.h:182:18: error: expected specifier-qualifier-list before ‘typeof’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement