JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

Fix dab-scanner build #99

Closed Lamarqe closed 1 year ago

Lamarqe commented 1 year ago

Without that fix, the build runs into the following compile error:

make[3]: Entering directory '/<<PKGBUILDDIR>>/build_scanner'
[  2%] Building CXX object CMakeFiles/dab-scanner-rtlsdr.dir/<<PKGBUILDDIR>>/devices/rtlsdr-handler/rtlsdr-handler.cpp.o
/<<PKGBUILDDIR>>/devices/rtlsdr-handler/rtlsdr-handler.cpp:32:17: fatal error: device-exceptions.h: No such file or directory
   32 | #include        "device-exceptions.h"
      |                 ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
JvanKatwijk commented 1 year ago

Thanks, I fixed it manually, together with a number of other modifications that needed to be done

Op wo 15 nov 2023 om 00:31 schreef Lamarqe @.***>:

Without that fix, the build runs into the following compile error:

make[3]: Entering directory '/<>/build_scanner' [ 2%] Building CXX object CMakeFiles/dab-scanner-rtlsdr.dir/<>/devices/rtlsdr-handler/rtlsdr-handler.cpp.o /<>/devices/rtlsdr-handler/rtlsdr-handler.cpp:32:17: fatal error: device-exceptions.h: No such file or directory 32 | #include "device-exceptions.h" | ^~~~~ compilation terminated.

— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/pull/99#issuecomment-1811556992, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQCYRZHW3PIEY5TXT5TYEP5LXAVCNFSM6AAAAAA7LTLPZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJRGU2TMOJZGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jan van Katwijk

Lamarqe commented 1 year ago

Okay, I will check it.