1466 |
if not conf.CheckPythonLib(): |
if not conf.CheckPythonLib(): |
1467 |
without_python_reason = 'libpython2.x not found or not linkable' |
without_python_reason = 'libpython2.x not found or not linkable' |
1468 |
with_python = False |
with_python = False |
1469 |
|
env['WITH_PYTHON']=False |
1470 |
|
|
1471 |
# SWIG version |
# SWIG version |
1472 |
|
|
1473 |
if with_python and not conf.CheckSwigVersion(): |
if with_python and not conf.CheckSwigVersion(): |
1474 |
without_python_reason = 'SWIG >= 1.3.24 is required' |
without_python_reason = 'SWIG >= 1.3.24 is required' |
1475 |
with_python = False |
with_python = False |
1476 |
|
env['WITH_PYTHON']=False |
1477 |
|
|
1478 |
# CUnit |
# CUnit |
1479 |
|
|
1839 |
if with_tcltk: |
if with_tcltk: |
1840 |
env.SConscript(['tcltk/generic/interface/SConscript'],'env') |
env.SConscript(['tcltk/generic/interface/SConscript'],'env') |
1841 |
else: |
else: |
1842 |
print "Skipping... Tcl/Tk GUI isn't being built:",without_tcltk_reason |
print "Skipping... Tcl/Tk bindings aren't being built:",without_tcltk_reason |
1843 |
|
|
1844 |
#------------- |
#------------- |
1845 |
# PYTHON INTERFACE |
# PYTHON INTERFACE |
1847 |
if with_python: |
if with_python: |
1848 |
env.SConscript(['pygtk/SConscript'],'env') |
env.SConscript(['pygtk/SConscript'],'env') |
1849 |
else: |
else: |
1850 |
print "Skipping... Python GUI isn't being built:",without_python_reason |
print "Skipping... Python bindings aren't being built:",without_python_reason |
1851 |
|
|
1852 |
#------------ |
#------------ |
1853 |
# BASE/GENERIC SUBDIRECTORIES |
# BASE/GENERIC SUBDIRECTORIES |