<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi All,<br>
<br>
I realized that my old Dell D830 used in the ham shack has an Nvidia
GPU that will run cuSDR. I haven't tried it before, and thought it
would be fun, but so far, I'm having difficulty finding much about
building it. It appears that Qt4.8 works better than Qt5.1, but I'd
rather use Qt5.1. I'm using Ubuntu 13.10.<br>
<br>
The closest I've got is with Qt4.8. I went to the svn: <br>
$ svn co <a class="moz-txt-link-freetext" href="http://svn.tapr.org/repos_sdr_hpsdr/trunk/DL3HVH/cuSDR64/">http://svn.tapr.org/repos_sdr_hpsdr/trunk/DL3HVH/cuSDR64/</a><br>
Then I opened QtCreator, selected Qt 4.8, and uncommented the
following:<br>
CONFIG += mobility<br>
MOBILITY += multimedia<br>
It then builds until the libraries are linking and it can't find the
library for QtMultimedia<br>
<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span
style=" color:#aa0000;">/usr/bin/ld: cannot find -lQtMultimedia</span><!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
I have qtmobility-dev installed with synaptic.<br>
<br>
I do: <br>
<br>
$ locate QtMultimedia | grep lib<br>
/opt/Qt/5.1.1/android_armv7/qml/QtMultimedia/libdeclarative_multimedia.so<br>
/opt/Qt/5.1.1/android_x86/qml/QtMultimedia/libdeclarative_multimedia.so<br>
/opt/Qt/5.1.1/gcc_64/qml/QtMultimedia/libdeclarative_multimedia.so<br>
/opt/Qt/Tools/QtCreator/bin/qml/QtMultimedia/libdeclarative_multimedia.so<br>
/opt/dassault-systemes/draftsight/lib/libQtMultimedia.so<br>
/opt/dassault-systemes/draftsight/lib/libQtMultimedia.so.4<br>
/usr/lib/x86_64-linux-gnu/libQtMultimediaKit.prl<br>
/usr/lib/x86_64-linux-gnu/libQtMultimediaKit.so<br>
/usr/lib/x86_64-linux-gnu/libQtMultimediaKit.so.1<br>
/usr/lib/x86_64-linux-gnu/libQtMultimediaKit.so.1.2<br>
/usr/lib/x86_64-linux-gnu/libQtMultimediaKit.so.1.2.0<br>
<br>
So it appears that I have libQtMultimediaKit instead of
libQtMultimedia<br>
<br>
I tried adding the libQtMultimedia.so from the draftsight directory,
but it appears to not match what I have the headers for, and I tried
a few other things too, but "no dice."<br>
<br>
Any ideas?<br>
<br>
Thanks,<br>
<br>
Rob<br>
<pre class="moz-signature" cols="72">--
Rob Frohne</pre>
</body>
</html>