Re: [Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-16 Thread Barry Duggan
Hi Volker, You are correct that libhidapi-libusb0 was installed when I installed libhidapi-dev. Thanks again for your help. --- Barry Duggan KV4FV On 2019-08-16 15:16, Volker Schroer wrote: Hi Barry, it's my mistake, the package is called libhidapi-libusb0 (as least on my system ubuntu ).

Re: [Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-16 Thread Barry Duggan
Hi Volker, Yes I did: pi@raspberrypi:~/gr-fcdproplus $ sudo apt-get update Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian buster InRelease [25.1 kB] Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

Re: [Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-16 Thread Volker Schroer
Hi Barry, did you try apt-get install lib-hidapiusb0 Hi Volker, I installed libhidapi-dev and the build works. However, I could not locate lib-hidapiusb0. Where is it? Is it needed? My flowgraph compiles, but I haven't installed the udev rules yet, so it doesn't find the dongle. Thanks

Re: [Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-16 Thread Barry Duggan
Hi Volker, I installed libhidapi-dev and the build works. However, I could not locate lib-hidapiusb0. Where is it? Is it needed? My flowgraph compiles, but I haven't installed the udev rules yet, so it doesn't find the dongle. Thanks -- Barry Duggan KV4FV On Fri, 16 Aug 2019 08:13:26 +0200

Re: [Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-15 Thread Volker Schroer
Hi, there was an error in the cmake script. As in the summary noted, the bundled hidapi should be used. Just fixed it in the git repositry. This should compile . But I'd prefer, to use the latest hidapi. You have to install something like libhidapi-dev and lib-hidapiusb0. I'm not familiar with p

[Discuss-gnuradio] Trying to build gr-fcdproplus for GR 3.8

2019-08-15 Thread Barry Duggan
Hi, I'm trying to build gr-fcdproplus for GR 3.8 since 'libusb-1.0' was missing, I did: "sudo apt-get install libusb-1.0" to load hidapi, I did 'sudo pip3 install hidapi' the cmake summary is: -- Build Summary = -- Building gr-fcdproplus : .. for Li