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.

classification
Title: Demo/embed builds against old version
Type: compile error Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, mgiuca
Priority: normal Keywords: patch

Created on 2008-08-17 10:36 by mgiuca, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
embed.makefile.patch mgiuca, 2008-08-17 10:36
Messages (2)
msg71264 - (view) Author: Matt Giuca (mgiuca) Date: 2008-08-17 10:36
The Python 2.6 version of Demo/embed/Makefile builds against
libpython2.5.a, which doesn't exist in this version.

Quick patch to let it build against libpython2.6.a.

Commit log:

Fixed Demo/embed/Makefile to build against libpython2.6.a.
msg71307 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-08-18 01:28
Fixed in r65798.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47826
2008-08-18 01:28:38benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg71307
nosy: + benjamin.peterson
2008-08-17 10:36:26mgiucacreate