The code I downloaded was the official Python 3.1 release tarball. I only checked the line endings in the pcbuild.sln file so I am not sure about the other files. I will attempt to build the Python 3000 SVN trunk shortly and report back.<br>

<br><div class="gmail_quote">On Mon, Jul 13, 2009 at 13:09, Paul Moore <span dir="ltr">&lt;<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">2009/7/13 Eric Pruitt &lt;<a href="mailto:eric.pruitt@gmail.com">eric.pruitt@gmail.com</a>&gt;:<br>
</div><div class="im">&gt; It is indeed the file ../PCBuild/pcbuild.sln. The line endings appear to be<br>
&gt; Unix style but after fixing them, I still have the same problem.<br>
<br>
</div>Where did you get your copy of the Python source from? If it&#39;s from<br>
Subversion, I&#39;m surprised the line endings are wrong. If it&#39;s<br>
Mercurial, then this may be indicative of the still somewhat open<br>
question of how line endings will be handled in Mercurial (which<br>
doesn&#39;t have a server-side way of saying that a file should use<br>
platform-native line endings).<br>
<br>
If you still have the same problem after fixing the file, this may<br>
indicate further damage, or maybe the fix isn&#39;t doing the right thing<br>
as the file has already been opened (and mangled) by Visual Studio,<br>
<br>
I&#39;d suggest trying to reproduce your issue with a clean checkout from<br>
Subversion.<br>
<br>
It would also help if you could describe precisely the steps you took<br>
to download the sources and build them (I appreciate that this may not<br>
be easy now, after you&#39;ve tried various things).<br>
<font color="#888888"><br>
Paul.<br>
</font></blockquote></div><br>