You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with Visual Studio 9 2008, Visual Studio 10 2010 and Visual Studio 14 2015, in 32 bits I get:
Creating library C:/Miniconda/conda-bld/work/tbb44_20160128oss/build/Release/tbbmalloc.lib and object C:/Miniconda/conda-bld/work/tbb44_20160128oss/build/Release/tbbmalloc.exp
atomic_support.obj : error LNK2001: unresolved external symbol ___TBB_machine_store8_slow
x64 builds are fine.
[00:07:52] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build>cmake -LAH -G"Visual Studio 10 2010" -DCMAKE_INSTALL_PREFIX="C:\Miniconda\envs\_build\Library" ..
[00:07:54] -- The CXX compiler identification is MSVC 16.0.40219.1
[00:07:54] -- Check for working CXX compiler using: Visual Studio 10 2010
[00:07:55] -- Check for working CXX compiler using: Visual Studio 10 2010 -- works
[00:07:55] -- Detecting CXX compiler ABI info
[00:07:56] -- Detecting CXX compiler ABI info - done
[00:07:56] -- Detecting CXX compile features
[00:07:56] -- Detecting CXX compile features - done
[00:07:56] -- The ASM_MASM compiler identification is MSVC
[00:07:56] -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/ml.exe
[00:07:56] -- Configuring done
[00:07:56] -- Generating done
[00:07:56] -- Build files have been written to: C:/Miniconda/conda-bld/work/tbb43_20150611oss/build
[00:07:56] -- Cache values
[00:07:56] // ASM_MASM compiler
[00:07:56] CMAKE_ASM_MASM_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/ml.exe
[00:07:56]
[00:07:56] // Flags used by the assembler during all build types.
[00:07:56] CMAKE_ASM_MASM_FLAGS:STRING=
[00:07:56]
[00:07:56] // Flags used by the assembler during debug builds.
[00:07:56] CMAKE_ASM_MASM_FLAGS_DEBUG:STRING=
[00:07:56]
[00:07:56] // Flags used by the assembler during release minsize builds.
[00:07:56] CMAKE_ASM_MASM_FLAGS_MINSIZEREL:STRING=
[00:07:56]
[00:07:56] // Flags used by the assembler during release builds.
[00:07:56] CMAKE_ASM_MASM_FLAGS_RELEASE:STRING=
[00:07:56]
[00:07:56] // Flags used by the assembler during Release with Debug Info builds.
[00:07:56] CMAKE_ASM_MASM_FLAGS_RELWITHDEBINFO:STRING=
[00:07:56]
[00:07:56] // Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored.
[00:07:56] CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo
[00:07:56]
[00:07:56] // Flags used by the compiler during all build types.
[00:07:56] CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /GR /EHsc
[00:07:56]
[00:07:56] // Flags used by the compiler during debug builds.
[00:07:56] CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
[00:07:56]
[00:07:56] // Flags used by the compiler during release builds for minimum size.
[00:07:56] CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG
[00:07:56]
[00:07:56] // Flags used by the compiler during release builds.
[00:07:56] CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG
[00:07:56]
[00:07:56] // Flags used by the compiler during release builds with debug info.
[00:07:56] CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG
[00:07:56]
[00:07:56] // Libraries linked by default with all C++ applications.
[00:07:56] CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
[00:07:56]
[00:07:56] // Flags used by the linker.
[00:07:56] CMAKE_EXE_LINKER_FLAGS:STRING= /machine:X86
[00:07:56]
[00:07:56] // Flags used by the linker during debug builds.
[00:07:56] CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // Flags used by the linker during release minsize builds.
[00:07:56] CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during release builds.
[00:07:56] CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during Release with Debug Info builds.
[00:07:56] CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // Install path prefix, prepended onto install directories.
[00:07:56] CMAKE_INSTALL_PREFIX:PATH=C:/Miniconda/envs/_build/Library
[00:07:56]
[00:07:56] // Path to a program.
[00:07:56] CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/link.exe
[00:07:56]
[00:07:56] // Flags used by the linker during the creation of modules.
[00:07:56] CMAKE_MODULE_LINKER_FLAGS:STRING= /machine:X86
[00:07:56]
[00:07:56] // Flags used by the linker during debug builds.
[00:07:56] CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // Flags used by the linker during release minsize builds.
[00:07:56] CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during release builds.
[00:07:56] CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during Release with Debug Info builds.
[00:07:56] CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // RC compiler
[00:07:56] CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin/RC.Exe
[00:07:56]
[00:07:56] // Flags for Windows Resource Compiler.
[00:07:56] CMAKE_RC_FLAGS:STRING= /DWIN32
[00:07:56]
[00:07:56] // Flags used by the linker during the creation of dll's.
[00:07:56] CMAKE_SHARED_LINKER_FLAGS:STRING= /machine:X86
[00:07:56]
[00:07:56] // Flags used by the linker during debug builds.
[00:07:56] CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // Flags used by the linker during release minsize builds.
[00:07:56] CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during release builds.
[00:07:56] CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
[00:07:56]
[00:07:56] // Flags used by the linker during Release with Debug Info builds.
[00:07:56] CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
[00:07:56]
[00:07:56] // If set, runtime paths are not added when installing shared libraries, but are added when building.
[00:07:56] CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
[00:07:56]
[00:07:56] // If set, runtime paths are not added when using shared libraries.
[00:07:56] CMAKE_SKIP_RPATH:BOOL=NO
[00:07:56]
[00:07:56] // Flags used by the linker during the creation of static libraries.
[00:07:56] CMAKE_STATIC_LINKER_FLAGS:STRING= /machine:X86
[00:07:56]
[00:07:56] // Flags used by the linker during debug builds.
[00:07:56] CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
[00:07:56]
[00:07:56] // Flags used by the linker during release minsize builds.
[00:07:56] CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
[00:07:56]
[00:07:56] // Flags used by the linker during release builds.
[00:07:56] CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
[00:07:56]
[00:07:56] // Flags used by the linker during Release with Debug Info builds.
[00:07:56] CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
[00:07:56]
[00:07:56] // If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.
[00:07:56] CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
[00:07:56]
[00:07:56] // Build TBB shared library
[00:07:56] TBB_BUILD_SHARED:BOOL=ON
[00:07:56]
[00:07:56] // Build TBB static library
[00:07:56] TBB_BUILD_STATIC:BOOL=ON
[00:07:56]
[00:07:56] // Build TBB malloc library
[00:07:56] TBB_BUILD_TBBMALLOC:BOOL=ON
[00:07:56]
[00:07:56] // Build TBB malloc proxy library
[00:07:56] TBB_BUILD_TBBMALLOC_PROXY:BOOL=ON
[00:07:56]
[00:07:56]
[00:07:56] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build>cmake --build . --config "Release" --target ALL_BUILD
[00:07:56] Microsoft (R) Build Engine version 4.6.1055.0
[00:07:56] [Microsoft .NET Framework, version 4.0.30319.42000]
[00:07:56] Copyright (C) Microsoft Corporation. All rights reserved.
[00:07:56]
[00:07:56] Build started 5/10/2016 1:46:45 AM.
[00:07:57] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:07:57] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:07:57] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" on node 1 (default targets).
[00:07:57] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[00:07:57] PrepareForBuild:
[00:07:57] Creating directory "Win32\Release\ZERO_CHECK\".
[00:07:57] Creating directory "Release\".
[00:07:57] InitializeBuildStatus:
[00:07:57] Creating "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:07:57] CustomBuild:
[00:07:57] Checking Build System
[00:07:57] CMake does not need to re-run because C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/CMakeFiles/generate.stamp is up-to-date.
[00:07:57] FinalizeBuildStatus:
[00:07:57] Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
[00:07:57] Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
[00:07:57] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ZERO_CHECK.vcxproj" (default targets).
[00:07:57] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:07:57] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:07:57] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:07:57] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (3) on node 1 (default targets).
[00:07:57] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_def_files.vcxproj" (4) on node 1 (default targets).
[00:07:57] PrepareForBuild:
[00:07:57] Creating directory "Win32\Release\tbb_def_files\".
[00:07:57] InitializeBuildStatus:
[00:07:57] Creating "Win32\Release\tbb_def_files\tbb_def_files.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:07:57] CustomBuild:
[00:07:57] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:07:57] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:07:57] Preprocessing tbb.def
[00:07:57] Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
[00:07:57] Copyright (C) Microsoft Corporation. All rights reserved.
[00:07:57]
[00:07:57] win32-tbb-export.def
[00:07:57] Preprocessing tbbmalloc.def
[00:07:57] Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
[00:07:57] Copyright (C) Microsoft Corporation. All rights reserved.
[00:07:57]
[00:07:57] win32-tbbmalloc-export.def
[00:07:57] FinalizeBuildStatus:
[00:07:57] Deleting file "Win32\Release\tbb_def_files\tbb_def_files.unsuccessfulbuild".
[00:07:57] Touching "Win32\Release\tbb_def_files\tbb_def_files.lastbuildstate".
[00:07:57] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_def_files.vcxproj" (default targets).
[00:07:57] PrepareForBuild:
[00:07:57] Creating directory "tbb.dir\Release\".
[00:07:57] InitializeBuildStatus:
[00:07:57] Creating "tbb.dir\Release\tbb.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:07:57] CustomBuild:
[00:07:57] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:07:57] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:07:57] _MASM:
[00:07:57] Assembling [Inputs]...
[00:07:57] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp92ef6c295a884b95ab1e1acac40da3ed.cmd"
[00:07:57] ml.exe /c /nologo /Zi /Fo"tbb.dir\Release\atomic_support.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /D"tbb_EXPORTS" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\atomic_support.asm"
[00:07:57] _MASM:
[00:07:57] Assembling [Inputs]...
[00:07:57] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp0aed1bcdfb9b447fa3cd33fac5064fba.cmd"
[00:07:57] ml.exe /c /nologo /Zi /Fo"tbb.dir\Release\itsx.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /D"tbb_EXPORTS" /I "C:\Miniconda\c
[00:07:57] onda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\itsx.asm"
[00:07:57] _MASM:
[00:07:57] Assembling [Inputs]...
[00:07:57] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmpbeb242a03ab141be9206bc65a790caf5.cmd"
[00:07:57] ml.exe /c /nologo /Zi /Fo"tbb.dir\Release\lock_byte.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /D"tbb_EXPORTS" /I "C:\Minico
[00:07:57] nda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\lock_byte.asm"
[00:07:57] ClCompile:
[00:07:57] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBB_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D tbb_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"tbb.dir\Release\\" /Fd"tbb.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbb\arena.cpp ..\src\tbb\cache_aligned_allocator.cpp ..\src\tbb\concurrent_hash_map.cpp ..\src\tbb\concurrent_monitor.cpp ..\src\tbb\concurrent_queue.cpp ..\src\tbb\concurrent_vector.cpp ..\src\tbb\condition_variable.cpp ..\src\tbb\critical_section.cpp ..\src\tbb\
dynamic_link.cp
[00:07:57] p ..\src\tbb\governor.cpp ..\src\tbb\itt_notify.cpp ..\src\tbb\market.cpp ..\src\tbb\mutex.cpp ..\src\tbb\observer_proxy.cpp ..\src\tbb\pipeline.cpp ..\src\tbb\private_server.cpp ..\src\tbb\queuing_mutex.cpp ..\src\tbb\queuing_rw_mutex.cpp ..\src\tbb\reader_writer_lock.cpp ..\src\tbb\recursive_mutex.cpp ..\src\tbb\semaphore.cpp ..\src\tbb\spin_mutex.cpp ..\src\tbb\spin_rw_mutex.cpp ..\src\tbb\task.cpp ..\src\tbb\task_group_context.cpp ..\src\tbb\tbb_main.cpp ..\src\tbb\tbb_misc.cpp ..\src\tbb\tbb_misc_ex.cpp ..\src\tbb\tbb_statistics.cpp ..\src\tbb\tbb_thread.cpp ..\src\tbb\x86_rtm_rw_mutex.cpp ..\src\old\concurrent_queue_v2.cpp ..\src\old\concurrent_vector_v2.cpp ..\src\old\spin_rw_mutex_v2.cpp ..\src\old\task_v2.cpp ..\src\rml\client\rml_tbb.cpp /volatile:iso
[00:07:57] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj]
[00:07:57] arena.cpp
[00:07:58] cache_aligned_allocator.cpp
[00:07:59] concurrent_hash_map.cpp
[00:07:59] concurrent_monitor.cpp
[00:08:00] concurrent_queue.cpp
[00:08:00] concurrent_vector.cpp
[00:08:01] condition_variable.cpp
[00:08:01] critical_section.cpp
[00:08:01] dynamic_link.cpp
[00:08:02] governor.cpp
[00:08:02] itt_notify.cpp
[00:08:03] market.cpp
[00:08:03] mutex.cpp
[00:08:04] observer_proxy.cpp
[00:08:04] pipeline.cpp
[00:08:04] private_server.cpp
[00:08:05] queuing_mutex.cpp
[00:08:05] queuing_rw_mutex.cpp
[00:08:05] reader_writer_lock.cpp
[00:08:06] recursive_mutex.cpp
[00:08:06] Generating Code...
[00:08:07] Compiling...
[00:08:07] semaphore.cpp
[00:08:07] spin_mutex.cpp
[00:08:07] spin_rw_mutex.cpp
[00:08:08] task.cpp
[00:08:08] task_group_context.cpp
[00:08:09] tbb_main.cpp
[00:08:09] tbb_misc.cpp
[00:08:09] tbb_misc_ex.cpp
[00:08:10] tbb_statistics.cpp
[00:08:10] tbb_thread.cpp
[00:08:10] x86_rtm_rw_mutex.cpp
[00:08:11] concurrent_queue_v2.cpp
[00:08:11] concurrent_vector_v2.cpp
[00:08:11] spin_rw_mutex_v2.cpp
[00:08:11] task_v2.cpp
[00:08:11] rml_tbb.cpp
[00:08:11] Generating Code...
[00:08:12] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\M
[00:08:12] iniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBB_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D tbb_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"tbb.dir\Release\\" /Fd"tbb.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4458 /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbb\scheduler.cpp /volatile:iso
[00:08:12] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj]
[00:08:12] scheduler.cpp
[00:08:13] Link:
[00:08:13] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /DEF:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/tbb.def" /MANIFEST /ManifestFile:"tbb.dir\Release\tbb.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbb.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbb.lib" /MACHINE:X86 /DLL tbb.dir\Release\arena.obj
[00:08:13] tbb.dir\Release\cache_aligned_allocator.obj
[00:08:13] tbb.dir\Release\concurrent_hash_map.obj
[00:08:13] tbb.dir\Release\concurrent_monitor.obj
[00:08:13] tbb.dir\Release\concurrent_queue.obj
[00:08:13] tbb.dir\Release\concurrent_vector.obj
[00:08:13] tbb.dir\Release\condition_variable.obj
[00:08:13] tbb.dir\Release\critical
[00:08:13] _section.obj
[00:08:13] tbb.dir\Release\dynamic_link.obj
[00:08:13] tbb.dir\Release\governor.obj
[00:08:13] tbb.dir\Release\itt_notify.obj
[00:08:13] tbb.dir\Release\market.obj
[00:08:13] tbb.dir\Release\mutex.obj
[00:08:13] tbb.dir\Release\observer_proxy.obj
[00:08:13] tbb.dir\Release\pipeline.obj
[00:08:13] tbb.dir\Release\private_server.obj
[00:08:13] tbb.dir\Release\queuing_mutex.obj
[00:08:13] tbb.dir\Release\queuing_rw_mutex.obj
[00:08:13] tbb.dir\Release\reader_writer_lock.obj
[00:08:13] tbb.dir\Release\recursive_mutex.obj
[00:08:13] tbb.dir\Release\scheduler.obj
[00:08:13] tbb.dir\Release\semaphore.obj
[00:08:13] tbb.dir\Release\spin_mutex.obj
[00:08:13] tbb.dir\Release\spin_rw_mutex.obj
[00:08:13] tbb.dir\Release\task.obj
[00:08:13] tbb.dir\Release\task_group_context.obj
[00:08:13] tbb.dir\Release\tbb_main.obj
[00:08:13] tbb.dir\Release\tbb_misc.obj
[00:08:13] tbb.dir\Release\tbb_misc_ex.obj
[00:08:13] tbb.dir\Release\tbb_statistics.obj
[00:08:13] tbb.dir\Release\tbb_thread.obj
[00:08:13] tbb.dir\Release\x86_rtm_rw_mutex.obj
[00:08:13] tbb.dir\Release\concurrent_queue_v2.obj
[00:08:13] tbb.dir\Release\concurrent_vector_v2.obj
[00:08:13] tbb.dir\Release\spin_rw_mutex_v2.obj
[00:08:13] tbb.dir\Release\task_v2.obj
[00:08:13] tbb.dir\Release\rml_tbb.obj
[00:08:13] tbb.dir\Release\atomic_support.obj
[00:08:13] tbb.dir\Release\itsx.obj
[00:08:13] tbb.dir\Release\lock_byte.obj /machine:X86
[00:08:13] Creating library C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbb.lib and object C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbb.exp
[00:08:13] tbb.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb.dll
[00:08:13] Manifest:
[00:08:13] C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\mt.exe /nologo /verbose /outputresource:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb.dll;#2" /manifest tbb.dir\Release\tbb.dll.intermediate.manifest
[00:08:13] FinalizeBuildStatus:
[00:08:13] Deleting file "tbb.dir\Release\tbb.unsuccessfulbuild".
[00:08:13] Touching "tbb.dir\Release\tbb.lastbuildstate".
[00:08:13] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (default targets).
[00:08:13] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:13] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:13] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:13] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:13] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (5) on node 1 (default targets).
[00:08:13] PrepareForBuild:
[00:08:13] Creating directory "tbb_static.dir\Release\".
[00:08:13] InitializeBuildStatus:
[00:08:13] Creating "tbb_static.dir\Release\tbb_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:13] CustomBuild:
[00:08:13] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:08:13] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:08:13] _MASM:
[00:08:13] Assembling [Inputs]...
[00:08:13] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp3ce5e6a91c7844bbaed11f15f44140b6.cmd"
[00:08:13] ml.exe /c /nologo /Zi /Fo"tbb_static.dir\Release\atomic_support.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\atomic_support.asm"
[00:08:13] _MASM:
[00:08:13] Assembling [Inputs]...
[00:08:13] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp5cbff189fcc14e28961c9adf018264c8.cmd"
[00:08:13] ml.exe /c /nologo /Zi /Fo"tbb_static.dir\Release\itsx.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\itsx.asm"
[00:08:13] _MASM:
[00:08:13] Assembling [Inputs]...
[00:08:13] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp16384155fb6248a1af5fea0b69d144ae.cmd"
[00:08:13] ml.exe /c /nologo /Zi /Fo"tbb_static.dir\Release\lock_byte.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBB_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\lock_byte.asm"
[00:08:13] ClCompile:
[00:08:13] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBB_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"tbb_static.dir\Release\\" /Fd"tbb_static.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbb\arena.cpp ..\src\tbb\cache_aligned_allocator.cpp ..\src\tbb\concurrent_hash_map.cpp ..\src\tbb\concurrent_monitor.cpp ..\src\tbb\concurrent_queue.cpp ..\src\tbb\concurrent_vector.cpp ..\src\tbb\condition_variable.cpp ..\src\tbb\critical_section.cpp ..\src\tbb\dynamic_link.
cpp ..\src\tbb
[00:08:13] \governor.cpp ..\src\tbb\itt_notify.cpp ..\src\tbb\market.cpp ..\src\tbb\mutex.cpp ..\src\tbb\observer_proxy.cpp ..\src\tbb\pipeline.cpp ..\src\tbb\private_server.cpp ..\src\tbb\queuing_mutex.cpp ..\src\tbb\queuing_rw_mutex.cpp ..\src\tbb\reader_writer_lock.cpp ..\src\tbb\recursive_mutex.cpp ..\src\tbb\semaphore.cpp ..\src\tbb\spin_mutex.cpp ..\src\tbb\spin_rw_mutex.cpp ..\src\tbb\task.cpp ..\src\tbb\task_group_context.cpp ..\src\tbb\tbb_main.cpp ..\src\tbb\tbb_misc.cpp ..\src\tbb\tbb_misc_ex.cpp ..\src\tbb\tbb_statistics.cpp ..\src\tbb\tbb_thread.cpp ..\src\tbb\x86_rtm_rw_mutex.cpp ..\src\old\concurrent_queue_v2.cpp ..\src\old\concurrent_vector_v2.cpp ..\src\old\spin_rw_mutex_v2.cpp ..\src\old\task_v2.cpp ..\src\rml\client\rml_tbb.cpp /volatile:iso
[00:08:13] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:13] arena.cpp
[00:08:14] cache_aligned_allocator.cpp
[00:08:14] concurrent_hash_map.cpp
[00:08:15] concurrent_monitor.cpp
[00:08:15] concurrent_queue.cpp
[00:08:16] concurrent_vector.cpp
[00:08:16] condition_variable.cpp
[00:08:17] critical_section.cpp
[00:08:17] dynamic_link.cpp
[00:08:17] governor.cpp
[00:08:18] itt_notify.cpp
[00:08:18] market.cpp
[00:08:19] mutex.cpp
[00:08:19] observer_proxy.cpp
[00:08:20] pipeline.cpp
[00:08:20] private_server.cpp
[00:08:20] queuing_mutex.cpp
[00:08:21] queuing_rw_mutex.cpp
[00:08:21] reader_writer_lock.cpp
[00:08:21] recursive_mutex.cpp
[00:08:22] Generating Code...
[00:08:23] Compiling...
[00:08:23] semaphore.cpp
[00:08:23] spin_mutex.cpp
[00:08:23] spin_rw_mutex.cpp
[00:08:23] task.cpp
[00:08:24] task_group_context.cpp
[00:08:24] tbb_main.cpp
[00:08:25] tbb_misc.cpp
[00:08:25] tbb_misc_ex.cpp
[00:08:25] tbb_statistics.cpp
[00:08:25] tbb_thread.cpp
[00:08:26] x86_rtm_rw_mutex.cpp
[00:08:26] concurrent_queue_v2.cpp
[00:08:26] concurrent_vector_v2.cpp
[00:08:26] spin_rw_mutex_v2.cpp
[00:08:27] task_v2.cpp
[00:08:27] rml_tbb.cpp
[00:08:27] Generating Code...
[00:08:27] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\M
[00:08:27] iniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBB_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"tbb_static.dir\Release\\" /Fd"tbb_static.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4458 /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbb\scheduler.cpp /volatile:iso
[00:08:27] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:27] scheduler.cpp
[00:08:28] Lib:
[00:08:28] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb_static.lib" /NOLOGO tbb_static.dir\Release\arena.obj
[00:08:28] tbb_static.dir\Release\cache_aligned_allocator.obj
[00:08:28] tbb_static.dir\Release\concurrent_hash_map.obj
[00:08:28] tbb_static.dir\Release\concurrent_monitor.obj
[00:08:28] tbb_static.dir\Release\concurrent_queue.obj
[00:08:28] tbb_static.dir\Release\concurrent_vector.obj
[00:08:28] tbb_static.dir\Release\condition_variable.obj
[00:08:28] tbb_static.dir\Release\critical_section.obj
[00:08:28] tbb_static.dir\Release\dynamic_link.obj
[00:08:28] tbb_static.dir\Release\governor.obj
[00:08:28] tbb_static.dir\Release\itt_notify.obj
[00:08:28] tbb_static.dir\Release\market.obj
[00:08:28] tbb_static.dir\Release\mutex.obj
[00:08:28] tbb_static.dir\Release\observer_proxy.obj
[00:08:28] tbb_static.dir\Release\pipeline.obj
[00:08:28] tbb_static.dir\Release\private_server.obj
[00:08:28] tbb_static.dir\Release\queuing_mutex.obj
[00:08:28] tbb_static.dir\Release\queuing_rw_mutex.obj
[00:08:28] tbb_static.dir\Release\reader_writer_lock.obj
[00:08:28] tbb_static.dir\Release\recursive_mutex.obj
[00:08:28] tbb_static.dir\Release\scheduler.obj
[00:08:28] tbb_static.dir\Release\semaphore.obj
[00:08:28] tbb_static.dir\Release\spin_mutex.obj
[00:08:28] tbb_static.dir\Release\spin_rw_mutex.obj
[00:08:28] tbb_static.dir\Release\task.obj
[00:08:28] tbb_static.dir\Release\task_group_context.obj
[00:08:28] tbb_static.dir\Release\tbb_main.obj
[00:08:28] tbb_static.dir\Release\tbb_misc.obj
[00:08:28] tbb_static.dir\Release\tbb_misc_ex.obj
[00:08:28] tbb_static.dir\Release\tbb_statistics.obj
[00:08:28] tbb_static.dir\Release\tbb_thread.obj
[00:08:28] tbb_static.dir\Release\x86_rtm_rw_mutex.obj
[00:08:28] tbb_static.dir\Release\concurrent_queue_v2.obj
[00:08:28] tbb_static.dir\Release\concurrent_vector_v2.obj
[00:08:28] tbb_static.dir\Release\spin_rw_mutex_v2.obj
[00:08:28] tbb_static.dir\Release\task_v2.obj
[00:08:28] tbb_static.dir\Release\rml_tbb.obj
[00:08:28] tbb_static.dir\Release\atomic_support.obj
[00:08:28] tbb_static.dir\Release\itsx.obj
[00:08:28] tbb_static.dir\Release\lock_byte.obj /machine:X86
[00:08:28] tbb_statistics.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:28]
[00:08:28] semaphore.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:28] tbb_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb_static.lib
[00:08:28] FinalizeBuildStatus:
[00:08:28] Deleting file "tbb_static.dir\Release\tbb_static.unsuccessfulbuild".
[00:08:28] Touching "tbb_static.dir\Release\tbb_static.lastbuildstate".
[00:08:28] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (default targets).
[00:08:28] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:28] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:28] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:28] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:28] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (6) on node 1 (default targets).
[00:08:28] PrepareForBuild:
[00:08:28] Creating directory "tbbmalloc.dir\Release\".
[00:08:28] InitializeBuildStatus:
[00:08:28] Creating "tbbmalloc.dir\Release\tbbmalloc.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:28] CustomBuild:
[00:08:28] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:08:28] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:08:28] _MASM:
[00:08:28] Assembling [Inputs]...
[00:08:28] cmd.exe /C "C:\Users\appveyor\AppData\Local\Temp\1\tmp0cb863abd97b41e08915fa046d9d11a8.cmd"
[00:08:28] ml.exe /c /nologo /Zi /Fo"tbbmalloc.dir\Release\atomic_support.obj" /D"WIN32" /D"_WINDOWS" /D"USE_WINTHREAD" /D"_CRT_SECURE_NO_DEPRECATE" /D"_WIN32_WINNT=0x0600" /D"NDEBUG" /D"__TBBMALLOC_BUILD=1" /D"DO_ITT_NOTIFY" /D"CMAKE_INTDIR="Release"" /D"tbbmalloc_EXPORTS" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I "C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /W3 /errorReport:prompt /safeseh /Ta"..\src\tbb\ia32-masm\atomic_support.asm"
[00:08:28] ClCompile:
[00:08:28] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBBMALLOC_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D tbbmalloc_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR- /Fo"tbbmalloc.dir\Release\\" /Fd"tbbmalloc.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbbmalloc\backend.cpp ..\src\tbbmalloc\large_objects.cpp ..\src\tbbmalloc\backref.cpp ..\src\tbbmalloc\tbbmalloc.cpp ..\src\tbbmalloc\frontend.cpp ..\src\tbb\itt_notify.cpp /volatile:iso /EHs-
[00:08:28] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:28] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:28] backend.cpp
[00:08:29] large_objects.cpp
[00:08:29] backref.cpp
[00:08:30] tbbmalloc.cpp
[00:08:30] frontend.cpp
[00:08:30] itt_notify.cpp
[00:08:31] Generating Code...
[00:08:31] Link:
[00:08:31] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /DEF:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/tbbmalloc.def" /MANIFEST /ManifestFile:"tbbmalloc.dir\Release\tbbmalloc.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.lib" /MACHINE:X86 /DLL tbbmalloc.dir\Release\backend.obj
[00:08:31] tbbmalloc.dir\Release\large_objects.obj
[00:08:31] tbbmalloc.dir\Release\backref.obj
[00:08:31] tbbmalloc.dir\Release\tbbmalloc.obj
[00:08:31] tbbmalloc.dir\Release\frontend.obj
[00:08:31] tbbmalloc.dir\Release\itt_notify.obj
[00:08:31] tbbmalloc.dir\Release\atomic_support.o
[00:08:31] bj /machine:X86
[00:08:31] Creating library C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.lib and object C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.exp
[00:08:31] atomic_support.obj : error LNK2001: unresolved external symbol ___TBB_machine_store8_slow [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:31] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll : fatal error LNK1120: 1 unresolved externals [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:31] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (default targets) -- FAILED.
[00:08:31] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:31] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:31] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:31] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (7) on node 1 (default targets).
[00:08:31] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (7) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj" (8) on node 1 (default targets).
[00:08:31] PrepareForBuild:
[00:08:31] Creating directory "tbbmalloc_proxy_static.dir\Release\".
[00:08:31] InitializeBuildStatus:
[00:08:31] Creating "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:31] CustomBuild:
[00:08:31] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:08:31] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:08:31] ClCompile:
[00:08:31] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\M
[00:08:31] iniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBBMALLOC_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR- /Fo"tbbmalloc_proxy_static.dir\Release\\" /Fd"tbbmalloc_proxy_static.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbbmalloc\proxy.cpp ..\src\tbbmalloc\tbb_function_replacement.cpp /volatile:iso /EHs-
[00:08:31] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj]
[00:08:31] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj]
[00:08:31] proxy.cpp
[00:08:31] tbb_function_replacement.cpp
[00:08:32] Generating Code...
[00:08:32] Lib:
[00:08:32] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_proxy_static.lib" /NOLOGO tbbmalloc_proxy_static.dir\Release\proxy.obj
[00:08:32] tbbmalloc_proxy_static.dir\Release\tbb_function_replacement.obj /machine:X86
[00:08:32] tbbmalloc_proxy_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_proxy_static.lib
[00:08:32] FinalizeBuildStatus:
[00:08:32] Deleting file "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.unsuccessfulbuild".
[00:08:32] Touching "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.lastbuildstate".
[00:08:32] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj" (default targets).
[00:08:32] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (default targets) -- FAILED.
[00:08:32] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:32] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:32] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:32] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:32] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj" (9) on node 1 (default targets).
[00:08:32] PrepareForBuild:
[00:08:32] Creating directory "tbbmalloc_static.dir\Release\".
[00:08:32] InitializeBuildStatus:
[00:08:32] Creating "tbbmalloc_static.dir\Release\tbbmalloc_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:32] CustomBuild:
[00:08:32] Building Custom Rule C:/Miniconda/conda-bld/work/tbb43_20150611oss/CMakeLists.txt
[00:08:32] CMake does not need to re-run because C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\CMakeFiles\generate.stamp is up-to-date.
[00:08:32] ClCompile:
[00:08:32] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\include" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src" /I"C:\Miniconda\conda-bld\work\tbb43_20150611oss\src\rml\include" /I"C:\M
[00:08:32] iniconda\conda-bld\work\tbb43_20150611oss\src\tbb" /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D USE_WINTHREAD /D _CRT_SECURE_NO_DEPRECATE /D _WIN32_WINNT=0x0600 /D NDEBUG /D __TBBMALLOC_BUILD=1 /D DO_ITT_NOTIFY /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS- /fp:precise /Zc:wchar_t /Zc:forScope /GR- /Fo"tbbmalloc_static.dir\Release\\" /Fd"tbbmalloc_static.dir\Release\vcWindows7.1SDK.pdb" /Gd /TP /wd4267 /wd4800 /wd4146 /wd4244 /wd4018 /analyze- /errorReport:queue ..\src\tbbmalloc\backend.cpp ..\src\tbbmalloc\large_objects.cpp ..\src\tbbmalloc\backref.cpp ..\src\tbbmalloc\tbbmalloc.cpp ..\src\tbbmalloc\frontend.cpp ..\src\tbb\itt_notify.cpp /volatile:iso /EHs-
[00:08:32] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj]
[00:08:32] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj]
[00:08:32] backend.cpp
[00:08:32] large_objects.cpp
[00:08:33] backref.cpp
[00:08:33] tbbmalloc.cpp
[00:08:33] frontend.cpp
[00:08:34] itt_notify.cpp
[00:08:34] Generating Code...
[00:08:35] Lib:
[00:08:35] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_static.lib" /NOLOGO tbbmalloc_static.dir\Release\backend.obj
[00:08:35] tbbmalloc_static.dir\Release\large_objects.obj
[00:08:35] tbbmalloc_static.dir\Release\backref.obj
[00:08:35] tbbmalloc_static.dir\Release\tbbmalloc.obj
[00:08:35] tbbmalloc_static.dir\Release\frontend.obj
[00:08:35] tbbmalloc_static.dir\Release\itt_notify.obj /machine:X86
[00:08:35] tbbmalloc_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_static.lib
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "tbbmalloc_static.dir\Release\tbbmalloc_static.unsuccessfulbuild".
[00:08:35] Touching "tbbmalloc_static.dir\Release\tbbmalloc_static.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj" (default targets).
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
[00:08:35]
[00:08:35] Build FAILED.
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (default target) (3) ->
[00:08:35] (ClCompile target) ->
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj]
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (default target) (5) ->
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (default target) (5) ->
[00:08:35] (Lib target) ->
[00:08:35] tbb_statistics.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:35] semaphore.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (default target) (6) ->
[00:08:35] (ClCompile target) ->
[00:08:35] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (default target) (7) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj" (default target) (8) ->
[00:08:35] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj]
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj" (default target) (9) ->
[00:08:35] cl : Command line warning D9025: overriding '/EHs' with '/EHs-' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj]
[00:08:35] cl : Command line warning D9002: ignoring unknown option '/volatile:iso' [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj]
[00:08:35]
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (default target) (6) ->
[00:08:35] (Link target) ->
[00:08:35] atomic_support.obj : error LNK2001: unresolved external symbol ___TBB_machine_store8_slow [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll : fatal error LNK1120: 1 unresolved externals [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35]
[00:08:35] 12 Warning(s)
[00:08:35] 2 Error(s)
[00:08:35]
[00:08:35] Time Elapsed 00:00:38.17
[00:08:35]
[00:08:35] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build>cmake --build . --config "Release" --target INSTALL
[00:08:35] Microsoft (R) Build Engine version 4.6.1055.0
[00:08:35] [Microsoft .NET Framework, version 4.0.30319.42000]
[00:08:35] Copyright (C) Microsoft Corporation. All rights reserved.
[00:08:35]
[00:08:35] Build started 5/10/2016 1:47:23 AM.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\INSTALL.vcxproj" on node 1 (default targets).
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\INSTALL.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
[00:08:35] Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ZERO_CHECK.vcxproj" (default targets).
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\INSTALL.vcxproj" (1) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (4) on node 1 (default targets).
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (4) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_def_files.vcxproj" (5) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "Win32\Release\tbb_def_files\tbb_def_files.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "Win32\Release\tbb_def_files\tbb_def_files.unsuccessfulbuild".
[00:08:35] Touching "Win32\Release\tbb_def_files\tbb_def_files.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_def_files.vcxproj" (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "tbb.dir\Release\tbb.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] ClCompile:
[00:08:35] All outputs are up-to-date.
[00:08:35] All outputs are up-to-date.
[00:08:35] Link:
[00:08:35] All outputs are up-to-date.
[00:08:35] tbb.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb.dll
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "tbb.dir\Release\tbb.unsuccessfulbuild".
[00:08:35] Touching "tbb.dir\Release\tbb.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb.vcxproj" (default targets).
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (6) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "tbb_static.dir\Release\tbb_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] ClCompile:
[00:08:35] All outputs are up-to-date.
[00:08:35] All outputs are up-to-date.
[00:08:35] Lib:
[00:08:35] All outputs are up-to-date.
[00:08:35] tbb_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbb_static.lib
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "tbb_static.dir\Release\tbb_static.unsuccessfulbuild".
[00:08:35] Touching "tbb_static.dir\Release\tbb_static.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbb_static.vcxproj" (default targets).
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (7) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Touching "tbbmalloc.dir\Release\tbbmalloc.unsuccessfulbuild".
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] _MASM:
[00:08:35] Skipping target "_MASM" because all output files are up-to-date with respect to the input files.
[00:08:35] ClCompile:
[00:08:35] All outputs are up-to-date.
[00:08:35] Link:
[00:08:35] c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole
[00:08:35] 32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /DEF:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/tbbmalloc.def" /MANIFEST /ManifestFile:"tbbmalloc.dir\Release\tbbmalloc.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.lib" /MACHINE:X86 /DLL tbbmalloc.dir\Release\backend.obj
[00:08:35] tbbmalloc.dir\Release\large_objects.obj
[00:08:35] tbbmalloc.dir\Release\backref.obj
[00:08:35] tbbmalloc.dir\Release\tbbmalloc.obj
[00:08:35] tbbmalloc.dir\Release\frontend.obj
[00:08:35] tbbmalloc.dir\Release\itt_notify.obj
[00:08:35] tbbmalloc.dir\Release\atomic_support.obj /machine:X86
[00:08:35] Creating library C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.lib and object C:/Miniconda/conda-bld/work/tbb43_20150611oss/build/Release/tbbmalloc.exp
[00:08:35] atomic_support.obj : error LNK2001: unresolved external symbol ___TBB_machine_store8_slow [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll : fatal error LNK1120: 1 unresolved externals [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (default targets) -- FAILED.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (8) on node 1 (default targets).
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (8) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj" (9) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] ClCompile:
[00:08:35] All outputs are up-to-date.
[00:08:35] Lib:
[00:08:35] All outputs are up-to-date.
[00:08:35] tbbmalloc_proxy_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_proxy_static.lib
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.unsuccessfulbuild".
[00:08:35] Touching "tbbmalloc_proxy_static.dir\Release\tbbmalloc_proxy_static.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy_static.vcxproj" (default targets).
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_proxy.vcxproj" (default targets) -- FAILED.
[00:08:35] The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,38)" does not exist in the project, and will be ignored.
[00:08:35] The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets (40,71)" does not exist in the project, and will be ignored.
[00:08:35] Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (3) is building "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj" (10) on node 1 (default targets).
[00:08:35] InitializeBuildStatus:
[00:08:35] Creating "tbbmalloc_static.dir\Release\tbbmalloc_static.unsuccessfulbuild" because "AlwaysCreate" was specified.
[00:08:35] CustomBuild:
[00:08:35] All outputs are up-to-date.
[00:08:35] ClCompile:
[00:08:35] All outputs are up-to-date.
[00:08:35] Lib:
[00:08:35] All outputs are up-to-date.
[00:08:35] tbbmalloc_static.vcxproj -> C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc_static.lib
[00:08:35] FinalizeBuildStatus:
[00:08:35] Deleting file "tbbmalloc_static.dir\Release\tbbmalloc_static.unsuccessfulbuild".
[00:08:35] Touching "tbbmalloc_static.dir\Release\tbbmalloc_static.lastbuildstate".
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc_static.vcxproj" (default targets).
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
[00:08:35] Done Building Project "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\INSTALL.vcxproj" (default targets) -- FAILED.
[00:08:35]
[00:08:35] Build FAILED.
[00:08:35]
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\INSTALL.vcxproj" (default target) (1) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\ALL_BUILD.vcxproj" (default target) (3) ->
[00:08:35] "C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj" (default target) (7) ->
[00:08:35] (Link target) ->
[00:08:35] atomic_support.obj : error LNK2001: unresolved external symbol ___TBB_machine_store8_slow [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35] C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\Release\tbbmalloc.dll : fatal error LNK1120: 1 unresolved externals [C:\Miniconda\conda-bld\work\tbb43_20150611oss\build\tbbmalloc.vcxproj]
[00:08:35]
[00:08:35] 0 Warning(s)
[00:08:35] 2 Error(s)
[00:08:35]
[00:08:35] Time Elapsed 00:00:00.56
The text was updated successfully, but these errors were encountered:
with Visual Studio 9 2008, Visual Studio 10 2010 and Visual Studio 14 2015, in 32 bits I get:
x64 builds are fine.
The text was updated successfully, but these errors were encountered: