CubicSDR compile problems (Linux Mint 17)
Posted: Fri Oct 30, 2015 11:21 am
Hi folks,
I'm trying to build the SDRplay software using the information provided for Ubuntu. This worked until I tried to compile CubicSDR. When typing "make" this error(s) came up. Packages "libwxgtk2.8-dev" and "libwxgtk2.8-dbg" are installed.
Any ideas what is missing? Thank you.
Martin
I'm trying to build the SDRplay software using the information provided for Ubuntu. This worked until I tried to compile CubicSDR. When typing "make" this error(s) came up. Packages "libwxgtk2.8-dev" and "libwxgtk2.8-dbg" are installed.
Any ideas what is missing? Thank you.
Martin
Code: Select all
martin@martin-ThinkPad:~/sdrplay/CubicSDR/build# make
[ 1%] Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
In file included from /home/martin/sdrplay/CubicSDR/src/AppFrame.h:6:0,
from /home/martin/sdrplay/CubicSDR/src/CubicSDR.h:18,
from /home/martin/sdrplay/CubicSDR/src/CubicSDR.cpp:15:
/home/martin/sdrplay/CubicSDR/src/visual/ScopeCanvas.h:62:23: error: ISO C++ forbids declaration of ‘wxDECLARE_EVENT_TABLE’ with no type [-fpermissive]
wxDECLARE_EVENT_TABLE();
^
In file included from /home/martin/sdrplay/CubicSDR/src/AppFrame.h:7:0,
from /home/martin/sdrplay/CubicSDR/src/CubicSDR.h:18,
from /home/martin/sdrplay/CubicSDR/src/CubicSDR.cpp:15:
/home/martin/sdrplay/CubicSDR/src/visual/SpectrumCanvas.h:46:23: error: ISO C++ forbids declaration of ‘wxDECLARE_EVENT_TABLE’ with no type [-fpermissive]
wxDECLARE_EVENT_TABLE();
[... lots of errors following]