compilation errors on FreeBSD 10
Hi, i try to build project, but i get an errors
python setup.py install
running install
running bdist_egg
running egg_info
writing synth.egg-info/PKG-INFO
writing top-level names to synth.egg-info/top_level.txt
writing dependency_links to synth.egg-info/dependency_links.txt
reading manifest file 'synth.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'synth.egg-info/SOURCES.txt'
installing library code to build/bdist.freebsd-10.3-RELEASE-p11-amd64/egg
running install_lib
running build_ext
building 'synth' extension
gcc48 -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -DBOOST_ALL_NO_LIB -DBOOST_PYTHON_NO_LIB -DBOOST_PYTHON_STATIC_LIB -DBOOST_PYTHON_SOURCE -DNDEBUG -I. -Iexternal/boost -I/usr/local/include/python2.7 -c ajg/synth/bindings/python/module.cpp -o build/temp.freebsd-10.3-RELEASE-p11-amd64-2.7/ajg/synth/bindings/python/module.o -std=c++11 -Wno-unused-value
In file included from ./ajg/synth/templates/base_template.hpp:22:0,
from ./ajg/synth/templates/buffer_template.hpp:12,
from ./ajg/synth/templates.hpp:9,
from ./ajg/synth/engines/django/engine.hpp:23,
from ./ajg/synth/engines/django.hpp:9,
from ./ajg/synth/engines.hpp:9,
from ./ajg/synth/bindings/python/binding.hpp:17,
from ajg/synth/bindings/python/module.cpp:13:
./ajg/synth/value_traits.hpp: In static member function 'static ajg::synth::default_traits<Char>::timezone_type ajg::synth::default_traits<Char>::machine_timezone()':
./ajg/synth/value_traits.hpp:212:14: error: 'daylight' was not declared in this scope
if (!daylight) {
^
In file included from external/boost/boost/python/converter/rvalue_from_python_data.hpp:9:0,
from external/boost/boost/python/converter/registry.hpp:9,
from external/boost/boost/python/converter/registered.hpp:8,
from external/boost/boost/python/object/make_instance.hpp:10,
from external/boost/boost/python/object/make_ptr_instance.hpp:8,
from external/boost/boost/python/to_python_indirect.hpp:11,
from external/boost/boost/python/converter/arg_to_python.hpp:10,
from external/boost/boost/python/call.hpp:15,
from external/boost/boost/python/object_core.hpp:14,
from external/boost/boost/python/args.hpp:25,
from external/boost/boost/python.hpp:11,
from ajg/synth/bindings/python/module.cpp:10:
external/boost/boost/python/detail/referent_storage.hpp: In instantiation of 'union boost::python::detail::aligned_storage<8ul>':
external/boost/boost/python/converter/rvalue_from_python_data.hpp:82:13: required from 'struct boost::python::converter::rvalue_from_python_storage