Robin,
until now I have been unable to use waf to build Phoenix, which
means that my (now old and scarred) computer goes on and on crunching
forever before I get the sources built into some binary I can use.
I have run the build process as:
python build.py waf_py
But I always get this output:
E:\Phoenix\wxPython\Phoenix>python build.py waf_py
Using C:\Python27\python.exe
3.2.3 (default, Apr 11 2012, 07:12:16) [MSC v.1500 64 bit (AMD64)]
Running command: waf_py
Checking for bin\waf-1.6.11...
C:\Python32\python.exe bin\waf-1.6.11 --prefix=/usr/local
--python=C:\Python32\python.exe --out=build_waf/2.7/release configure
build
Setting top to : E:\Phoenix\wxPython\Phoenix
Setting out to :
E:\Phoenix\wxPython\Phoenix\build_waf\2.7\release
Checking for program CL : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\CL.exe
Checking for program CL : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\CL.exe
Checking for program CL : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\CL.exe
Checking for program CL : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\CL.exe
Checking for program CL : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\CL.exe
Checking for program LINK : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\LINK.exe
Checking for program LIB : C:\Program Files
(x86)\Microsoft Visual Studio 9.0\VC\BIN\LIB.exe
Checking for program MT : C:\Program Files\Microsoft
SDKs\Windows\v7.0\Bin\X64\MT.exe
Checking for program RC : C:\Program Files\Microsoft
SDKs\Windows\v7.0\Bin\X64\RC.exe
Checking for program python : C:\Python32\python.exe
Checking for python version : (3, 2, 3, 'final', 0)
Checking for library python3.2 in $prefix/libs : not found
Checking for library python32 in $prefix/libs : not found
Checking for program
python3.2-config,python-config-3.2,python3.2m-config : not found
Checking for header Python.h
: Could not find the python development headers
Checking for []
: not found
The configuration failed
(complete log in E:\Phoenix\wxPython\Phoenix\build_waf\2.7\release\config.log)
Command 'C:\Python32\python.exe bin\waf-1.6.11 --prefix=/usr/local
--python=C:\Python32\python.exe --out=build_waf/2.7/release configure
build ' failed with exit code 1.
Finished command: waf_py (3.524s)
Which is somehow different from the output I can see from here:
http://buildbot.wxpython.org:8010/builders/build-win32-py27/builds/287/steps/shell/logs/stdio
Do you have any suggestion about what I may be doing wrong?
···
--
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #