magellannh
magellannh
I ran into the same problem trying to install 1.8.15 using a Raspberry Pi 4 Model B Rev 1.4 running Debian 10.9 (buster). I manually downloaded the .tar and ran...
convenience_static is part of the librtlsdr package and this package must be built before you can build rtl-wx. Complete instructions for installing on a raspberry pi can be found here:...
Re: copy from rtl-wx\src\librtlsdr\src\convenience to rtl-wx\src\librtlsdr\include That's only needed if you get a compile error when building librtlsdr. Your error seems to be a link error not a compile error.
From the build snippet you submitted, it looks like your librtlsdr directory has a version number tacked onto the end of it. The makefile isn't set up by default to...
That's probably a file permission error. The user that the software is running under needs to have write access to /tmp. I thought that was the default behavior on a...
Also, as a test you could try running the software in standalone mode to see if everything else is working aside from the file permission issue. Invoke the program in...
Do you actually have an efergy electricity sensor or is that erroneous data? Also from the dump it looks like you have three Oregon sensors: THGR810 temperature sensor (ID F824)...
I stamped a release as v1.0.0, so this should work: wget https://github.com/magellannh/rtl-wx/archive/v1.0.0.tar.gz
Sorry for the delay in responding to this. I don't have a system to use to help you debug this right now, but I can try to explain how it...
I'm not sure where your copy of rtl-wx.c came from, but that if shouldn't have a // in front of it. The latest source is here: https://github.com/magellannh/rtl-wx/blob/master/src/rtl-wx.c The 'if' statement...