Page 1 of 1

CubicSDR compile problems (Linux Mint 17)

Posted: Fri Oct 30, 2015 11:21 am
by MartinJ
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

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]


Re: CubicSDR compile problems (Linux Mint 17)

Posted: Fri Oct 30, 2015 1:31 pm
by sdrplay
Hi,

I've forwarded the issue to the developer. Hopefully he'll be able to throw some light on the issue.

Best regards,

SDRplay Support

Re: CubicSDR compile problems (Linux Mint 17)

Posted: Sun Nov 01, 2015 9:29 pm
by sdrplay
Hi,

CubicSDR requires wx3.x (developer uses 3.0.2+), you only have wx2.8 - if you update that you should be ok.

Best regards,

SDRplay Support

Re: CubicSDR compile problems (Linux Mint 17)

Posted: Sat Nov 07, 2015 11:22 pm
by pa1ap
Could anyone confirm that sdrlay actually runs on linux mint 17? I have tried whole day various installs but it simply does not work for me.. I have followed the guidance provided. Is it confirmed running on mint 17?

Re: CubicSDR compile problems (Linux Mint 17)

Posted: Wed Dec 30, 2015 4:50 pm
by mbott
CubicSDR will most definitely run with the SDTplay under Linux 17.3 and Ubuntu 14.04LTS. I've built under both using the following:

https://github.com/cjcliffe/CubicSDR/wiki/Build-Linux

--
Mike