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 mst
Recipients mst
Date 2014-04-15.15:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576015.94.0.746613486015.issue21236@psf.upfronthosting.co.za>
In-reply-to
Content
building with MSVC2012 and the Windows SDK 8.0 fails

according to this page, the fci.lib is no longer available
and cabinet.lib should be used instead:

http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3b85f36e-dffe-4589-adc3-13673b349812/

"For Windows 8 onward fci.lib and fdi.lib will become private internal libraries and will not included in Windows SDK"

here is a patch to do that:
http://cgit.freedesktop.org/libreoffice/core/tree/external/python3/python-3.3.0-msvc2012.patch.1

the author of the patch is Peter Foley.
History
Date User Action Args
2014-04-15 15:33:35mstsetrecipients: + mst
2014-04-15 15:33:35mstsetmessageid: <1397576015.94.0.746613486015.issue21236@psf.upfronthosting.co.za>
2014-04-15 15:33:35mstlinkissue21236 messages
2014-04-15 15:33:35mstcreate