Closed chris-y closed 1 year ago
Next week I ll have a look, thanks
On Wed, Jun 21, 2023, 10:49 AM Chris Young @.***> wrote:
When building dab-scanner-rtlsdr, the following error occurred:
devices/rtlsdr-handler/rtlsdr-handler.cpp:32:10: fatal error: device-exceptions.h: No such file or directory 32 | #include "device-exceptions.h" | ^
~~~~Commands used to encounter the problem:
$cd dab-scanner/ $ mkdir build $ cd build $ cmake .. -DRTLSDR=ON $ make
This pull request fixes this error.
You can view, comment on, or merge this pull request online at:
https://github.com/JvanKatwijk/dab-cmdline/pull/95 Commit Summary
- 6f91e40 https://github.com/JvanKatwijk/dab-cmdline/pull/95/commits/6f91e408fd5de02da964eb723fbec6db02dc0fb7 Fix include of device-exceptions.h
File Changes
(1 file https://github.com/JvanKatwijk/dab-cmdline/pull/95/files)
- M devices/rtlsdr-handler/rtlsdr-handler.cpp https://github.com/JvanKatwijk/dab-cmdline/pull/95/files#diff-071f5d25fa2a37ec7c024b54b464ef704787a98682082d2c0b294a69f97eb170 (2)
Patch Links:
- https://github.com/JvanKatwijk/dab-cmdline/pull/95.patch
- https://github.com/JvanKatwijk/dab-cmdline/pull/95.diff
— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/pull/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHA4FRYFVTTQO5XKKTXMKYRVANCNFSM6AAAAAAZONBZWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I addressed it by changing the CMaleLists.txt file, the the offending file was not named
Op wo 21 jun 2023 om 17:14 schreef jan van katwijk @.***>:
Next week I ll have a look, thanks
On Wed, Jun 21, 2023, 10:49 AM Chris Young @.***> wrote:
When building dab-scanner-rtlsdr, the following error occurred:
devices/rtlsdr-handler/rtlsdr-handler.cpp:32:10: fatal error: device-exceptions.h: No such file or directory 32 | #include "device-exceptions.h" | ^
~~~~Commands used to encounter the problem:
$cd dab-scanner/ $ mkdir build $ cd build $ cmake .. -DRTLSDR=ON $ make
This pull request fixes this error.
You can view, comment on, or merge this pull request online at:
https://github.com/JvanKatwijk/dab-cmdline/pull/95 Commit Summary
- 6f91e40 https://github.com/JvanKatwijk/dab-cmdline/pull/95/commits/6f91e408fd5de02da964eb723fbec6db02dc0fb7 Fix include of device-exceptions.h
File Changes
(1 file https://github.com/JvanKatwijk/dab-cmdline/pull/95/files)
- M devices/rtlsdr-handler/rtlsdr-handler.cpp https://github.com/JvanKatwijk/dab-cmdline/pull/95/files#diff-071f5d25fa2a37ec7c024b54b464ef704787a98682082d2c0b294a69f97eb170 (2)
Patch Links:
- https://github.com/JvanKatwijk/dab-cmdline/pull/95.patch
- https://github.com/JvanKatwijk/dab-cmdline/pull/95.diff
— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/pull/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHA4FRYFVTTQO5XKKTXMKYRVANCNFSM6AAAAAAZONBZWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Jan van Katwijk
Cool, I'll close this then.
When building dab-scanner-rtlsdr, the following error occurred:
Commands used to encounter the problem:
This pull request fixes this error.