I installed gnu-radio on a FC8 machine using “yum install gnuradio
usrp usrp-devel”. (Thanks for the rpms!)
I’m trying to compile a program that links against the usrp library.
After installing usrp-devel, I am still missing the usrp*.h header
files.
[philip.mprg@localhost USRP]$ rpm -ql usrp-devel
/usr/lib/libusrp.so
suggests that the header files need adding to the devel package.
Philip
Hello Philip,
Philip B. wrote:
I installed gnu-radio on a FC8 machine using “yum install gnuradio
usrp usrp-devel”. (Thanks for the rpms!)
Cool! Thank you for using it!
I’m trying to compile a program that links against the usrp library.
After installing usrp-devel, I am still missing the usrp*.h header
files.
[philip.mprg@localhost USRP]$ rpm -ql usrp-devel
/usr/lib/libusrp.so
suggests that the header files need adding to the devel package.
Right, thank you for reporting. I’ve incidentally put these header files
into gnuradio-devel package. This will be fixed by upcoming update.
I’ll let you know as soon as have the update ready.