On 07/04/16 19:04, Michael Jarosch wrote:
Am Montag, den 04.07.2016, 13:23 -0400 schrieb
Tweed:
btw, I built from above mentioned tarball not Aur.
Yeah - it seems to work fine with Arch. But unfortunately, I'm using
debian testing.
Greets!
Mitsch
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user(a)lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
hmm, I have one debian stretch machine (gcc 5.4.0-4). I'll give that
a try.
--
www.the-temp-agency.com/lollipop-factory
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user(a)lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user Was able to build on debian
stretch.
installed libqwt-dev 6.1.2-5 (i think this version takes care of your ld
-lqwt error)
added "QMAKE_CXXFLAGS += -std=c++11" to src/src.pro (found after
googling -std=c++11 warning)
qmake-qt4
make
executed binary bin/qloud
captured sine sweep and plotted.
--