Hi
I've tried to build the latest source of appleseed on windows 10. I'm getting this weird error with regards to boost
1>appleseed\src\appleseed\foundation/platform/thread.h(301): error C2280: 'boost::detail::spinlock &boost::detail::spinlock::operator =(const boost::detail::spinlock &)': attempting to reference a deleted function (compiling source file appleseed\src\appleseed\foundation\meta\tests\test_job.cpp)
1> libraries\boost_1_64_0\boost/smart_ptr/detail/spinlock_std_atomic.hpp(76): note: compiler has generated 'boost::detail::spinlock::operator =' here (compiling source file appleseed\src\appleseed\foundation\meta\tests\test_job.cpp)
My configuration:
OS: windows 10 - x64
Boost: 1.63.0
VS: 2015 - x64
Is the above boost version not supported? Should I go for a lower version to compile appleseed?