Hello everyone, I&#39;m new on the list.<br><br>I have a problem configuring konq/e to work with QTopia Core (Open Source Edition). I successfully built the qtopia-core-opensource-src-4.3.3 for ARM and now I want to build konq/e to use qtopia. 
<br>I downloaded kdenox_snapshot_qt2_20070531 but when i run<br><br>&nbsp;./configure --prefix=$HOME/konq-embedded --with-ipv6-lookup=no --without-xinerama --enable-scrollbars --disable-selection --enable-bookmarks --with-javascript=static --enable-debug=full --disable-printing --without-arts --enable-jshostext --enable-final --enable-fwnewepg=yes --with-gui=road --enable-ftp --enable-fullscreenmenu --enable-qtopia --with-qtopia-dir=$QTDIR --with-qt-libraries=$QTDIR/lib --with-qt-includes=$QTDIR/includes/includes --enable-static --enable-embedded --enable-qt-embedded
<br><br><br>I always get the following error in the config.log: <br><br>configure:33395: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/home/piero/work/qtopia-
core-opensource-src-4.3.3/includes/includes&nbsp; -DQWS -D_REENTRANT&nbsp; -L/usr/lib/qt-3.3/lib&nbsp;&nbsp;&nbsp; conftest.cpp&nbsp; -lqte -lpng -lz -lm -ljpeg&nbsp; 1&gt;&amp;5<br>conftest.cpp: In function `int main()&#39;:<br>conftest.cpp:18: error: &#39;class QString&#39; has no member named &#39;setLatin1&#39;
<br>configure:33398: $? = 1<br>configure: failed program was:<br>#include &quot;confdefs.h&quot;<br>#include &lt;qglobal.h&gt;<br>#include &lt;qapplication.h&gt;<br>#include &lt;qevent.h&gt;<br>#include &lt;qstring.h&gt;<br>
#include &lt;qstyle.h&gt;<br>#if QT_VERSION &lt; 210<br>#error 1<br>#endif<br>#if ! (QT_VERSION &gt;= 222)<br>#error 1<br>#endif<br><br>int main() {<br>&nbsp;&nbsp;&nbsp; QStringList *t = new QStringList();<br>&nbsp;&nbsp;&nbsp; Q_UNUSED(t);<br>&nbsp;&nbsp;&nbsp; QString s;
<br>&nbsp;&nbsp;&nbsp; s.setLatin1(&quot;Ciccio&quot;,14);<br>&nbsp;&nbsp;&nbsp; return 0;<br>}<br>configure:33438: error: Qt (&gt;= Qt 2.2.2) (library qte) not found. Please check your installation!<br>For more details about this problem, look at the end of 
config.log.<br><br>I&#39;m working on CentOS 4.4.<br><br>Any help? I think I&#39;m missing something, maybe QTopia Core have not the right QT libraries and I need the full QTopia or the QT libraries, but I&#39;m just supposing.
<br><br>Thanks in advance and kind regards<br><br>Piero<br><br><br>