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 "Microsoft Visual C++ Runtime Library"<br>"runtime error ..."<br>But WTF! I use CMake>qmake>mingw32-make>gcc/g++ ( ">" => 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"><<a href="mailto:sylvain.pare@gmail.com" target="_blank">sylvain.pare@gmail.com</a>></span><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, "building Marble on Windows", as I have two issues not yet resolved, I don't want to publish it yet.<br>
First issue => currently it does not build anymore since last week. cf <a href="http://pastebin.com/nQ7cQWXt" target="_blank">http://pastebin.com/eJ6EJBib</a> => <i>if someone has a clue..</i><br>Second issues => when I succeeded to build it the first time I had no openstreetmap download! => big blue marble => <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"><<a href="mailto:tackat@t-online.de" target="_blank">tackat@t-online.de</a>></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>
> Hello everyone,<br>
><br>
> Some news :<br>
> First, build Marble:<br>
><br>
> - don't need any more to copy C:\Qt\2010.02.1\mingw to C:\mingw because<br>
> of adding mingw's path in the environment variables<br>
> - you can install marble also with Qt Command Prompt with<br>
> D:\marbleSVN\marble-build>mingw32-make install<br>
><br>
> Remaining issues :<br>
> no openstreetmap download! =>big blue marble => *How to fix it ?*<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<br>
> adapted my .pro to fits windows' 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 "Program exited with code 03"<br>
> and a popup windows entitled "Microsoft Visual C++ Runtime Library"<br>
> "runtime error<br>
> Program: D:\mysoft\bin\mysoft.exe<br>
> This application has requested the Runtime to terminate it in an unusual<br>
> way.<br>
> Please contact the application's support team for more information"<br>
><br>
> so I still don'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<br>
> but<br>
><br>
> I did an svn up and now* I can't build..*<br>
</div></div>> => <a href="http://pastebin.com/eJ6EJBib" target="_blank">http://pastebin.com/eJ6EJBib</a> <<a href="http://pastebin.com/nQ7cQWXt" target="_blank">http://pastebin.com/nQ7cQWXt</a>><br>
<div><div></div><div>><br>
> So plz fix it :)<br>
><br>
> CU for the next step<br>
><br>
> Sylvain<br>
><br>
><br>
><br>
> 2010/5/12 Christophe Leske <<a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a>><br>
><br>
> > Am 11.05.2010 18:22, schrieb Sylvain Paré:<br>
> > 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<br>
> > %PATH.<br>
> > So I succeed to build my makefile in Qt Create with cmake just after<br>
> > having my paths well defined.<br>
> ><br>
> ><br>
> > 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<br>
> > marble widget working in QTCreator, and we came as far as you did (sorry,<br>
> > but I couldn't post or recall the steps for it, we fiddled with it for a<br>
> > couple of hours to get it that far just to notice then that QtCreator is<br>
> > apparently built with the VC++ compiler and not MingW, which makes the<br>
> > lib incompatible if i remember well). Anyway, we never got the widget<br>
> > 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<br>
> > structure in general, and got myself another book on Qt yesterday. This<br>
> > said, i am a freelance developer and therefore don't have that much time<br>
> > to experiment. Is there a good primer or tutorial on how marble is<br>
> > structured or how to get a head start on the source code or project in<br>
> > general?<br>
> ><br>
> > Thanks again,<br>
> ><br>
> > --<br>
> > Christophe Leske<br>
> > <a href="http://www.multimedial.de" target="_blank">www.multimedial.de</a> -<br>
</div></div>> > info@multimedial.dehttp://<a href="http://www.linkedin.com/in/multimedial" target="_blank">www.linkedin.com/in/multimedial</a> Vogteistrasse<br>
<div>> > 19 - 51647 Gummersbach<br>
> > +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><br>