[lldb-dev] [Bug 21920] New: Find a solution to the Python debug/release problem on Windows
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 15 12:34:19 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21920
Bug ID: 21920
Summary: Find a solution to the Python debug/release problem on
Windows
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: zturner at google.com
Reporter: zturner at google.com
CC: lldb-dev at cs.uiuc.edu
Classification: Unclassified
Linking against Python on Windows requires linking against debug python when
doing a debug build of LLDB, and release python when doing a release build of
LLDB. Linking against a debug build of python is very non-user friendly, since
it requires building your own python. We should try as hard as possible to see
if there's a way for a debug build of LLDB to link against a release python.
Failing that, we should perhaps check in a minimal pre-built debug version of
python into a separate repo that LLDB can locate automatically.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141215/f618101d/attachment.html>
More information about the lldb-dev
mailing list