JvanKatwijk / qt-dab

Qt-DAB, a general software DAB (DAB+) decoder with a (slight) focus on showing the signal
http://www.sdr-j.tk
GNU General Public License v2.0
299 stars 62 forks source link

qt-dab-6.30 fails to build (cmake -DRTLSDR=ON) #310

Closed stefantalpalaru closed 11 months ago

stefantalpalaru commented 12 months ago
CMake Error at CMakeLists.txt:951 (add_executable):
  Cannot find source file:

    ../qt-devices/rtlsdr-handler-generic/rtlsdr-handler.cpp
andimik commented 12 months ago

As a workaround, just copy the files from the subdirectory (-windows) into this folder.

I remember that Jan has split the handler into Windows and Linux, both having its own directory.

JvanKatwijk commented 12 months ago

It is worse than that, since tje combincation windows-rtlsdr stick is a disaster I had to make two versions, one for Linux and one for Windows. Replace generic by Linux and all problems are goone, typically something one could easily be seen if looking at the sourcetree) I am really thiniking of removing the CMakeLists files alltogether, the qmake/make route is much easier and cleaner and gives more opportunities to set configuration options

Op ma 27 nov 2023 om 17:03 schreef andimik @.***>:

As a workaround, just rename the folder.

— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/310#issuecomment-1828133558, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQCSNPIB2NUBEGPV7ATYGS2WBAVCNFSM6AAAAAA74B365KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYGEZTGNJVHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jan van Katwijk