Hmmm... Dunno either if it&#39;s a good place for such reports as I&#39;m quite new here, so I&#39;ll let more experimented members tell.<br><br>As for your problem, I just built kdebase flawlessly using qt-4.4beta1. Your error message basically say that QList&lt;int&gt; is not registered with Qt&#39;s MetaObject system using Q_DECLARE_METATYPE where it should be (at least in this case). Did you try a svn stat on both your working copies of KDE and Qt SVNs? Maybe a changed file somewhere is causing all the mess. I don&#39;t remember if QList&lt;int&gt; is supposed to be registered by default so I won&#39;t comment on that before doing a check on my side.<br>
<br>I hope this helps.<br><br>Guillaume<br><br><div class="gmail_quote">2008/3/22 David Broome &lt;<a href="mailto:dbroome@gmail.com">dbroome@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have been trying for a couple of days to get kdebase to build but with no luck.<br><br>I continue to get this error<br><br>[ 50%] Building CXX object workspace/libs/kworkspace/CMakeFiles/kworkspace.dir/kwindowlistmenu.o<br>

/usr/local/include/QtCore/qmetatype.h: In static member function &#39;static int QMetaTypeId2&lt;T&gt;::qt_metatype_id() [with T = QList&lt;int&gt;]&#39;:<br>/usr/local/include/QtCore/qmetatype.h:201:&nbsp;&nbsp; instantiated from &#39;int qMetaTypeId(T*) [with T = QList&lt;int&gt;]&#39;<br>

/usr/local/include/QtDBus/qdbusreply.h:74:&nbsp;&nbsp; instantiated from &#39;QDBusReply&lt;T&gt;&amp; QDBusReply&lt;T&gt;::operator=(const QDBusMessage&amp;) [with T = QList&lt;int&gt;]&#39;<br>/usr/local/include/QtDBus/qdbusreply.h:70:&nbsp;&nbsp; instantiated from &#39;QDBusReply&lt;T&gt;::QDBusReply(const QDBusMessage&amp;) [with T = QList&lt;int&gt;]&#39;<br>

/media/sda8/kdesvn/build/kdebase/workspace/libs/kworkspace/kwin_interface.h:60:&nbsp;&nbsp; instantiated from here<br>/usr/local/include/QtCore/qmetatype.h:191: error: &#39;qt_metatype_id&#39; is not a member of &#39;QMetaTypeId&lt;QList&lt;int&gt; &gt;&#39;<br>

make[2]: *** [workspace/libs/kworkspace/CMakeFiles/kworkspace.dir/kwindowlistmenu.o] Error 1<br>make[1]: *** [workspace/libs/kworkspace/CMakeFiles/kworkspace.dir/all] Error 2<br>make: *** [all] Error 2<br><br><br>The lat time I had trouble compiling kdebase (<a href="http://bugs.kde.org/show_bug.cgi?id=157888" target="_blank">http://bugs.kde.org/show_bug.cgi?id=157888</a>) and this looked like it was releated to Qt.<br>

<br>I have since grabbed the latest svn copy of qt and tried to rebuilld all the modules again.&nbsp; Every module builds except for kdebase.&nbsp; I continue to get the same error.<br><br>I have tried clearing my build directories and starting clean.&nbsp; Same problem.&nbsp; Any help woud be great.<br>

<br>If this is the wrong place to report it, please let me know.<br>
<br>_______________________________________________<br>
Panel-devel mailing list<br>
<a href="mailto:Panel-devel@kde.org">Panel-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/panel-devel" target="_blank">https://mail.kde.org/mailman/listinfo/panel-devel</a><br>
<br></blockquote></div><br>