scons build --prefix="C:/Program Files/Cantera" --python_package='full' ^--python_array_home="C:/Python27/Lib/site-packages/numpy" ^--python_prefix="C:/Python27/Lib/site-packages" ^--boost_inc_dir="C:/Boost/include/boost-1_54"--boost_lib_dir="C:/Boost/lib"
D:\Tuks\cantera-2.1.0b2>scons build --prefix="C:/Program Files/Cantera" --python_package='full' --python_array_home="C:/Python27/Lib/site-packages/numpy"
--python_prefix="C:/Python27/Lib/site-packages" --boost_inc_dir="C:/Boost/include/boost-1_54"
scons: Reading SConscript files ...
Configuration variables read from 'cantera.conf' and command line:
WARNING: failed to propagate environment variable LD_LIBRARY_PATH
WARNING: failed to propagate environment variable PYTHONPATH
INFO: Skipping compilation of the Fortran 90 interface.
Checking for C++ header file cmath... yes
Checking for C header file sys/times.h... no
Checking for C header file unistd.h... no
Checking whether erf is declared... no
Checking for C++ header file boost/math/special_functions/erf.hpp... no
Checking for CVodeCreate(CV_BDF, CV_NEWTON) in C++ library sundials_cvodes... no
Checking for double x; log(x) in C library None... yes
WARNING: Cython not found or incompatible version: Found 0.0.0 but 0.17 or newer is required
INFO: Building the legacy Python package using numpy.
WARNING: The 'python_package=full' option is deprecated. This legacy Python package will be removed in Cantera 2.2. The new Python package may be build using 'python_package=new'.
INFO: Not building the Python 3 package because the Python 3 interpreter 'python3' could not be foundINFO: Sundials was not found. Building with minimal ODE solver capabilities.ERROR: Couldn't find 'erf' in either <math.h> or Boost.Math
See 'config.log' for details.