Advertisement
Guest User

Untitled

a guest
Jul 8th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /Downloads/bluediving-0.9/tools/btobex_src# make
  2. gcc -lbluetooth -lopenobex obex.c sdp.c main.c -o btobex
  3. obex.c:33:33: fatal error: bluetooth/bluetooth.h: No such file or directory
  4. compilation terminated.
  5. sdp.c:31:33: fatal error: bluetooth/bluetooth.h: No such file or directory
  6. compilation terminated.
  7. main.c:41:33: fatal error: bluetooth/bluetooth.h: No such file or directory
  8. compilation terminated.
  9. make: *** [all] Error 1
  10. root@HackTop:~/Downloads/bluediving-0.9/tools/btobex_src#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement