hidclient

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

hidclient

#1 Post by fabrice_035 »

!! need bluez !!

Hello,

Anyone can help me to compil hidclient

Source here
https://github.com/xenogenesi/hidclient

or

http://anselm.hoffmeister.be/computer/h ... ex.html.en

tried

Code: Select all

gcc -o hidclient -O2 -lbluetooth -Wall hidclient.c

hidclient.c:113:33: fatal error: bluetooth/bluetooth.h: No such file or directory
 #include <bluetooth/bluetooth.h>
                                 ^
compilation terminated.

and add include path make many errors

Code: Select all

gcc -I /usr/src/linux/include/ -o hidclient -O2 -lbluetooth -Wall hidclient.c
Help please

Regard

Post Reply