Hi.<br><br>As there is actually no more issue for building marble on windows I just wrote on howto on the wiki/techbase :<br><a href="http://techbase.kde.org/Projects/Marble/WindowsCompiling">http://techbase.kde.org/Projects/Marble/WindowsCompiling</a><br>

Simon I took some of your hints.<br>If anyone has something to say.. let&#39;s talk!<br>CU<br>Sylvain.<br>ps: I still can&#39;t run ma application...I tried with a deferent version of mingw but i does not build as qmake was not build to use this version surely.<br>

I found <a href="http://www.qtcentre.org/threads/19187-Qwt-Data_Plot-Example-Runtime-Error">this</a>. need to reboot to test it. we will see....<br><br><br><div class="gmail_quote">2010/5/20 Sylvain Paré <span dir="ltr">&lt;<a href="mailto:sylvain.pare@gmail.com">sylvain.pare@gmail.com</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;">Hello folks!<br><br>Some updates :<br>Building Marble on Windows:<br><div style="margin-left: 40px;">

First issue is solved thanks to vonreth! (in /marble/src/plugins/render/aprs/ )<br>I still have the seconde issue!<br>if someone knows why I have a blue marble instead of openstreetmap.. (no download?)<br>



What do I have to check?<br><br></div>Building my libmarble dependant app:<br><div style="margin-left: 40px;">I am still stuck on the &quot;Microsoft Visual C++ Runtime Library&quot;<br>&quot;runtime error ...&quot;<br>But WTF! I use CMake&gt;qmake&gt;mingw32-make&gt;gcc/g++       ( &quot;&gt;&quot;  =&gt; which uses/calls )<br>





why do I have an error with VC++ runtime library??<br>If someone has a clue..<br><br>For now I will try with another version of mingw instead of the version coming from Qt sdk.<br></div><br>CU<br><br><br><div class="gmail_quote">


2010/5/18 Sylvain Paré <span dir="ltr">&lt;<a href="mailto:sylvain.pare@gmail.com" target="_blank">sylvain.pare@gmail.com</a>&gt;</span><div><div></div><div class="h5"><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Torsten,<br><br>No, I wanted to find a stable way to build this kind of application before reporting it on the techbase.<br>As it is not complete I am not very comfortable with the idea of putting it (potentially huge dumb instruction)<br>







on the techbase. As I said at the beginning of this thread, I prefer to discuss about this here and then to write it on<br>the techbase when reviewed by more than one person.<br>Plus, about the first step, &quot;building Marble on Windows&quot;, as I have two issues not yet resolved, I don&#39;t want to publish it yet.<br>







First issue =&gt; currently it does not build anymore since last week. cf <a href="http://pastebin.com/nQ7cQWXt" target="_blank">http://pastebin.com/eJ6EJBib</a> =&gt; <i>if someone has a clue..</i><br>Second issues =&gt; when I succeeded to build it the first time I had no openstreetmap download! =&gt; big blue marble =&gt; <i>How to fix it ?<br>







<br></i><div>Thank you for your help<br></div>CU<br><br>Sylvain<i><br></i><br><div class="gmail_quote">2010/5/17 Torsten Rahn <span dir="ltr">&lt;<a href="mailto:tackat@t-online.de" target="_blank">tackat@t-online.de</a>&gt;</span><div>





<div></div><div><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Sylvain,<br>
<br>
Is there a wiki page for your explanations available?<br>
<br>
Please add your explanations to the wiki even if they are not complete or still<br>
have issues. :-)<br>
<br>
This kind of stuff is usually added to<br>
<br>
<a href="http://techbase.kde.org/Projects/Marble" target="_blank">http://techbase.kde.org/Projects/Marble</a><br>
<br>
Thanks for your work on this issue!<br>
<br>
Torsten<br>
<div><div></div><div><br>
On Monday 17 May 2010 16:51:27 Sylvain Paré wrote:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; Some news :<br>
&gt; First, build Marble:<br>
&gt;<br>
&gt;    - don&#39;t need any more to copy C:\Qt\2010.02.1\mingw  to C:\mingw because<br>
&gt;    of adding mingw&#39;s path in the environment variables<br>
&gt;    - you can install marble also with Qt Command Prompt  with<br>
&gt;    D:\marbleSVN\marble-build&gt;mingw32-make install<br>
&gt;<br>
&gt; Remaining issues :<br>
&gt; no openstreetmap download! =&gt;big blue marble =&gt; *How to fix it ?*<br>
&gt;<br>
&gt;<br>
&gt; Then, level 2 : build an application using marble widget<br>
&gt;<br>
&gt; I have that kind of project developed under linux for now so I have to<br>
&gt; adapted my .pro to fits windows&#39; paths like this:<br>
&gt;<br>
&gt; win32 {<br>
&gt;     INCLUDEPATH += $$quote(C:/Program Files/marble/include/marble)<br>
&gt;     LIBS += D:/marbleSVN/marble-build/src/lib/libmarblewidget.dll.a<br>
&gt; }<br>
&gt; unix {<br>
&gt;     LIBS += -L/usr/local/lib \<br>
&gt;     -lmarblewidget<br>
&gt; }<br>
&gt;<br>
&gt; then import my project into Qt creator and build it.<br>
&gt; But When I try to execute  i have &quot;Program exited with code 03&quot;<br>
&gt; and a popup windows entitled &quot;Microsoft Visual C++ Runtime Library&quot;<br>
&gt; &quot;runtime error<br>
&gt; Program: D:\mysoft\bin\mysoft.exe<br>
&gt; This application  has requested the Runtime to terminate it in an unusual<br>
&gt; way.<br>
&gt; Please contact the application&#39;s support team for more information&quot;<br>
&gt;<br>
&gt; so I still don&#39;t know what is wrong.. why MS VC++??<br>
&gt;<br>
&gt; I am trying to do it all out of Qt creator to see if it is because of it<br>
&gt; but<br>
&gt;<br>
&gt; I did an svn up and now* I can&#39;t build..*<br>
</div></div>&gt; =&gt; <a href="http://pastebin.com/eJ6EJBib" target="_blank">http://pastebin.com/eJ6EJBib</a> &lt;<a href="http://pastebin.com/nQ7cQWXt" target="_blank">http://pastebin.com/nQ7cQWXt</a>&gt;<br>
<div><div></div><div>&gt;<br>
&gt; So plz fix it :)<br>
&gt;<br>
&gt; CU for the next step<br>
&gt;<br>
&gt; Sylvain<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2010/5/12 Christophe Leske &lt;<a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a>&gt;<br>
&gt;<br>
&gt; &gt;  Am 11.05.2010 18:22, schrieb Sylvain Paré:<br>
&gt; &gt; Hi Simon,<br>
&gt; &gt; Thank you for your help!<br>
&gt; &gt; It point me out that I did a mistake when adding mingw and qmake in my<br>
&gt; &gt; %PATH.<br>
&gt; &gt; So I succeed to build my makefile in Qt Create with cmake just after<br>
&gt; &gt; having my paths well defined.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hello Sylvain,<br>
&gt; &gt;<br>
&gt; &gt; thank you very much for this interesting HowTo.<br>
&gt; &gt;<br>
&gt; &gt; I have had some help by Patrick Spendrin in the past, trying to get the<br>
&gt; &gt; marble widget working in QTCreator, and we came as far as you did (sorry,<br>
&gt; &gt; but I couldn&#39;t post or recall the steps for it, we fiddled with it for a<br>
&gt; &gt; couple of hours to get it that far just to notice then that QtCreator is<br>
&gt; &gt; apparently built with the VC++ compiler and not MingW, which makes the<br>
&gt; &gt; lib incompatible if i remember well). Anyway, we never got the widget<br>
&gt; &gt; lib to work in QtCreator, so I am still very interested in that.<br>
&gt; &gt;<br>
&gt; &gt; I would also like to learn more about the build system and the project<br>
&gt; &gt; structure in general, and got myself another book on Qt yesterday. This<br>
&gt; &gt; said, i am a freelance developer and therefore don&#39;t have that much time<br>
&gt; &gt; to experiment. Is there a good primer or tutorial on how marble is<br>
&gt; &gt; structured or how to get a head start on the source code or project in<br>
&gt; &gt; general?<br>
&gt; &gt;<br>
&gt; &gt; Thanks again,<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Christophe Leske<br>
&gt; &gt; <a href="http://www.multimedial.de" target="_blank">www.multimedial.de</a> -<br>
</div></div>&gt; &gt; info@multimedial.dehttp://<a href="http://www.linkedin.com/in/multimedial" target="_blank">www.linkedin.com/in/multimedial</a> Vogteistrasse<br>
<div>&gt; &gt; 19 - 51647 Gummersbach<br>
&gt; &gt; +49(0)177 249 70 31<br>
</div><div><div></div><div>_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org" target="_blank">Marble-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/marble-devel" target="_blank">https://mail.kde.org/mailman/listinfo/marble-devel</a><br>
</div></div></blockquote></div></div></div><br>
</blockquote></div></div></div><br>
</blockquote></div><br>