[New-bugs-announce] [issue5306] Python 3.1 won't compile under Visual Studio 2005

Raymond Hettinger report at bugs.python.org
Wed Feb 18 23:30:08 CET 2009


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

This started happening a few days ago, about when Benjamin forward
ported r69560 .  There is an #ifdef in fileobject.h that makes a header
for int _PyVerify_fd(int fd) but does not define it.  It is likely
related to r69495 .

_fileio.obj : error LNK2019: unresolved external symbol __PyVerify_fd
referenced in function _check_fd
C:\py31\PC\VS8.0\\python31_d.dll : fatal error LNK1120: 1 unresolved
externals

----------
assignee: loewis
components: Interpreter Core
messages: 82435
nosy: loewis, rhettinger
priority: high
severity: normal
status: open
title: Python 3.1 won't compile under Visual Studio 2005
type: compile error
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5306>
_______________________________________


More information about the New-bugs-announce mailing list