Is anything being done about this? I can&#39;t imagine it&#39;d be too difficult ...<br><br>Arve<br><br><div><span class="gmail_quote">On 7/22/07, <b class="gmail_sendername">Arve Knudsen</b> &lt;<a href="mailto:arve.knudsen@gmail.com">
arve.knudsen@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
I &quot;solved&quot; this problem by configuring PyQt to concatenate source files into 8 pieces, so there would be less going on on the command line. Now I have another problem though. I have installed Python under C:\Program Files and not directly under C:\, which doesn&#39;t fly with the PyQt build system. I had to fix the  
Makefile.Release in the &quot;designer&quot; directory since it couldn&#39;t cope with the whitespace in Python´s installation path -- There were two -I directives to gcc: -I&quot;C:\Program&quot; and -I&quot;Files\Python25\include&quot;, in addition linking failed since the path to Python´s library directory wasn&#39;t quoted ( 
i.e., -LC:\Program Files\Python25\libs).<br><span class="sg"><br>Arve</span><div><span class="e" id="q_113ee4eb9212fcdd_2"><br><br><div><span class="gmail_quote">On 7/22/07, <b class="gmail_sendername">Arve Knudsen</b> &lt;
<a href="mailto:arve.knudsen@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">arve.knudsen@gmail.com</a>&gt; wrote: </span><blockquote class="gmail_quote" style="border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.80ex; padding-left: 1ex">
Hi<br>I am trying to compile the latest PyQt snapshot on Windows with mingw, but it fails due to a too long command line when combining a bunch of object files (from the look of it). Is this a known problem? <br><span><br>
Arve<br></span></blockquote></div><br></span></div></blockquote></div><br>