hidclient icon indicating copy to clipboard operation
hidclient copied to clipboard

fork of Anselm Martin Hoffmeister's hidclient http://anselm.hoffmeister.be/computer/hidclient/index.html.en

Results 5 hidclient issues
Sort by recently updated
recently updated
newest added

on fedora24 ``` ❯ gcc -o hidclient -O2 -lbluetooth -Wall hidclient.c hidclient.c:105:21: fatal error: stropts.h: No such file or directory #include ^ compilation terminated. ``` I found some discussion around...

gcc fails with lots of ld reference errors. /usr/bin/ld: hidclient.c:(.text+0xb23): undefined reference to `sdp_uuid16_create' /usr/bin/ld: hidclient.c:(.text+0xb2d): undefined reference to `sdp_list_append' /usr/bin/ld: hidclient.c:(.text+0xb3d): undefined reference to `sdp_set_uuidseq_attr' /usr/bin/ld: hidclient.c:(.text+0xb5f): undefined reference...

Hello, I've been looking at this code for a while now and trying to get it to work on Ubuntu 16.04 LTS. I've gotten to the point where the program...

I'm trying to compile this on Mint 18 (Ubuntu 16.04) and I get this error: hidclient.c:(.text+0x11c): undefined reference to `sdp_data_alloc_with_length' /tmp/ccKpSfSH.o: In function`main': hidclient.c:(.text.startup+0x7c7): undefined reference to `ba2str' collect2: error:...

On Ubuntu 16.04 I needed to perform a workaround[1] for the broken sdptools in Bluez 5. Then when I run the exectuable I get the message "Failed to open event...