It is indeed the file ../PCBuild/pcbuild.sln. The line endings appear to be Unix style but after fixing them, I still have the same problem.<br><br><div class="gmail_quote">On Mon, Jul 13, 2009 at 11:43, Amaury Forgeot d&#39;Arc <span dir="ltr">&lt;<a href="mailto:amauryfa@gmail.com">amauryfa@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; I opened the solution, hit Ctrl+F5 and it began compiling but it fails with<br>
&gt; this error:<br>
&gt; LINK :fatal error LNK1181: cannot open input file &#39;.\python31_d.lib&#39;<br>
&gt;<br>
&gt; How do I specify that &quot;pythoncore&quot; be built? When I follow your<br>
&gt; instructions, right clicking on the &quot;python&quot; project in the &quot;Solution<br>
&gt; Explorer&quot; panel, I get the exact same link error as above. If I hit F7, the<br>
&gt; build log changes completely. The last lines of output with F7 are as<br>
&gt; follows:<br>
&gt;<br>
&gt;&gt; 21&gt;Build log was saved at &quot;file://C:\Documents and<br>
&gt;&gt; Settings\James\Desktop\Python-3.1\PCbuild\Win32-temp-Debug\select\BuildLog.htm&quot;<br>
&gt;&gt; 21&gt;select - 1 error(s), 0 warning(s)<br>
&gt;&gt; ========== Build: 0 succeeded, 20 failed, 4 up-to-date, 1 skipped<br>
&gt;&gt; ==========<br>
&gt;<br>
<br>
</div>Did you open the sub-project &quot;python.vcproj&quot; by mistake?<br>
You must open the solution file: &quot;pcbuild.sln&quot;.<br>
<br>
And if pcbuild.sln does not load correctly, check that it has correct<br>
line endings: it is supposed to have DOS line endings.<br>
<br>
--<br>
<font color="#888888">Amaury Forgeot d&#39;Arc<br>
</font></blockquote></div><br>