<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error when builing Qt from source on winxp]]></title><description><![CDATA[<p dir="auto">0 down vote favorite</p>
<p dir="auto">im trying to build the Qt qt-everywhere-opensource-src-4.7.3 following the instructions from <a href="http://doc.qt.nokia.com/4.7/install-win.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/4.7/install-win.html</a><br />
set the visual studio 2008 variables using vcvars32.bat. but im getting errors like this when running configure command:<br />
@Generating Code...<br />
link  -OUT:qmake.exe project.obj main.obj makefile.obj unixmake.obj unixmake2.obj mingw_make.obj  option.obj winmakefile.obj projectgenerator.<br />
obj property.obj meta.obj  makefiledeps.obj metamakefile.obj xmloutput.obj pbuilder_pbx.obj  borland_bmake.obj msvc_nmake.obj msvc_vcproj.obj msvc_vcx<br />
proj.obj  msvc_objectmodel.obj msbuild_objectmodel.obj symmake.obj initprojectdeploy_symbian.obj  symmake_abld.obj symmake_sbsv2.obj symbiancommon.obj<br />
registry.obj epocroot.obj qbitarray.obj  qbuffer.obj  qcryptographichash.obj  qfsfileengine.obj  qfsfileengine_iterator.obj  qbytearray.obj  qvsnprin<br />
tf.obj  qbytearraymatcher.obj  qdatetime.obj  qdir.obj  qdiriterator.obj  qfile.obj  qtemporaryfile.obj  qabstractfileengine.obj  qfsfileengine_win.ob<br />
j  qsystemlibrary.obj  qfsfileengine_iterator_win.obj  qfileinfo.obj  qglobal.obj  qhash.obj  qiodevice.obj  qlist.obj  qlinkedlist.obj  qlocale.obj<br />
qmalloc.obj  qmap.obj  qregexp.obj  qtextcodec.obj  qutfcodec.obj  qstring.obj  qstringlist.obj  qtextstream.obj  qdatastream.obj  quuid.obj  qvector.<br />
obj  qsettings.obj  qlibraryinfo.obj  qvariant.obj  qurl.obj  qsettings_win.obj  qmetatype.obj  qxmlstream.obj  qxmlutils.obj  qnumeric.obj ole32.lib<br />
advapi32.lib qmake_pch.obj<br />
Microsoft (R) Incremental Linker Version 9.00.30729.01<br />
Copyright (C) Microsoft Corporation.  All rights reserved.</p>
<pre><code>    copy qmake.exe G:\c++\qt\qt4.7\qt-src-4.7.3\qt-everywhere-opensource-src-4.7.3\bin\qmake.exe
</code></pre>
<p dir="auto">The syntax of the command is incorrect.<br />
Creating makefiles in src...<br />
Generating Visual Studio project files...<br />
execute: File or path is not found (G:\c++\qt\qt4.7\qt-src-4.7.3\qt-everywhere-opensource-src-4.7.3\bin\qmake)<br />
Qmake failed, return code -1</p>
<p dir="auto">Generating Makefiles...<br />
execute: File or path is not found (G:\c++\qt\qt4.7\qt-src-4.7.3\qt-everywhere-opensource-src-4.7.3\bin\qmake)<br />
Qmake failed, return code -1@</p>
<p dir="auto">seams like it fail on copy command .. why ?</p>
]]></description><link>https://forum.qt.io/topic/5992/error-when-builing-qt-from-source-on-winxp</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 02:16:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/5992.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 May 2011 05:07:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error when builing Qt from source on winxp on Fri, 20 May 2011 12:50:14 GMT]]></title><description><![CDATA[<p dir="auto">it is bug with the copy command , it has problem with the ++ sign in the path</p>
]]></description><link>https://forum.qt.io/post/88952</link><guid isPermaLink="true">https://forum.qt.io/post/88952</guid><dc:creator><![CDATA[umen242]]></dc:creator><pubDate>Fri, 20 May 2011 12:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to Error when builing Qt from source on winxp on Fri, 20 May 2011 10:35:09 GMT]]></title><description><![CDATA[<p dir="auto">My first advice would be to try configure with the shortcut VS provides for cmd (from the start menu).</p>
<p dir="auto">And you also you might take a look at the already "built with Visual Studio 2008 Qt framework":<a href="http://qt.nokia.com/downloads/windows-cpp-vs2008" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt.nokia.com/downloads/windows-cpp-vs2008</a> and see if it provides what you need (and saves you about 3 hours to build the framework).</p>
]]></description><link>https://forum.qt.io/post/88932</link><guid isPermaLink="true">https://forum.qt.io/post/88932</guid><dc:creator><![CDATA[Zlatomir]]></dc:creator><pubDate>Fri, 20 May 2011 10:35:09 GMT</pubDate></item><item><title><![CDATA[Reply to Error when builing Qt from source on winxp on Fri, 20 May 2011 10:11:22 GMT]]></title><description><![CDATA[<p dir="auto">[quote author="koahnig" date="1305884572"]After which step does the problem occur?<br />
Is this already during the configure?[/quote]</p>
<p dir="auto">seems like yes, as qmake is build during configure</p>
<p dir="auto">can you please post your configure parameters?</p>
]]></description><link>https://forum.qt.io/post/88928</link><guid isPermaLink="true">https://forum.qt.io/post/88928</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Fri, 20 May 2011 10:11:22 GMT</pubDate></item><item><title><![CDATA[Reply to Error when builing Qt from source on winxp on Fri, 20 May 2011 09:42:52 GMT]]></title><description><![CDATA[<p dir="auto">After which step does the problem occur?<br />
Is this already during the configure?</p>
]]></description><link>https://forum.qt.io/post/88925</link><guid isPermaLink="true">https://forum.qt.io/post/88925</guid><dc:creator><![CDATA[koahnig]]></dc:creator><pubDate>Fri, 20 May 2011 09:42:52 GMT</pubDate></item></channel></rss>