This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ziyuan.Lin
Recipients Ziyuan.Lin, brett.cannon, python-dev, vstinner
Date 2013-12-10.01:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386639339.28.0.599363219047.issue19932@psf.upfronthosting.co.za>
In-reply-to
Content
I can't build the cpython with Visual Studio 2012 because of the following errors:


"D:\Repository\cpython\PCbuild\pcbuild.sln" (default target) (1) ->
"D:\Repository\cpython\PCbuild\_msi.vcxproj" (default target) (13) ->
(Link target) ->
  LINK : fatal error LNK1181: cannot open input file 'fci.lib' [D:\Repository\cpython\PCbuild\_ msi.vcxproj]

"D:\Repository\cpython\PCbuild\pcbuild.sln" (default target) (1) ->
"D:\Repository\cpython\PCbuild\_ssl.vcxproj" (default target) (17) ->
"D:\Repository\cpython\PCbuild\ssl.vcxproj" (default target) (18) ->
(Build target) ->
  C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets(38,5): error MSB3073:
 The command "cd "D:\Repository\cpython\PCbuild\" [D:\Repository\cpython\PCbuild\ssl. vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets(38,5): error MSB3073: " D:\Repository\cpython\PCbuild\amd64\python_d.exe" build_ssl.py Release x64 -a [D:\Rep ository\cpython\PCbuild\ssl.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets(38,5): error MSB3073: "
 exited with code 1. [D:\Repository\cpython\PCbuild\ssl.vcxproj]


Anyway, I replaced Python33/Include/import.h with cpython/Include/import.h directly, and it works well with my sample code. Thank you.


By the way, here's a discussion about the "fci.lib" issue, which suggests replacing fci.lib with cabinet.lib: http://social.msdn.microsoft.com/Forums/vstudio/en-US/3b85f36e-dffe-4589-adc3-13673b349812/missing-fcilib-in-windows-sdk-80?forum=vcgeneral
History
Date User Action Args
2013-12-10 01:35:39Ziyuan.Linsetrecipients: + Ziyuan.Lin, brett.cannon, vstinner, python-dev
2013-12-10 01:35:39Ziyuan.Linsetmessageid: <1386639339.28.0.599363219047.issue19932@psf.upfronthosting.co.za>
2013-12-10 01:35:39Ziyuan.Linlinkissue19932 messages
2013-12-10 01:35:37Ziyuan.Lincreate