for this version you need an older version of Qt. on Jessie try using 4.8. Qt changed the libraries to use Chrome's version of Webkit and didn't retain API compatibility.
It would be great if you could try the dream2018 branch
FYI I'm getting stuttering audio on this branch in Linux but its fine on MacOs. It doesn't seem to be a sound card issue as it happens when I read I/F samples from a file and write the wav output to a file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to compile dream-svn1021 under Debian Jessie with qt 5.7.1
and the compilation stops at:
Any help would be greatly appreciated.
Hi,
for this version you need an older version of Qt. on Jessie try using 4.8. Qt changed the libraries to use Chrome's version of Webkit and didn't retain API compatibility.
It would be great if you could try the dream2018 branch
https://sourceforge.net/p/drm/code/HEAD/tree/branches/dream2018/
That supports all the latest libraries and even has the ability to be built into a .deb file.
It's still work in progress but should run OK.
dream2018 fails to build due to fdk-acc:
try now, I've conditionally excluded calls needing fdk2.
FYI I'm getting stuttering audio on this branch in Linux but its fine on MacOs. It doesn't seem to be a sound card issue as it happens when I read I/F samples from a file and write the wav output to a file.