Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#127 closed defect (released)

debug build omits _d suffix for python extensions

Reported by: Mark Hammond Owned by: Charlie Hull
Priority: normal Milestone:
Component: MSVC makefiles Version: SVN trunk
Severity: normal Keywords:
Cc: Richard Boulton Blocked By:
Blocking: Operating System: All

Description

If you build passing DEBUG to Python, you must link with the debug lib, and the basename of the module must end with '_d'. Attaching a patch to fix this.

Attachments (1)

win32_bindings_python.patch (1.8 KB ) - added by Mark Hammond 17 years ago.
as described

Download all attachments as: .zip

Change History (7)

by Mark Hammond, 17 years ago

Attachment: win32_bindings_python.patch added

as described

comment:1 by Charlie Hull, 17 years ago

Cc: richard@… added

This looks fine to me, we'll get it applied.

comment:2 by Richard Boulton, 17 years ago

Applied, please close this bug (Charlie or Mark) when you've checked that this resolves the issue correctly.

comment:3 by Richard Boulton, 17 years ago

attachments.isobsolete: 01

comment:4 by Richard Boulton, 17 years ago

Resolution: fixed
Status: newclosed

comment:5 by Mark Hammond, 17 years ago

Resolution: fixedverified

thanks!

comment:6 by Olly Betts, 17 years ago

Operating System: All
Resolution: verifiedreleased

Fixed in 1.0.0 release.

Note: See TracTickets for help on using tickets.