Hi all,<br><br>working with the latest stable version of Marble (downloaded within last week) I can get a widget into designer and compile a simple mainwindow app with marble positioned on the widget.<br><br>However it will not run, giving<br>
<style type="text/css">p, li { white-space: pre-wrap; }</style>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: 'Monospace'; font-size: 9pt; color: rgb(200, 0, 0);">error while loading shared libraries: libmarblewidget.so.11: cannot open shared object file: No such file or directory</span></p>
<p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">When setting out I used:</p><p style="margin: 0px; text-indent: 0px;"><br></p><pre class="text" style="font-family: monospace;">cmake -DQTONLY=OFF -DWITH_DESIGNER_PLUGIN=ON ../marble<br>
<br></pre>
from the build directory and had few issues reported. It clearly found
elements KDE 4.4.4 on my openSUSE 11.3 system but could not find gpsd (although this is actually in /usr/sbin) or libgps (actually in libgps19 in /usr/lib64) so it failed to build one module which I suspect I don't need for my usage. <br>
<br>Using cmake install created an install manifest which records libmarblewidget.so as being installed in /usr/local/lib64/libmarblewidget.so something I confirm by navigation & ls.<br><br>I can run marble from the command line - and it reports 1.0.2 latest stable and refers to KDE4.4.4<br>
<br>So I am a bit stumped on why the plugin doesn't play nice.<br><br>My .pro file contains the default lines Qt Creator supplied + the following manual additions<br><br>INCLUDEPATH += /usr/local/include/marble<br>LIBS += -L/usr/local/lib64 -lmarblewidget<br>
<br><br>Main question: any idea what I'm doing wrong to cause the link failure?<br><br>Secondary question: will the failure to build gpsd dependent items prevent basic map usage (e.g. where gps is not a feature of my current thinking)?<br>
<br>Regards,<br><br>Amit<br><br><br>
<p style="margin: 0px; text-indent: 0px;"><br></p><br>