"No template named 'StaticAssertFailure'" compiler error on Xcode 7.0 #49286

Closed
opened 2016-09-07 19:27:08 +02:00 by peter lu · 7 comments

System Information
OSX 10.10.5 Xcode 7.0

Model Name:	MacBook Pro
Model Identifier:	MacBookPro11,4
Processor Name:	Intel Core i7
Processor Speed:	2.2 GHz
Number of Processors:	1
Total Number of Cores:	4
L2 Cache (per Core):	256 KB
L3 Cache:	6 MB
Memory:	16 GB
Boot ROM Version:	MBP114.0172.B06
SMC Version (system):	2.29f24
Serial Number (system):	C02QF8FNG8WN
Hardware UUID:	200448D6-422D-51A8-9B57-71FE8BB0449A

Blender Version
2.78 Hash: ce284ba

Short description of error
When compiling on Xcode 7, OSX 10.10.5, target cycle_bvh fails to compile with multiple errors of the sort

No template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?

coming from util_list.h and cmath.h

Exact steps for others to reproduce the error
Attempt to compile Blender on Xcode 7 (project generated by cmake). Note, everything works fine when compiling with GCC via makefiles.

Complete error log


Build target cycles_bvh of project Blender with configuration Debug

CompileC /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.o intern/cycles/bvh/bvh_binning.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/user/kitchen/sink/blender/blender
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -DDEBUG -D_DEBUG -D__SSE__ -D__MMX__ -D__SSE2__ -D__LITTLE_ENDIAN__ -DWITH_KERNEL_SSE2 -DWITH_KERNEL_SSE3 -DWITH_KERNEL_SSE41 -DWITH_KERNEL_AVX -DWITH_KERNEL_AVX2 -DOIIO_STATIC_BUILD -DCCL_NAMESPACE_BEGIN=namespace\ ccl\ { -DCCL_NAMESPACE_END=} -DWITH_OSL -DOSL_STATIC_LIBRARY -DCYCLES_STD_UNORDERED_MAP -DWITH_CYCLES_LOGGING -DGOOGLE_GLOG_DLL_DECL= -DCYCLES_GFLAGS_NAMESPACE=gflags -DWITH_BLENDER_GUARDEDALLOC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.10 -g -Wno-sign-conversion -I/Users/user/kitchen/sink/blender/cmake/lib/Debug/include -I/Users/user/kitchen/sink/blender/lib/darwin-9.x.universal/osl/include -I/Users/user/kitchen/sink/blender/blender/extern/glog/src -I/Users/user/kitchen/sink/blender/blender/extern/gflags/src -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include/OpenImageIO -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include/OpenEXR -I/Users/user/kitchen/sink/blender/blender/intern/cycles/../atomic -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../graph -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel/svm -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../render -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../device -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources/x86_64 -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/user/kitchen/sink/blender/cmake/lib/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -Wall -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -ftemplate-depth=1024 -msse2 -msse -pipe -funsigned-char -ffast-math -fno-strict-aliasing -MMD -MT dependencies -MF /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.d --serialize-diagnostics /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.dia -c /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp -o /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.o

In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:34:15: warning: 'static_assert' macro redefined [-Wmacro-redefined]
#      define static_assert(condition, message) \
              ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:434:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:552:9: note: previous definition is here
#define static_assert(__b, __m) \
        ^
1 warning generated.

CompileC /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.o intern/cycles/bvh/bvh_node.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/user/kitchen/sink/blender/blender
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -DDEBUG -D_DEBUG -D__SSE__ -D__MMX__ -D__SSE2__ -D__LITTLE_ENDIAN__ -DWITH_KERNEL_SSE2 -DWITH_KERNEL_SSE3 -DWITH_KERNEL_SSE41 -DWITH_KERNEL_AVX -DWITH_KERNEL_AVX2 -DOIIO_STATIC_BUILD -DCCL_NAMESPACE_BEGIN=namespace\ ccl\ { -DCCL_NAMESPACE_END=} -DWITH_OSL -DOSL_STATIC_LIBRARY -DCYCLES_STD_UNORDERED_MAP -DWITH_CYCLES_LOGGING -DGOOGLE_GLOG_DLL_DECL= -DCYCLES_GFLAGS_NAMESPACE=gflags -DWITH_BLENDER_GUARDEDALLOC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.10 -g -Wno-sign-conversion -I/Users/user/kitchen/sink/blender/cmake/lib/Debug/include -I/Users/user/kitchen/sink/blender/lib/darwin-9.x.universal/osl/include -I/Users/user/kitchen/sink/blender/blender/extern/glog/src -I/Users/user/kitchen/sink/blender/blender/extern/gflags/src -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include/OpenImageIO -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include/OpenEXR -I/Users/user/kitchen/sink/blender/blender/intern/cycles/../atomic -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../graph -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel/svm -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../render -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../device -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources/x86_64 -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/user/kitchen/sink/blender/cmake/lib/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -Wall -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -ftemplate-depth=1024 -msse2 -msse -pipe -funsigned-char -ffast-math -fno-strict-aliasing -MMD -MT dependencies -MF /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.d --serialize-diagnostics /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.dia -c /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp -o /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.o

In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:34:15: warning: 'static_assert' macro redefined [-Wmacro-redefined]
#      define static_assert(condition, message) \
              ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:434:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:552:9: note: previous definition is here
#define static_assert(__b, __m) \
        ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:20:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_list.h:20:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/list:817:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((is_same<value_type, typename allocator_type::value_type>::value),
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:739:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:861:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:964:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1126:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1204:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1229:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1254:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1278:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1302:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1471:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1508:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15:
In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1532:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'?
    static_assert((!(is_same<_A1, __result_type>::value &&
    ^
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23:
In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23:
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert'
  enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)}  // NOLINT
                                                                          ^
/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here
template <bool Test> class StaticAssertFailure;
                           ^
1 warning and 13 errors generated.


**System Information** OSX 10.10.5 Xcode 7.0 ``` Model Name: MacBook Pro Model Identifier: MacBookPro11,4 Processor Name: Intel Core i7 Processor Speed: 2.2 GHz Number of Processors: 1 Total Number of Cores: 4 L2 Cache (per Core): 256 KB L3 Cache: 6 MB Memory: 16 GB Boot ROM Version: MBP114.0172.B06 SMC Version (system): 2.29f24 Serial Number (system): C02QF8FNG8WN Hardware UUID: 200448D6-422D-51A8-9B57-71FE8BB0449A ``` **Blender Version** 2.78 Hash: ce284ba **Short description of error** When compiling on Xcode 7, OSX 10.10.5, target cycle_bvh fails to compile with multiple errors of the sort ``` No template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? ``` coming from util_list.h and cmath.h **Exact steps for others to reproduce the error** Attempt to compile Blender on Xcode 7 (project generated by cmake). Note, everything works fine when compiling with GCC via makefiles. **Complete error log** ``` Build target cycles_bvh of project Blender with configuration Debug CompileC /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.o intern/cycles/bvh/bvh_binning.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler cd /Users/user/kitchen/sink/blender/blender export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -DDEBUG -D_DEBUG -D__SSE__ -D__MMX__ -D__SSE2__ -D__LITTLE_ENDIAN__ -DWITH_KERNEL_SSE2 -DWITH_KERNEL_SSE3 -DWITH_KERNEL_SSE41 -DWITH_KERNEL_AVX -DWITH_KERNEL_AVX2 -DOIIO_STATIC_BUILD -DCCL_NAMESPACE_BEGIN=namespace\ ccl\ { -DCCL_NAMESPACE_END=} -DWITH_OSL -DOSL_STATIC_LIBRARY -DCYCLES_STD_UNORDERED_MAP -DWITH_CYCLES_LOGGING -DGOOGLE_GLOG_DLL_DECL= -DCYCLES_GFLAGS_NAMESPACE=gflags -DWITH_BLENDER_GUARDEDALLOC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.10 -g -Wno-sign-conversion -I/Users/user/kitchen/sink/blender/cmake/lib/Debug/include -I/Users/user/kitchen/sink/blender/lib/darwin-9.x.universal/osl/include -I/Users/user/kitchen/sink/blender/blender/extern/glog/src -I/Users/user/kitchen/sink/blender/blender/extern/gflags/src -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include/OpenImageIO -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include/OpenEXR -I/Users/user/kitchen/sink/blender/blender/intern/cycles/../atomic -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../graph -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel/svm -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../render -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../device -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources/x86_64 -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/user/kitchen/sink/blender/cmake/lib/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -Wall -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -ftemplate-depth=1024 -msse2 -msse -pipe -funsigned-char -ffast-math -fno-strict-aliasing -MMD -MT dependencies -MF /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.d --serialize-diagnostics /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.dia -c /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp -o /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_binning.o In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:34:15: warning: 'static_assert' macro redefined [-Wmacro-redefined] # define static_assert(condition, message) \ ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.cpp:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_binning.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:21: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:434: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:552:9: note: previous definition is here #define static_assert(__b, __m) \ ^ 1 warning generated. CompileC /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.o intern/cycles/bvh/bvh_node.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler cd /Users/user/kitchen/sink/blender/blender export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -DDEBUG -D_DEBUG -D__SSE__ -D__MMX__ -D__SSE2__ -D__LITTLE_ENDIAN__ -DWITH_KERNEL_SSE2 -DWITH_KERNEL_SSE3 -DWITH_KERNEL_SSE41 -DWITH_KERNEL_AVX -DWITH_KERNEL_AVX2 -DOIIO_STATIC_BUILD -DCCL_NAMESPACE_BEGIN=namespace\ ccl\ { -DCCL_NAMESPACE_END=} -DWITH_OSL -DOSL_STATIC_LIBRARY -DCYCLES_STD_UNORDERED_MAP -DWITH_CYCLES_LOGGING -DGOOGLE_GLOG_DLL_DECL= -DCYCLES_GFLAGS_NAMESPACE=gflags -DWITH_BLENDER_GUARDEDALLOC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.10 -g -Wno-sign-conversion -I/Users/user/kitchen/sink/blender/cmake/lib/Debug/include -I/Users/user/kitchen/sink/blender/lib/darwin-9.x.universal/osl/include -I/Users/user/kitchen/sink/blender/blender/extern/glog/src -I/Users/user/kitchen/sink/blender/blender/extern/gflags/src -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openimageio/include/OpenImageIO -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include -I/Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/openexr/include/OpenEXR -I/Users/user/kitchen/sink/blender/blender/intern/cycles/../atomic -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../graph -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../kernel/svm -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../render -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util -I/Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../device -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources/x86_64 -I/Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/user/kitchen/sink/blender/cmake/lib/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -Wall -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -ftemplate-depth=1024 -msse2 -msse -pipe -funsigned-char -ffast-math -fno-strict-aliasing -MMD -MT dependencies -MF /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.d --serialize-diagnostics /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.dia -c /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp -o /Users/user/kitchen/sink/blender/cmake/intern/cycles/bvh/Blender.build/Debug/cycles_bvh.build/Objects-normal/x86_64/bvh_node.o In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:34:15: warning: 'static_assert' macro redefined [-Wmacro-redefined] # define static_assert(condition, message) \ ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:21: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:434: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:552:9: note: previous definition is here #define static_assert(__b, __m) \ ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:20: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_list.h:20: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/list:817:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((is_same<value_type, typename allocator_type::value_type>::value), ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:739:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:861:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:964:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1126:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1204:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1229:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1254:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1278:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1302:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1471:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1508:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:19: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_build.h:28: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_task.h:22: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_thread.h:26: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_only.hpp:17: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/pthread/thread_data.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/lock_types.hpp:18: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/thread/thread_time.hpp:11: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_types.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/ptime.hpp:12: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_system.hpp:13: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/date_time/posix_time/posix_time_config.hpp:15: In file included from /Users/user/kitchen/sink/blender/blender/../lib/darwin-9.x.universal/boost/include/boost/config/no_tr1/cmath.hpp:21: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:1532:5: error: no template named 'StaticAssertFailure'; did you mean 'ccl::StaticAssertFailure'? static_assert((!(is_same<_A1, __result_type>::value && ^ In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_node.cpp:18: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/bvh_params.h:21: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_boundbox.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_string.h:24: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_vector.h:27: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_guarded_allocator.h:23: In file included from /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_debug.h:23: /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:35:75: note: expanded from macro 'static_assert' enum {_static_assert_glue(q_static_assert_result, __COUNTER__) = sizeof(StaticAssertFailure<!!(condition)>)} // NOLINT ^ /Users/user/kitchen/sink/blender/blender/intern/cycles/bvh/../util/util_static_assert.h:29:28: note: 'ccl::StaticAssertFailure' declared here template <bool Test> class StaticAssertFailure; ^ 1 warning and 13 errors generated. ```
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @pdlla

Added subscriber: @pdlla

This issue was referenced by blender/cycles@c17117442e

This issue was referenced by blender/cycles@c17117442ef0d3e755710dde4dea025cb1b89dc8

This issue was referenced by 18ae1504ea

This issue was referenced by 18ae1504ea1a8d934df5ea383e4367befd854703

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @Sergey

Added subscriber: @Sergey

The issue should be now fixed, but few notes:

  • As the bug report guidelines states, compilation errors are to be communicated via #blendercoders IRC room or via out mailing list.
  • When you share compiler's output use single threaded compilation, otherwise things will be totally messy and unreadable.
  • Do not inline logs into the comment/report, use file attachment for that.
The issue should be now fixed, but few notes: - As the bug report guidelines states, compilation errors are to be communicated via #blendercoders IRC room or via out mailing list. - When you share compiler's output use single threaded compilation, otherwise things will be totally messy and unreadable. - Do not inline logs into the comment/report, use file attachment for that.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#49286
No description provided.