<div class="gmail_quote">2009/12/11 Ignasi Furió <span dir="ltr">&lt;<a href="mailto:ignasi.furio@uib.cat">ignasi.furio@uib.cat</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El Fri, 11 Dec 2009 13:49:22 +0100, Stefan Löffler &lt;<a href="mailto:st.loeffler@gmail.com" target="_blank">st.loeffler@gmail.com</a>&gt; vau escriure:<div class="im">
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Oh no, they changed their nomenclature _again_...<br>
Please select &quot;MinGW4&quot; on the second page (compiler mode). Then you<br>
should find all those packages in the latest respository, without the<br>
-mingw suffixes.<br>
If this solves your problem I&#39;ll update the wiki page.<br>
</blockquote>
<br></div>
I&#39;ve tested with MinGW4 option. I&#39;ve found all libraries but TeXworks doesn&#39;t compile.<br>
I&#39;ve modified TeXworks.pro and run qmake and mingw32-make.<br>
This process finishes with error because it cannot find<br>
libQtScript.a.<br>
Qtlibs under /KDE/libs are libQtScript4.a instead of libQtScript.a.<br>
I&#39;ve changed Makefile.Release LIBS line accordingly to new names.<br>
Then cleaned (mingw32-make clean) and compiled again (mingw32-make).<br></blockquote><div><br>Sounds like you&#39;re quite proficient with programming. This is great :).<br>What is not so great is that apparently the simple normal procedure with qmake &amp;&amp; mingw32-make apparently no longer works in the mingw4 version. Changing Makefile.Release is an easy work around, of course, but in general not a great solution because the Makefile.* get overwritten after each run of qmake. Anyway, I&#39;ll have to look into this a little more.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The output result is attached. Now it complains about<br>
<br>
d:/kde/bin/../lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x1c2): undefined reference to `_Unwind_Resume&#39;<br></blockquote><div><br>Googling left me with a few possible causes. After trying to reproduce the problem myself, I have a suspicion. MinGW seems to still ship with gcc 3.x, which is quite outdated. Therefore, they also began providing the new 4.x series, but apparently not yet by default. The 4 in Mingw4 may suggest, however, that it was built with gcc 4.x, which would make the libraries almost certainly incompatible.<br>
For now, I see two alternatives. On the one hand, you could try other KDE mirrors with the Mingw option (instead of Mingw4) to see if any of them still provide all the libs we need. On the other hand, you could try to grab the mingw gcc 4.x suite. This can&#39;t be done with the automated installer, however, and I haven&#39;t tried to get it up and running myself, yet. I hope it&#39;s not that difficult, though. Just make sure you run the correct versions (in case you have both the 3.x series and the 4.x series, eventually). You can check the version by issuing `g++ --version` on the command line.<br>
<br>HTH. Hopefully I find the time to experiment a little more with this - or you come up with a simple working method for the guide.<br> </div>-Stefan<br></div><br>