Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Fixes for compiling dvbt2 on msvc #6

Closed
wants to merge 4 commits into from
Closed

Fixes for compiling dvbt2 on msvc #6

wants to merge 4 commits into from

Conversation

guruofquality
Copy link

Someone requested I package this project into PothosSDR installer.

Most of the changes are reasonable however the biggest part of this diff is replacing the use of the non-const reference accessors real() and imag(). You cant assign to them when the accessors are const only. Apparently this is not part of the standard and it might be something that goes away in the future as far as gcc is concerned: https://arstechnica.com/civis/viewtopic.php?f=20&t=1258753 Anyway, cant do it under MSVC :-(

Let me know how you feel about that or if some of the smaller changes can be cherry picked.

@drmpeg
Copy link
Owner

drmpeg commented Sep 9, 2018

I'm afraid this OOT is deprecated. All of these blocks are in the main line GNU Radio DTV component.

@guruofquality
Copy link
Author

Thanks. Should have payed attention. I was already building it from the mainline and it already had these patches. Time wasted.. I dont know why that guy suggested this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants