<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
OJ schreef:
<blockquote cite="mid:009a01c913f4$9df5a800$352210ac@KDP021392"
 type="cite">
  <blockquote type="cite">
    <pre wrap=""><!---->And you were building the trunk? As in MythTV 0.22? Because the regular 0.21-fixes works fine, for sure, but 0.22 does not.
Not even with the guide.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yupp
I built the following:
MythTV Version   : 18265
MythTV Branch    : trunk
Library API      : 0.22.20080903-1
Network Protocol : 40
QT Version       : 4.3.5

But I didn't build the 0.21-fixes branch first...

  </pre>
  <blockquote type="cite">
    <pre wrap=""><!----><!----><!----><!----><!---->../../../../../../include/qt3/qtextstream.h:73: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream(FILE*">note:QTextStream::QTextStream(FILE*</a>, int)
../../../../../../include/qt3/qtextstream.h:72: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream(QByteArray">note:QTextStream::QTextStream(QByteArray</a>, int)
../../../../../../include/qt3/qtextstream.h:71: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream(QString&">note:QTextStream::QTextStream(QString&amp;</a>, int)
../../../../../../include/qt3/qtextstream.h:70: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream(QString*">note:QTextStream::QTextStream(QString*</a>, int)
../../../../../../include/qt3/qtextstream.h:69: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream(QIODevice*)">note:QTextStream::QTextStream(QIODevice*)</a><!---->
../../../../../../include/qt3/qtextstream.h:68: <a class="moz-txt-link-freetext" href="note:QTextStream::QTextStream()">note:QTextStream::QTextStream()</a>
    </pre>
  </blockquote>
  <pre wrap="">I'm absolutely no expert at compiling in Linux but I am questioning all this
include/qt3 lines in your output. What is the output of your ./configure?
Have you tried dist clean?
  </pre>
</blockquote>
<br>
Aha, I have tracked down the problem. "qmake" was still using the Qt 3
version.<br>
<br>
I fixed it using update-alternatives:<br>
<br>
<br>
&nbsp;&nbsp;&nbsp; update-alternatives --config qmake<br>
<br>
<br>
Than you need to choose the Qt 4 qmake.<br>
Afterwards I just had to reconfigure and make it.<br>
<br>
It compiled without any problems now.<br>
<br>
Thanks for the help, you made me realise it was still possible to
compile the plugins :P<br>
<div class="moz-signature"><br>
<em>Met vriendelijke groeten,</em>
<br>
<br>
<strong>Jelle De Loecker</strong>
<br>
Kipdola Studios - Tomberg <br>
</div>
<br>
</body>
</html>