Issue 12379: build outside source fail in head (original) (raw)

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:18 admin set github: 56588
2011-07-11 16:14:50 eric.araujo set messages: +
2011-06-29 01:08:33 ned.deily set status: open -> closednosy: + ned.deilymessages: + resolution: fixedstage: resolved
2011-06-24 12:10:40 eric.araujo set nosy: + dmalcolm, eric.araujomessages: +
2011-06-22 05:40:35 petri.lehtinen set nosy: + benjamin.petersonmessages: +
2011-06-21 20:20:16 rpetrov set messages: +
2011-06-21 10:32:42 petri.lehtinen set nosy: + petri.lehtinenmessages: +
2011-06-20 20:00:53 rpetrov create