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.
On Mon, Jul 13, 2009 at 11:43, Amaury Forgeot d'Arc <amaur...@gmail.com>wrote: > 2009/7/13 Eric Pruitt <eric.pru...@gmail.com>: > > I opened the solution, hit Ctrl+F5 and it began compiling but it fails > with > > this error: > > LINK :fatal error LNK1181: cannot open input file '.\python31_d.lib' > > > > How do I specify that "pythoncore" be built? When I follow your > > instructions, right clicking on the "python" project in the "Solution > > Explorer" panel, I get the exact same link error as above. If I hit F7, > the > > build log changes completely. The last lines of output with F7 are as > > follows: > > > >> 21>Build log was saved at "file://C:\Documents and > >> > Settings\James\Desktop\Python-3.1\PCbuild\Win32-temp-Debug\select\BuildLog.htm" > >> 21>select - 1 error(s), 0 warning(s) > >> ========== Build: 0 succeeded, 20 failed, 4 up-to-date, 1 skipped > >> ========== > > > > Did you open the sub-project "python.vcproj" by mistake? > You must open the solution file: "pcbuild.sln". > > And if pcbuild.sln does not load correctly, check that it has correct > line endings: it is supposed to have DOS line endings. > > -- > Amaury Forgeot d'Arc >
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com