Thomas Christensen
2013-03-30 17:30:42 UTC
cloned github wxWidgets into ~/wxWidgets
cloned github Phoenix into ~/Phoenix
I do:
$ python build.py build
wxWidgets compiles, but when Phoenix compiling starts I get:
Running command: build_py
Checking for /home/thomasc/Phoenix/bin/waf-1.7.10...
/usr/bin/python /home/thomasc/Phoenix/bin/waf-1.7.10
--wx_config=/home/thomasc/Phoenix/build/wxbld/wx-config --jobs=3
--python=/usr/bin/python --out=build/waf/2.7 configure build
Setting top to : /home/thomasc/Phoenix
Setting out to :
/home/thomasc/Phoenix/build/waf/2.7
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for program python : /usr/bin/python
Checking for python version : (2, 7, 3, 'final', 0)
Checking for library python2.7 in LIBDIR : yes
Checking for program
/usr/bin/python-config,python2.7-config,python-config-2.7,python2.7m-config
: /usr/bin/python-config
Checking for header Python.h
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
'configure' finished successfully (1.635s)
Waf: Entering directory `/home/thomasc/Phoenix/build/waf/2.7'
Traceback (most recent call last):
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 97, in waf_entry_point
run_commands()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 153, in run_commands
ctx=run_command(cmd_name)
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 146, in run_command
ctx.execute()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 351, in execute
return execute_method(self)
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Build.py",
line 106, in execute
self.execute_build()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Build.py",
line 109, in execute_build
self.recurse([self.run_dir])
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Context.py",
line 128, in recurse
user_function(self)
File "/home/thomasc/Phoenix/wscript", line 432, in build
source = getEtgSipCppFiles(etg) + rc,
File "/home/thomasc/Phoenix/buildtools/config.py", line 626, in
getEtgSipCppFiles
return _getSbfValue(etg, 'sources')
File "/home/thomasc/Phoenix/buildtools/config.py", line 619, in
_getSbfValue
for line in open(sbf):
IOError: [Errno 2] No such file or directory: 'sip/cpp/_core.sbf'
Command '/usr/bin/python /home/thomasc/Phoenix/bin/waf-1.7.10
--wx_config=/home/thomasc/Phoenix/build/wxbld/wx-config --jobs=3
--python=/usr/bin/python --out=build/waf/2.7 configure build ' failed with
exit code 2.
Finished command: build_py (4.278s)
Finished command: build (13m2.629s)
***@incubator_62c5ede2:~/Phoenix$
cloned github Phoenix into ~/Phoenix
I do:
$ python build.py build
wxWidgets compiles, but when Phoenix compiling starts I get:
Running command: build_py
Checking for /home/thomasc/Phoenix/bin/waf-1.7.10...
/usr/bin/python /home/thomasc/Phoenix/bin/waf-1.7.10
--wx_config=/home/thomasc/Phoenix/build/wxbld/wx-config --jobs=3
--python=/usr/bin/python --out=build/waf/2.7 configure build
Setting top to : /home/thomasc/Phoenix
Setting out to :
/home/thomasc/Phoenix/build/waf/2.7
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for program python : /usr/bin/python
Checking for python version : (2, 7, 3, 'final', 0)
Checking for library python2.7 in LIBDIR : yes
Checking for program
/usr/bin/python-config,python2.7-config,python-config-2.7,python2.7m-config
: /usr/bin/python-config
Checking for header Python.h
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
Checking for '/home/thomasc/Phoenix/build/wxbld/wx-config'
: yes
'configure' finished successfully (1.635s)
Waf: Entering directory `/home/thomasc/Phoenix/build/waf/2.7'
Traceback (most recent call last):
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 97, in waf_entry_point
run_commands()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 153, in run_commands
ctx=run_command(cmd_name)
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 146, in run_command
ctx.execute()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Scripting.py",
line 351, in execute
return execute_method(self)
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Build.py",
line 106, in execute
self.execute_build()
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Build.py",
line 109, in execute_build
self.recurse([self.run_dir])
File
"/home/thomasc/Phoenix/bin/.waf-1.7.10-4f6df1d839dc35640834d81573053140/waflib/Context.py",
line 128, in recurse
user_function(self)
File "/home/thomasc/Phoenix/wscript", line 432, in build
source = getEtgSipCppFiles(etg) + rc,
File "/home/thomasc/Phoenix/buildtools/config.py", line 626, in
getEtgSipCppFiles
return _getSbfValue(etg, 'sources')
File "/home/thomasc/Phoenix/buildtools/config.py", line 619, in
_getSbfValue
for line in open(sbf):
IOError: [Errno 2] No such file or directory: 'sip/cpp/_core.sbf'
Command '/usr/bin/python /home/thomasc/Phoenix/bin/waf-1.7.10
--wx_config=/home/thomasc/Phoenix/build/wxbld/wx-config --jobs=3
--python=/usr/bin/python --out=build/waf/2.7 configure build ' failed with
exit code 2.
Finished command: build_py (4.278s)
Finished command: build (13m2.629s)
***@incubator_62c5ede2:~/Phoenix$
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.