Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/job/abortswitch.h:35:0,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/job.h:34,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/meta/benchmarks/benchmark_job.cpp:32:
- /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/platform/thread.h: In constructor 'foundation::Spinlock::Spinlock()':
- /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/platform/thread.h:301:12: error: use of deleted function 'boost::detail::spinlock& boost::detail::spinlock::operator=(const boost::detail::spinlock&)'
- m_sp = initialized_sp;
- ^~~~~~~~~~~~~~
- In file included from /usr/include/boost/smart_ptr/detail/spinlock.hpp:47:0,
- from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
- from /usr/include/boost/smart_ptr/shared_ptr.hpp:36,
- from /usr/include/boost/shared_ptr.hpp:17,
- from /usr/include/boost/date_time/gregorian/greg_month.hpp:14,
- from /usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
- from /usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
- from /usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
- from /usr/include/boost/date_time/gregorian/gregorian.hpp:20,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/platform/datetime.h:38,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/benchmark/benchmarkdatapoint.h:34,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/benchmark.h:35,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/meta/benchmarks/benchmark_job.cpp:31:
- /usr/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:27:7: note: 'boost::detail::spinlock& boost::detail::spinlock::operator=(const boost::detail::spinlock&)' is implicitly deleted because the default definition would be ill-formed:
- class spinlock
- ^~~~~~~~
- /usr/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:27:7: error: use of deleted function 'std::atomic_flag& std::atomic_flag::operator=(const std::atomic_flag&)'
- In file included from /usr/include/c++/7.1.1/bits/shared_ptr_atomic.h:33:0,
- from /usr/include/c++/7.1.1/memory:82,
- from /usr/include/boost/config/no_tr1/memory.hpp:21,
- from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
- from /usr/include/boost/shared_ptr.hpp:17,
- from /usr/include/boost/date_time/gregorian/greg_month.hpp:14,
- from /usr/include/boost/date_time/gregorian/greg_ymd.hpp:16,
- from /usr/include/boost/date_time/gregorian/greg_calendar.hpp:17,
- from /usr/include/boost/date_time/gregorian/gregorian_types.hpp:19,
- from /usr/include/boost/date_time/gregorian/gregorian.hpp:20,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/platform/datetime.h:38,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/benchmark/benchmarkdatapoint.h:34,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/utility/benchmark.h:35,
- from /mnt/Datos/Documentos/Proyectos/appleseed/appleseed/src/appleseed/foundation/meta/benchmarks/benchmark_job.cpp:31:
- /usr/include/c++/7.1.1/bits/atomic_base.h:165:18: note: declared here
- atomic_flag& operator=(const atomic_flag&) = delete;
- ^~~~~~~~
- make[2]: *** [src/appleseed/CMakeFiles/appleseed.dir/build.make:1167: src/appleseed/CMakeFiles/appleseed.dir/foundation/meta/benchmarks/benchmark_job.cpp.o] Error 1
- make[1]: *** [CMakeFiles/Makefile2:118: src/appleseed/CMakeFiles/appleseed.dir/all] Error 2
- make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment