Page 1 of 1

SDRPlay on Ubuntu 18.04

Posted: Sun Jun 24, 2018 3:16 pm
by k0fry
Hello,
This is my first question so please bear with me. I have rsp2 which I have working on Ubuntu 16.04 (Xenial) but I'm trying to get it to work on Bionic 18.04.

Everything work down to loading Cubic SDR. When I run:

cmake ../ -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_EXECUTABLE=~/Develop/wxWidgets-staticlib/bin/wx-config

I get:

64 bit compiler detected
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
wxWidgets_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindwxWidgets.cmake:953 (find_package_handle_standard_args)
CMakeLists.txt:175 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/k0fry/tarballs/CubicSDR/build/CMakeFiles/CMakeOutput.log".

Any help you can give would be greatly appreciated. Thanks a lot.

Re: SDRPlay on Ubuntu 18.04

Posted: Sun Jun 24, 2018 9:50 pm
by sdrplay
Looks like that cannot find the wxWidgets - did you build them? If so, check the path that you installed them to is the same as the one specified for the CubicSDR build.

Best regards,

SDRplay Support

Re: SDRPlay on Ubuntu 18.04

Posted: Sun Jul 01, 2018 4:42 pm
by k0fry
I tried to reinstall WxWidgets, I get warning messages about undefined variables. Could I be build the wrong version of WxWidgets?

Re: SDRPlay on Ubuntu 18.04

Posted: Fri Jul 06, 2018 10:01 am
by rino6
The same problem here. I also get warning messages about undefined variables even after I tried to reinstall it.