Hello everyone,<br><br>Some news :<br>First, build Marble:<br><ul><li>don&#39;t need any more to copy C:\Qt\2010.02.1\mingw  to C:\mingw because of adding mingw&#39;s path in the <span><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);" title="">environment variable</span></span>s</li>







<li>you can install marble also with Qt Command Prompt  with D:\marbleSVN\marble-build&gt;mingw32-make install<br></li></ul>Remaining issues :<br>no openstreetmap download! =&gt;big blue marble =&gt; <i>How to fix it ?</i><br>





<br>
<br>
Then, level 2 : build an application using marble widget<br><br>I have that kind of project developed under linux for now so I have to adapted my .pro to fits windows&#39; paths like this:<br><br>win32 {<br>    INCLUDEPATH += $$quote(C:/Program Files/marble/include/marble)<br>







    LIBS += D:/marbleSVN/marble-build/src/lib/libmarblewidget.dll.a<br>}<br>unix {<br>    LIBS += -L/usr/local/lib \<br>    -lmarblewidget<br>}<br><br>then import my project into Qt creator and build it.<br>But When I try to execute  i have &quot;Program exited with code 03&quot; <br>






and a popup windows <span><span style="background-color: rgb(255, 255, 255);" title="intitulée">entitled </span></span>&quot;Microsoft Visual C++ Runtime Library&quot;<br>&quot;runtime error <br>Program: D:\mysoft\bin\mysoft.exe<br>





This application  has requested the Runtime to terminate it in an unusual way.<br>Please contact the application&#39;s support team for more information&quot;<br><br>so I still don&#39;t know what is wrong.. why MS VC++??<br>


<br>I am trying to do it all out of Qt creator to see if it is because of it but <br>I did an svn up and now<b> I can&#39;t build..</b><br>=&gt; <a href="http://pastebin.com/nQ7cQWXt" target="_blank">http://pastebin.com/eJ6EJBib</a><br>

<br>So plz fix it :)<br><br>CU for the next step<br><br>Sylvain<br>


<div dir="ltr"><div title="Écouter la 
traduction"></div>
<span><span style="background-color: rgb(255, 255, 255);" title="intitulée"><br><br>
</span></span></div>
<br><div class="gmail_quote">
2010/5/12 Christophe Leske <span dir="ltr">&lt;<a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">











  

<div bgcolor="#ffffff" text="#000000">
Am 11.05.2010 18:22, schrieb Sylvain Paré:
<div><blockquote type="cite">
  
Hi Simon,<br>
Thank you for your help!<br>
It point me out that I did a mistake when adding mingw and qmake in my
%PATH.<br>
So I succeed to build my makefile in Qt Create with cmake just after
having my paths well defined.<br>
</blockquote>
<br></div>
Hello Sylvain, <br>
<br>
thank you very much for this interesting HowTo. <br>
<br>
I have had some help by Patrick Spendrin in the past, trying to get the
marble widget working in QTCreator, and we came as far as you did
(sorry, but I couldn&#39;t post or recall the steps for it, we fiddled with
it for a couple of hours to get it that far just to notice then that
QtCreator is apparently built with the VC++ compiler and not MingW,
which makes the lib incompatible if i remember well). Anyway, we never
got the widget lib to work in QtCreator, so I am still very interested
in that.<br>
<br>
I would also like to learn more about the build system and the project
structure in general, and got myself another book on Qt yesterday. This
said, i am a freelance developer and therefore don&#39;t have that much
time to experiment. Is there a good primer or tutorial on how marble is
structured or how to get a head start on the source code or project in
general?<br>
<br>
Thanks again, <br>
<pre cols="72">-- 
Christophe Leske

<a href="http://www.multimedial.de" target="_blank">www.multimedial.de</a> - <a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a>
<a href="http://www.linkedin.com/in/multimedial" target="_blank">http://www.linkedin.com/in/multimedial</a>
Vogteistrasse 19 - 51647 Gummersbach
+49(0)177 249 70 31

</pre>
</div>

</blockquote></div><br>