drmpeg / gr-dvbc

A DVB-C transmitter for GNU Radio
GNU General Public License v3.0
9 stars 4 forks source link

Gnu Radio Version problem ? #2

Open nuricekin11 opened 4 years ago

nuricekin11 commented 4 years ago

While trying t build with Cmake I took following errors:

_CMake Error at CMakeLists.txt:143 (find_package): Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.7.2".

The following configuration files were considered but not accepted:

/usr/lib64/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.0.0
/usr/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.0.0
/lib64/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.0.0
/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.0.0_

I use GnuRadio 3.8.0.0. Is there any solution about it?

drmpeg commented 4 years ago

I've created a GNU Radio 3.8 version for you. See:

https://github.com/drmpeg/gr-dvbc38

nuricekin11 commented 4 years ago

Thanks a lot !!