<?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[Problem with MinGW &amp; QT 5.1]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I've created an application using MinGW 4.8 (came installed with QT). Upon compiling the code, I get this error:<br />
[code]<br />
16:12:37: Running steps for project MinecraftServer...<br />
16:12:37: Configuration unchanged, skipping qmake step.<br />
16:12:37: Starting: "E:\Qt\Tools\mingw48_32\bin\mingw32-make.exe"<br />
E:/Qt/Tools/mingw48_32/bin/mingw32-make -f Makefile.Debug<br />
makefile:34: recipe for target 'debug' failed<br />
process_begin: CreateProcess(E:\Qt\Tools\mingw48_32\bin\mingw32-make.exe, E:/Qt/Tools/mingw48_32/bin/mingw32-make -f Makefile.Debug, ...) failed.<br />
make (e=87): The parameter is incorrect.<br />
mingw32-make: *** [debug] Error 87<br />
16:12:37: The process "E:\Qt\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.<br />
Error while building/deploying project MinecraftServer (kit: Desktop Qt 5.1.1 MinGW 32bit)<br />
When executing step 'Make'<br />
16:12:37: Elapsed time: 00:00.<br />
[/code]</p>
<p dir="auto">This is the source code I'm attempting to compile:<br />
[code]<br />
//#include &lt;QCoreApplication&gt;</p>
<p dir="auto">int main(int argc, char *argv[])<br />
{<br />
//QCoreApplication a(argc, argv);</p>
<pre><code>return 0; //a.exec(&amp;#41;;
</code></pre>
<p dir="auto">}<br />
[/code]<br />
There are no spaces in the workspace path, and there are no spaces in the MinGW or QT path. Any advice would be greatly appreciated. Thanks so much!</p>
<p dir="auto">Regards,<br />
Spirited</p>
]]></description><link>https://forum.qt.io/topic/33740/problem-with-mingw-qt-5-1</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 22:12:13 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/33740.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Oct 2013 23:24:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem with MinGW &amp; QT 5.1 on Thu, 31 Oct 2013 22:13:42 GMT]]></title><description><![CDATA[<p dir="auto">[quote author="SGaist" date="1383255597"]Can you locate that e=87 in your Makefiles ?[/quote]</p>
<p dir="auto">I can't locate which parameter is incorrect. Here's the build directory from the project that contains the make files.<br />
<a href="http://www.mediafire.com/download/obxb52klr8tkm3k/build-Hello-Desktop_Qt_5_1_1_MinGW_32bit-Debug.rar" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.mediafire.com/download/obxb52klr8tkm3k/build-Hello-Desktop_Qt_5_1_1_MinGW_32bit-Debug.rar</a></p>
]]></description><link>https://forum.qt.io/post/202525</link><guid isPermaLink="true">https://forum.qt.io/post/202525</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 31 Oct 2013 22:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with MinGW &amp; QT 5.1 on Thu, 31 Oct 2013 21:39:57 GMT]]></title><description><![CDATA[<p dir="auto">Can you locate that e=87 in your Makefiles ?</p>
]]></description><link>https://forum.qt.io/post/202522</link><guid isPermaLink="true">https://forum.qt.io/post/202522</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 31 Oct 2013 21:39:57 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with MinGW &amp; QT 5.1 on Thu, 31 Oct 2013 17:22:38 GMT]]></title><description><![CDATA[<p dir="auto">[quote author="SGaist" date="1383207503"]Hi and welcome to devnet,</p>
<p dir="auto">Did you specify any parameter for make to be used ?[/quote]</p>
<p dir="auto">No. This is a project I created straight from the QT Console Application project menu. I only activated the MinGW Debug / Release solution. I edited nothing to begin with, then I made a simple hello world application that compiles on Eclipse under the same MinGW. No avail.</p>
<p dir="auto">Edit: I created a Hello World Project and it has the same problem as above (as all projects I create). Here's the project I'm trying to compile: <a href="http://www.mediafire.com/?wrjaxyhnhnoyls5" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.mediafire.com/?wrjaxyhnhnoyls5</a></p>
]]></description><link>https://forum.qt.io/post/202500</link><guid isPermaLink="true">https://forum.qt.io/post/202500</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 31 Oct 2013 17:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with MinGW &amp; QT 5.1 on Thu, 31 Oct 2013 08:18:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Did you specify any parameter for make to be used ?</p>
]]></description><link>https://forum.qt.io/post/202425</link><guid isPermaLink="true">https://forum.qt.io/post/202425</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 31 Oct 2013 08:18:23 GMT</pubDate></item></channel></rss>