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: build outside source fail in head
Type: Stage: resolved
Components: Build Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, dmalcolm, eric.araujo, ned.deily, petri.lehtinen, rpetrov
Priority: normal Keywords:

Created on 2011-06-20 20:00 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (7)
msg138755 - (view) Author: Roumen Petrov (rpetrov) * Date: 2011-06-20 20:00
correct is -I$(srcdir)/Include
msg138777 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2011-06-21 10:32
In which file there's an error? Could you elaborate a bit?
msg138802 - (view) Author: Roumen Petrov (rpetrov) * Date: 2011-06-21 20:20
cf. http://hg.python.org/cpython/rev/0d0ca6f95d9d
msg138815 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2011-06-22 05:40
Benjamin: The mentioned commit is yours, so you probably have the best understanding of this change.
msg138927 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-24 12:10
Out-of-tree configure also fails because of missing .o files.
msg139386 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-06-29 01:08
Fixed by Benjamin in f8f1d5691ae8.
msg140142 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-07-11 16:14
FTR:
> Out-of-tree configure also fails because of missing .o files.
The solution is to remove the .o files.  Then one can run configure in a subdir, and later make.  This allows me to build in shared mode in a subdir, and have a regular build in the top level.
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56588
2011-07-11 16:14:50eric.araujosetmessages: + msg140142
2011-06-29 01:08:33ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg139386

resolution: fixed
stage: resolved
2011-06-24 12:10:40eric.araujosetnosy: + dmalcolm, eric.araujo
messages: + msg138927
2011-06-22 05:40:35petri.lehtinensetnosy: + benjamin.peterson
messages: + msg138815
2011-06-21 20:20:16rpetrovsetmessages: + msg138802
2011-06-21 10:32:42petri.lehtinensetnosy: + petri.lehtinen
messages: + msg138777
2011-06-20 20:00:53rpetrovcreate