Re: sndfile::sndfile again

2023-01-04 Thread Ryan Volz
Hi, On 12/28/22 5:15 PM, Larry Doolittle wrote: gnuradio gurus - I just hit a problem with symptoms that precisely match https://lists.gnu.org/archive/html/discuss-gnuradio/2020-09/msg00055.html This is while attempting to build gr-osmosdr, basically the first real step in the instructions at

Re: sndfile::sndfile again

2022-12-29 Thread Cinaed Simson
The libsndfile1-dev installs the header files. In general, the -dev extension installs the header files and sometimes the static libraries. It most likely crashed because of the lack of header files - it found the dynamic libraries which where installed with gnuradio - but no header files.

Re: sndfile::sndfile again

2022-12-29 Thread Larry Doolittle
Cinaed - On Wed, Dec 28, 2022 at 06:31:17PM -0800, Cinaed Simson wrote: > Hi Larry - try >   apt install libsndfile1-dev Yes, I confirm that is the solution. Thanks! Although it's more practical to apt-get install --no-install-recommends libsndfile1-dev to keep xtrx-dkms out of it. Both speci

Re: sndfile::sndfile again

2022-12-28 Thread Cinaed Simson
Hi Larry - try   apt install libsndfile1-dev If it installs, blow away the build directory and try to build it again. Since you installed gnuradio form Debian, you can always install gr-osmosdr from Debian and it will match your gnuradio install. And just to be clear, you need to install gnu

sndfile::sndfile again

2022-12-28 Thread Larry Doolittle
gnuradio gurus - I just hit a problem with symptoms that precisely match https://lists.gnu.org/archive/html/discuss-gnuradio/2020-09/msg00055.html This is while attempting to build gr-osmosdr, basically the first real step in the instructions at https://wiki.recessim.com/view/Gr-smart_meters_Setu