New submission from Michael Stahl: 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. ---------- components: Windows messages: 216309 nosy: mst priority: normal severity: normal status: open title: patch to use cabinet.lib instead of fci.lib (fixes build with Windows SDK 8.0) type: compile error versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21236> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com