[issue7573] Python build issue on Ubuntu 9.10

2010-02-26 Thread Brian Curtin
Brian Curtin added the comment: That solution will work if you have 1 file or 1000 files. The note on the documentation is very clear on what has to happen. -- nosy: +brian.curtin ___ Python tracker __

[issue7573] Python build issue on Ubuntu 9.10

2010-02-26 Thread instigate_team
instigate_team added the comment: This is a solution in case if an application contains only several files, where I can control the includes consequence. But if application has many files, directories, in this case the hierarchy of the files includes can not be traced. -- ___

[issue7573] Python build issue on Ubuntu 9.10

2010-02-22 Thread Stefan Krah
Stefan Krah added the comment: This is documented, so I'd recommend to close this issue. http://docs.python.org/3.1/c-api/intro.html#include-files -- nosy: +skrah ___ Python tracker ___

[issue7573] Python build issue on Ubuntu 9.10

2009-12-24 Thread instigate_team
instigate_team added the comment: Yes, We have no warnings after changing the include sequence. -- ___ Python tracker ___ ___ Python-b

[issue7573] Python build issue on Ubuntu 9.10

2009-12-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: If you do reorder the include statements, will then the warning go away? -- nosy: +loewis ___ Python tracker ___ __

[issue7573] Python build issue on Ubuntu 9.10

2009-12-24 Thread instigate_team
New submission from instigate_team : Hello Python development team! We encountered problem concerning Python 3.1 usage. Platform info: Ubuntu 9.10 32/64bit, glibc v. 2.10.1, gcc v. 4.4.0, Python 3.1. Problem description: Below is given the C++ program text causing the warning: #inc