seandepagnier / rtlsdr_pi

rtlsdr plugin for opencpn for AIS vhf and more on tv tuner usb dongle
30 stars 14 forks source link

Runtime Error on raspberry pi4 in OpenCPN #28

Open mgrouch opened 2 years ago

mgrouch commented 2 years ago

ASSERT INFO:
../src/common/object.cpp(251): assert "classTable->Get(m_className) == NULL" failed in Register(): Class "wxCommandEvent" already in RTTI table - have you used IMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file twice)?

BACKTRACE:
[1] wxClassInfo::Register()

On BBN OS I've tried building and deploying it. Like this:


sudo apt-get -y install gettext
git clone git://github.com/seandepagnier/rtlsdr_pi.git
cd rtlsdr_pi/
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

Thanks