<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
Glad to see you progressing. Looks like you're almost there.<br>
<br>
Am 2010-02-26 09:24, schrieb Benny Lautrup:
<blockquote cite="mid:004101cab6bd$177024a0$46506de0$@dk" type="cite">
  <pre wrap="">I have now recompiled with all references removed to the TW-plugins in texworks.pro. Then I get the following error output which indicates that the error lies in KDE. Have I made an error in the installation of KDE? Or is KDE in error. I have installed the latest version.
  </pre>
</blockquote>
<br>
Googling shows that the "undefined reference to `_Unwind_Resume'" and
"undefined reference to `__gxx_personality_v0'" errors suggest that the
following applies:<br>
"Undefined references to internal run-time library functions, such as
<code>__gxx_personality_v0</code>, are also a symptom of linking C++
object
files with <code>gcc</code> instead of <code>g++</code>. Linking the
same object
file with <code>g++</code> supplies all the necessary C++ libraries
and will
produce a working executable:
" [<a class="moz-txt-link-freetext" href="http://www.network-theory.co.uk/docs/gccintro/gccintro_54.html">http://www.network-theory.co.uk/docs/gccintro/gccintro_54.html</a>]<br>
<br>
Since your command line shows that Tw is using g++, the problem must
lie somewhere else. Hence a few questions:<br>
1) Did you choose "MinGW4" as compiler mode during the installation of
the KDE on Windows files?<br>
2) If you have installed KDE on Windows multiple times: are you using
the correct one (you can usually check most easily by running "qmake
-version" from the command line)<br>
3) Are you using gcc 4.x? (you can find out by running "g++ --version"
from the command line)<br>
<br>
HTH<br>
Stefan<br>
</body>
</html>