Seems like you have some kind of misconfiguration in your
settings. nullptr_t is a new entity of C++11, e.g. see http://en.cppreference.com/w/cpp/types/nullptr_t.
Obviously your build somewhere is configured to use this, but AFAIK VS2010 does
not support C++11 yet. Try defining BOOST_NO_CXX11_NULLPTR in your
configuration, this should likely resolve the issue.
Regards
Peter
Von: Boost-build [mailto:boost-build-bounces@lists.boost.org]
Im Auftrag von Marcello Pietrobon Gesendet: Freitag, 16. August
2013 08:24 An: boost-build@lists.boost.org Betreff:
[Boost-build] Cannot compile boost 1.54.0 with stlport
/STLport-5.2.1