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
标题: CROSS: initialise include and library paths in setup.py
类型: compile error Stage: patch review
Components: Cross-Build Versions: Python 3.3, Python 3.4
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: 抄送列表: Arfrever, devurandom, doko, jcea, rpetrov
优先级: normal 关键字: easy, patch

Created on 2012-07-29 09:40 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

文件
文件名 上传时间 Description 编辑
1-CROSS-initialise-include-and-library-paths.patch rpetrov, 2012-07-29 09:40
0004-CROSS-initialise-include-and-library-paths.patch rpetrov, 2013-01-26 17:44
Messages (4)
msg166733 - (view) Author: Roumen Petrov (rpetrov) * 日期: 2012-07-29 09:40
In setup.py  inc_dirs and lib_dirs are not initialized in cross-build case.
msg180585 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2013-01-25 14:14
I don't think this one is still necessary. can it be closed?
msg180691 - (view) Author: Roumen Petrov (rpetrov) * 日期: 2013-01-26 17:44
> Matthias Klose added the comment:
> I don't think this one is still necessary. can it be closed?

If is difficult to confirm.
In scope of issue title initialization is fixed.

Another part of proposed path is to insert at first position current 
directory if cross build.
If this is not acceptable in scope of this then someone could open a new 
issue to set unconditionally in BLDLIBRARY current directory, i.e. to 
change configure script.

I don't like to touch existing native build so in scope of cross build 
this patch propose libdir to start with current.

Roumen
msg181175 - (view) Author: Roumen Petrov (rpetrov) * 日期: 2013-02-02 16:18
I agree that current directory in library search path is different issue so I'm closing as fixed.
历史
日期 用户 动作 参数
2022-04-11 14:57:33admin修改github: 59688
2013-02-02 16:34:34rpetrov修改type: behavior -> compile error
2013-02-02 16:18:07rpetrov修改状态: open -> closed
resolution: fixed
消息: + msg181175
2013-01-26 17:44:14rpetrov修改文件: + 0004-CROSS-initialise-include-and-library-paths.patch

消息: + msg180691
2013-01-25 14:14:11doko修改抄送: + doko
消息: + msg180585
2013-01-22 12:34:43ezio.melotti修改keywords: + easy
stage: patch review
type: behavior
versions: + Python 3.4
2012-10-22 12:01:35jcea修改抄送: + jcea
2012-10-17 17:08:32Arfrever修改抄送: + Arfrever
2012-10-17 08:46:39devurandom修改抄送: + devurandom
2012-07-29 10:02:05rpetrov修改components: + Cross-Build
versions: + Python 3.3
2012-07-29 09:40:33rpetrov创建