Please just update the build.py script of Phoenix to use waf 1.7.10 already. Thanks.
-1
This is the wrong way to make a request.
Mike
blog: http://blog.pythonlibrary.org/
···
On Tuesday, March 26, 2013 4:15:45 PM UTC-5, Boštjan Mejak wrote:
Please just update the build.py script of Phoenix to use waf 1.7.10 already. Thanks.
You are beginning to sound like a cracked record.
···
On Tue, 26 Mar 2013 22:15:45 +0100, Boštjan Mejak wrote:
Please just update the build.py script of Phoenix to use waf 1.7.10
already. Thanks.
I heard that waf 1.7.10 fixes some important bugs!
···
On Tue, Mar 26, 2013 at 6:13 PM, Walter Hurry walterhurry@gmail.com wrote:
On Tue, 26 Mar 2013 22:15:45 +0100, Boštjan Mejak wrote:
Please just update the build.py script of Phoenix to use waf 1.7.10
already. Thanks.
You are beginning to sound like a cracked record.
Bo�tjan Mejak wrote:
Please just update the build.py script of Phoenix to use waf 1.7.10
already. Thanks.
If you can describe in your own words what it is that has changed since 1.7.9 that makes it so important (and why it is important) to upgrade right now then I will consider it. Otherwise I tend to not fix things that are not broken, unless there is some new feature that makes it worth potentially breaking something else.
···
--
Robin Dunn
Software Craftsman
I made a patch for waf that is now incorporated into the new version 1.7.10. The issue report for waf was suggested by Robin. I went further and made a patch for waf which was accepted by Thomas Nagy, the author of waf.
Every time I want to compile Phoenix from source, I can compile wxWidgets, but not Phoenix. I must manually edit the python.py file in Phoenix/bin/.waf3-1.7.9-16e1644c17ba46b94844133bac6e2a8c/waflib/Tools on line 173 and add
‘python’+env[‘PYTHON_VERSION’]+‘m’
so that waf is able to find python3.3m-config and start to compile Phoenix as well. My patch in the new version of waf fixes this issue.
There are, of course, other benefits of using waf 1.7.10. Check waf’s changelog: https://code.google.com/p/waf/source/browse/ChangeLog
Bo�tjan Mejak wrote:
I made a patch for waf that is now incorporated into the new version
1.7.10. The issue report for waf was suggested by Robin. I went further
and made a patch for waf which was accepted by Thomas Nagy, the author
of waf.Every time I want to compile Phoenix from source, I can compile
wxWidgets, but not Phoenix. I must manually edit the python.py file in
Phoenix/bin/.waf3-1.7.9-16e1644c17ba46b94844133bac6e2a8c/waflib/Tools on
line 173 and add'python'+env['PYTHON_VERSION']+'m'
so that waf is able to find python3.3m-config and start to compile
Phoenix as well. My patch in the new version of waf fixes this issue.
See? That wasn't so hard.
One final question. Have you actually tested building Phoenix with waf-1.7.10 to see if it fixes your problem without causing any others?
···
--
Robin Dunn
Software Craftsman
Yes, I tested and it works perfectly. So, if you have the time, please update waf. And thanks for patience.