Skip to content

Instantly share code, notes, and snippets.

@Fraser999
Created March 3, 2015 13:56
Show Gist options
  • Save Fraser999/29ed9d4226aa8976bdfe to your computer and use it in GitHub Desktop.
Save Fraser999/29ed9d4226aa8976bdfe to your computer and use it in GitHub Desktop.
MaidSafe clone and build commands with output
Fraser@FRASER-HOME /e/Test
$ git clone git@github.com:maidsafe/MaidSafe
Cloning into 'MaidSafe'...
remote: Counting objects: 64668, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 64668 (delta 2), reused 0 (delta 0), pack-reused 64659
Receiving objects: 100% (64668/64668), 98.76 MiB | 5.93 MiB/s, done.
Resolving deltas: 100% (34142/34142), done.
Checking connectivity... done.
Fraser@FRASER-HOME /e/Test
$ git -C MaidSafe submodule update --init
Submodule 'src/api' (git@github.com:maidsafe/MaidSafe-API) registered for path 'src/api'
Submodule 'src/common' (git@github.com:maidsafe/MaidSafe-Common) registered for path 'src/common'
Submodule 'src/crux' (git@github.com:maidsafe/MaidSafe-CRUX) registered for path 'src/crux'
Submodule 'src/drive' (git@github.com:maidsafe/MaidSafe-Drive) registered for path 'src/drive'
Submodule 'src/encrypt' (git@github.com:maidsafe/MaidSafe-Encrypt) registered for path 'src/encrypt'
Submodule 'src/launcher' (git@github.com:maidsafe/MaidSafe-Launcher) registered for path 'src/launcher'
Submodule 'src/nfs' (git@github.com:maidsafe/MaidSafe-Network-Filesystem) registered for path 'src/nfs'
Submodule 'src/passport' (git@github.com:maidsafe/MaidSafe-Passport) registered for path 'src/passport'
Submodule 'src/routing' (git@github.com:maidsafe/MaidSafe-Routing) registered for path 'src/routing'
Submodule 'src/rudp' (git@github.com:maidsafe/MaidSafe-RUDP) registered for path 'src/rudp'
Submodule 'src/vault' (git@github.com:maidsafe/MaidSafe-Vault) registered for path 'src/vault'
Submodule 'src/vault_manager' (git@github.com:maidsafe/MaidSafe-Vault-Manager) registered for path 'src/vault_manager'
Cloning into 'src/api'...
remote: Counting objects: 1071, done.
remote: Total 1071 (delta 0), reused 0 (delta 0), pack-reused 1071
Receiving objects: 100% (1071/1071), 227.10 KiB | 0 bytes/s, done.
Resolving deltas: 100% (614/614), done.
Checking connectivity... done.
Submodule path 'src/api': checked out '1bbd8fd522a287c906288cf9adba430e8e08a9f9'
Cloning into 'src/common'...
remote: Counting objects: 18273, done.
remote: Total 18273 (delta 0), reused 0 (delta 0), pack-reused 18273
Receiving objects: 100% (18273/18273), 9.60 MiB | 2.17 MiB/s, done.
Resolving deltas: 100% (8836/8836), done.
Checking connectivity... done.
Submodule path 'src/common': checked out 'c95d7e250a5a5db870349eb074068a50576392eb'
Cloning into 'src/crux'...
remote: Counting objects: 806, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 806 (delta 2), reused 0 (delta 0), pack-reused 797
Receiving objects: 100% (806/806), 164.78 KiB | 0 bytes/s, done.
Resolving deltas: 100% (444/444), done.
Checking connectivity... done.
Submodule path 'src/crux': checked out 'aa05bbbf8a4129e1283771d147ff694f61676912'
Cloning into 'src/drive'...
remote: Counting objects: 6786, done.
remote: Total 6786 (delta 0), reused 0 (delta 0), pack-reused 6786
Receiving objects: 100% (6786/6786), 2.11 MiB | 925.00 KiB/s, done.
Resolving deltas: 100% (3549/3549), done.
Checking connectivity... done.
Submodule path 'src/drive': checked out 'f97e8d6e7e0db657af9c67ddfa1361c76ce53a40'
Cloning into 'src/encrypt'...
remote: Counting objects: 22573, done.
remote: Total 22573 (delta 0), reused 0 (delta 0), pack-reused 22573
Receiving objects: 100% (22573/22573), 61.12 MiB | 4.96 MiB/s, done.
Resolving deltas: 100% (16622/16622), done.
Checking connectivity... done.
Submodule path 'src/encrypt': checked out '79186bf2e4dad5d4d28873eb99534b91e0fed2d1'
Cloning into 'src/launcher'...
remote: Counting objects: 887, done.
remote: Total 887 (delta 0), reused 0 (delta 0), pack-reused 887 eceiving objects: 90% (799/887), 27.47 MiB | 2.90 MiB/s
Receiving objects: 100% (887/887), 29.50 MiB | 3.00 MiB/s, done.
Resolving deltas: 100% (449/449), done.
Checking connectivity... done.
Submodule path 'src/launcher': checked out '881b28bdc2db049c98a0e25ef25d2d63c24497d0'
Cloning into 'src/nfs'...
remote: Counting objects: 8166, done.
remote: Total 8166 (delta 0), reused 0 (delta 0), pack-reused 8166
Receiving objects: 100% (8166/8166), 1.80 MiB | 1.46 MiB/s, done.
Resolving deltas: 100% (4033/4033), done.
Checking connectivity... done.
Submodule path 'src/nfs': checked out 'beb98e853ccfc110ec76f26dd6e283f6cd806575'
Cloning into 'src/passport'...
remote: Counting objects: 3097, done.
remote: Total 3097 (delta 0), reused 0 (delta 0), pack-reused 3097
Receiving objects: 100% (3097/3097), 833.83 KiB | 726.00 KiB/s, done.
Resolving deltas: 100% (1425/1425), done.
Checking connectivity... done.
Submodule path 'src/passport': checked out 'c8b9469b40cfb8ef3e5c1aa1cee8f9e7908fd189'
Cloning into 'src/routing'...
remote: Counting objects: 38106, done.
remote: Total 38106 (delta 0), reused 0 (delta 0), pack-reused 38106
Receiving objects: 100% (38106/38106), 21.10 MiB | 3.08 MiB/s, done.
Resolving deltas: 100% (20648/20648), done.
Checking connectivity... done.
Submodule path 'src/routing': checked out 'd418facb2fb09faf5fbb52834c9dc1c6c9a9df09'
Cloning into 'src/rudp'...
remote: Counting objects: 25635, done.
remote: Total 25635 (delta 0), reused 0 (delta 0), pack-reused 25635
Receiving objects: 100% (25635/25635), 16.60 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (14034/14034), done.
Checking connectivity... done.
Submodule path 'src/rudp': checked out '584e6d05bf9b46ea64a84ed8ad6fd1400d05680f'
Cloning into 'src/vault'...
remote: Counting objects: 24056, done.
remote: Total 24056 (delta 0), reused 0 (delta 0), pack-reused 24056
Receiving objects: 100% (24056/24056), 7.84 MiB | 2.59 MiB/s, done.
Resolving deltas: 100% (14299/14299), done.
Checking connectivity... done.
Submodule path 'src/vault': checked out 'adabd733d312db1897dba853d3a25577af2cd136'
Cloning into 'src/vault_manager'...
remote: Counting objects: 11679, done.
remote: Total 11679 (delta 0), reused 0 (delta 0), pack-reused 11679
Receiving objects: 100% (11679/11679), 3.72 MiB | 1.16 MiB/s, done.
Resolving deltas: 100% (5974/5974), done.
Checking connectivity... done.
Submodule path 'src/vault_manager': checked out '6607324a99f6c8d2ff32537acb438f73a125832f'
Fraser@FRASER-HOME /e/Test
$ git -C MaidSafe checkout next && git -C MaidSafe pull
Already on 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Fraser@FRASER-HOME /e/Test
$ git -C MaidSafe submodule foreach 'git checkout next && git pull'
Entering 'src/api'
Previous HEAD position was 1bbd8fd... Merge pull request #7 from ustulation/MAID-485_protobuf_update
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/common'
Previous HEAD position was c95d7e2... Merge pull request #89 from maqi/MAID-524_sanitizer_analysis_account_transfer
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/crux'
Previous HEAD position was aa05bbb... Merge pull request #22 from cruxorg/develop
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
Already up-to-date.
Entering 'src/drive'
Previous HEAD position was f97e8d6... Merge pull request #43 from ustulation/MAID-485_protobuf_update
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/encrypt'
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/launcher'
Previous HEAD position was 881b28b... Initial commit.
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/nfs'
Previous HEAD position was beb98e8... Merge pull request #39 from vtnerd/MAID-606_FixDriveV2Tests
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/passport'
Previous HEAD position was c8b9469... Merge pull request #6 from Fraser999/MAID-537
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/routing'
Previous HEAD position was d418fac... Merge pull request #77 from maqi/MAID-524_sanitizer_analysis_account_transfer
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/rudp'
Previous HEAD position was 584e6d0... Merge pull request #62 from maqi/MAID-524_sanitizer_analysis_account_transfer
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/vault'
Previous HEAD position was adabd73... Merge pull request #90 from maqi/MAID-524_sanitizer_analysis_account_transfer
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Entering 'src/vault_manager'
Previous HEAD position was 6607324... Merge pull request #12 from benjaminbollen/MAID-502_installers
Switched to branch 'next'
Your branch is up-to-date with 'origin/next'.
Already up-to-date.
Fraser@FRASER-HOME /e/Test
$
E:\Test\MaidSafe>cmake -H. -B../build_maidsafe -G"Visual Studio 12 Win64"
-- The C compiler identification is MSVC 18.0.31101.0
-- The CXX compiler identification is MSVC 18.0.31101.0
-- Check for working C compiler using: Visual Studio 12 2013 Win64
-- Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_FLAG_SANITIZE_BLACKLIST
-- Performing Test HAVE_FLAG_SANITIZE_BLACKLIST - Failed
-- Performing Test HAVE_FLAG_SANITIZE_ADDRESS
-- Performing Test HAVE_FLAG_SANITIZE_ADDRESS - Failed
-- Performing Test HAVE_FLAG_SANITIZE_MEMORY
-- Performing Test HAVE_FLAG_SANITIZE_MEMORY - Failed
-- Performing Test HAVE_FLAG_SANITIZE_THREAD
-- Performing Test HAVE_FLAG_SANITIZE_THREAD - Failed
-- Performing Test HAVE_FLAG_SANITIZE_THREAD_NEEDS_PIC_PIE
-- Performing Test HAVE_FLAG_SANITIZE_THREAD_NEEDS_PIC_PIE - Failed
-- Performing Test HAVE_FLAG_SANITIZE_UNDEFINED
-- Performing Test HAVE_FLAG_SANITIZE_UNDEFINED - Failed
-- Performing Test HAVE_FLAG_NO_SANITIZE_ALIGNMENT
-- Performing Test HAVE_FLAG_NO_SANITIZE_ALIGNMENT - Failed
-- Performing Test HAVE_FLAG_STACK_PROTECTOR_STRONG
-- Performing Test HAVE_FLAG_STACK_PROTECTOR_STRONG - Failed
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.3")
-- Found Git
-- Found Git: E:/Program Files (x86)/Git/cmd/git.exe (found version "1.9.5.msysgit.0")
-- Undefined behaviour sanitiser not available in this compiler.
-- BOOTSTRAP not set.
================================================================================
Configuring third party projects on 'next' of super-project at commit 'ef94459'
-------------------------------------------------------------------------------
-- Downloading boost 1.57.0 to E:/Test/build_maidsafe
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Extracting boost 1.57.0 to E:/Test/build_maidsafe/boost_unzip
-- Building b2 (bjam)
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/ml64.exe
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Found Threads: TRUE
================================================================================
Configuring MaidSafe Common project on 'next' at commit '956a5d7'
-----------------------------------------------------------------
-- GTests included: All. 194 Google test(s) enabled.
================================================================================
Configuring MaidSafe Passport project on 'next' at commit '245c556'
-------------------------------------------------------------------
-- GTests included: All. 36 Google test(s) enabled.
================================================================================
Configuring MaidSafe Crux project on 'next' at commit 'ca23bc4'
---------------------------------------------------------------
-- GTests included: All. 0 Google test(s) enabled.
================================================================================
Configuring MaidSafe Rudp project on 'next' at commit 'ed6b297'
---------------------------------------------------------------
-- GTests included: All. 60 Google test(s) enabled.
================================================================================
Configuring MaidSafe Routing project on 'next' at commit '3faf803'
------------------------------------------------------------------
-- Didn't find all required modules of Qt5. Not building Network Viewer tool.
-- GTests included: All. 86 Google test(s) enabled.
================================================================================
Configuring MaidSafe Encrypt project on 'next' at commit '79186bf'
------------------------------------------------------------------
-- GTests included: All. 121 Google test(s) enabled.
================================================================================
Configuring MaidSafe Nfs project on 'next' at commit '21d183b'
--------------------------------------------------------------
-- GTests included: All. 16 Google test(s) enabled.
================================================================================
Configuring MaidSafe Vault project on 'next' at commit 'ee19f9c'
----------------------------------------------------------------
-- GTests included: All. 178 Google test(s) enabled.
================================================================================
Configuring MaidSafe VaultManager project on 'next' at commit '005b26a'
-----------------------------------------------------------------------
-- GTests included: All. 4 Google test(s) enabled.
================================================================================
Configuring MaidSafe Drive project on 'next' at commit 'a9596b9'
----------------------------------------------------------------
-- Found Callback Filesystem version 5.1.156
-- Found library E:/Program Files (x86)/EldoS/Callback File System/SourceCode/CBFS/CPP/x64/Release/CbFS.lib
-- Found library E:/Program Files (x86)/EldoS/Callback File System/SourceCode/CBFS/CPP/x64/Debug/CbFS.lib
-- Found cabinet file E:/Program Files (x86)/EldoS/Callback File System/Drivers/cbfs.cab
-- Found installer library E:/Program Files (x86)/EldoS/Callback File System/HelperDLLs/Installer/64bit/x64/cbfsinst.dll
-- GTests included: All. 18 Google test(s) enabled.
================================================================================
Configuring MaidSafe Api project on 'next' at commit '974ee2c'
--------------------------------------------------------------
-- GTests included: All. 2 Google test(s) enabled.
================================================================================
Configuring MaidSafe Launcher project on 'next' at commit '02288b2'
-------------------------------------------------------------------
-- GTests included: All. 14 Google test(s) enabled.
-- Didn't find all required modules of Qt5. Not building Launcher UI.
================================================================================
-- To see values of cached CMake variables, run 'cmake . -N -LH'
-- Cloning git@github.com:maidsafe/ContinuousIntegration
-- Configuring done
-- Generating done
-- Build files have been written to: E:/Test/build_maidsafe
E:\Test\MaidSafe>cd ..\build_maidsafe
E:\Test\build_maidsafe>msbuild /P:Configuration=Debug src\Common\AllCommon.vcxproj
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.0]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/03/2015 13:37:08.
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\ZERO_CHECK\".
Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because E:/Test/build_maidsafe/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/header_only/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/cryptopp/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/googlemock/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/googlemock/gtest/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/protobuf/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/third_party_libs/sqlite/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/common/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/passport/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/crux/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/rudp/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/routing/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/routing/src/maidsafe/routing/tools/network_viewer/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/encrypt/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/nfs/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/vault/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/vault_manager/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/drive/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/api/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/launcher/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because E:/Test/build_maidsafe/src/launcher/src/maidsafe/launcher/ui/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\ZERO_CHECK.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_chrono.vcxproj" (4) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\third_party_libs\boost_chrono.vcxproj" (4) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_system.vcxproj" (5) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_system\".
Creating directory "x64\Debug\boost_system\boost_system.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_system\boost_system.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_system-stamp\Debug\".
Creating directory "E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_system'
No download step for 'boost_system'
No update step for 'boost_system'
No patch step for 'boost_system'
No configure step for 'boost_system'
Performing build step for 'boost_system'
-- boost_system build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_system-stamp/boost_system-build-*.log
No install step for 'boost_system'
Completed 'boost_system'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_system\boost_system.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_system\boost_system.tlog\boost_system.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_system.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_chrono\".
Creating directory "x64\Debug\boost_chrono\boost_chrono.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_chrono\boost_chrono.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_chrono-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_chrono'
No download step for 'boost_chrono'
No update step for 'boost_chrono'
No patch step for 'boost_chrono'
No configure step for 'boost_chrono'
Performing build step for 'boost_chrono'
-- boost_chrono build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_chrono-stamp/boost_chrono-build-*.log
No install step for 'boost_chrono'
Completed 'boost_chrono'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_chrono\boost_chrono.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_chrono\boost_chrono.tlog\boost_chrono.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_chrono.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_context.vcxproj" (6) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_context\".
Creating directory "x64\Debug\boost_context\boost_context.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_context\boost_context.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_context-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_context'
No download step for 'boost_context'
No update step for 'boost_context'
No patch step for 'boost_context'
No configure step for 'boost_context'
Performing build step for 'boost_context'
-- boost_context build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_context-stamp/boost_context-build-*.log
No install step for 'boost_context'
Completed 'boost_context'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_context\boost_context.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_context\boost_context.tlog\boost_context.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_context.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_coroutine.vcxproj" (7) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_coroutine\".
Creating directory "x64\Debug\boost_coroutine\boost_coroutine.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_coroutine\boost_coroutine.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_coroutine-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_coroutine'
No download step for 'boost_coroutine'
No update step for 'boost_coroutine'
No patch step for 'boost_coroutine'
No configure step for 'boost_coroutine'
Performing build step for 'boost_coroutine'
-- boost_coroutine build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_coroutine-stamp/boost_coroutine-build-*.log
No install step for 'boost_coroutine'
Completed 'boost_coroutine'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_coroutine\boost_coroutine.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_coroutine\boost_coroutine.tlog\boost_coroutine.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_coroutine.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_date_time.vcxproj" (8) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_date_time\".
Creating directory "x64\Debug\boost_date_time\boost_date_time.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_date_time\boost_date_time.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_date_time-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_date_time'
No download step for 'boost_date_time'
No update step for 'boost_date_time'
No patch step for 'boost_date_time'
No configure step for 'boost_date_time'
Performing build step for 'boost_date_time'
-- boost_date_time build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_date_time-stamp/boost_date_time-build-*.log
No install step for 'boost_date_time'
Completed 'boost_date_time'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_date_time\boost_date_time.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_date_time\boost_date_time.tlog\boost_date_time.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_date_time.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_filesystem.vcxproj" (9) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_filesystem\".
Creating directory "x64\Debug\boost_filesystem\boost_filesystem.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_filesystem\boost_filesystem.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_filesystem-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_filesystem'
No download step for 'boost_filesystem'
No update step for 'boost_filesystem'
No patch step for 'boost_filesystem'
No configure step for 'boost_filesystem'
Performing build step for 'boost_filesystem'
-- boost_filesystem build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_filesystem-stamp/boost_filesystem-build-*.log
No install step for 'boost_filesystem'
Completed 'boost_filesystem'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_filesystem\boost_filesystem.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_filesystem\boost_filesystem.tlog\boost_filesystem.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_filesystem.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_locale.vcxproj" (10) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_locale\".
Creating directory "x64\Debug\boost_locale\boost_locale.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_locale\boost_locale.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_locale-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_locale'
No download step for 'boost_locale'
No update step for 'boost_locale'
No patch step for 'boost_locale'
No configure step for 'boost_locale'
Performing build step for 'boost_locale'
-- boost_locale build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_locale-stamp/boost_locale-build-*.log
No install step for 'boost_locale'
Completed 'boost_locale'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_locale\boost_locale.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_locale\boost_locale.tlog\boost_locale.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_locale.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_program_options.vcxproj" (11) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_program_options\".
Creating directory "x64\Debug\boost_program_options\boost_pr.003AEAB9.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_program_options\boost_pr.003AEAB9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_program_options-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_program_options'
No download step for 'boost_program_options'
No update step for 'boost_program_options'
No patch step for 'boost_program_options'
No configure step for 'boost_program_options'
Performing build step for 'boost_program_options'
-- boost_program_options build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_program_options-stamp/boost_program_options-build-*.log
No install step for 'boost_program_options'
Completed 'boost_program_options'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_program_options\boost_pr.003AEAB9.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_program_options\boost_pr.003AEAB9.tlog\boost_program_options.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_program_options.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_regex.vcxproj" (12) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_regex\".
Creating directory "x64\Debug\boost_regex\boost_regex.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_regex\boost_regex.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_regex-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_regex'
No download step for 'boost_regex'
No update step for 'boost_regex'
No patch step for 'boost_regex'
No configure step for 'boost_regex'
Performing build step for 'boost_regex'
-- boost_regex build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_regex-stamp/boost_regex-build-*.log
No install step for 'boost_regex'
Completed 'boost_regex'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_regex\boost_regex.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_regex\boost_regex.tlog\boost_regex.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_regex.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_thread.vcxproj" (13) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_thread\".
Creating directory "x64\Debug\boost_thread\boost_thread.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_thread\boost_thread.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_1_57_0\src\boost_thread-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_thread'
No download step for 'boost_thread'
No update step for 'boost_thread'
No patch step for 'boost_thread'
No configure step for 'boost_thread'
Performing build step for 'boost_thread'
-- boost_thread build command succeeded. See also E:/Test/build_maidsafe/boost_1_57_0/src/boost_thread-stamp/boost_thread-build-*.log
No install step for 'boost_thread'
Completed 'boost_thread'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_thread\boost_thread.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_thread\boost_thread.tlog\boost_thread.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_thread.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\third_party_libs\cryptopp\cryptopp.vcxproj" (14) on node 1 (default targets).
PrepareForBuild:
Creating directory "cryptopp.dir\Debug\".
Creating directory "cryptopp.dir\Debug\cryptopp.tlog\".
InitializeBuildStatus:
Creating "cryptopp.dir\Debug\cryptopp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Generating cryptopp.dir\Debug\x64dll.obj
Assembling: E:/Test/MaidSafe/src/third_party_libs/cryptopp/x64dll.asm
Generating cryptopp.dir\Debug\x64masm.obj
Assembling: E:/Test/MaidSafe/src/third_party_libs/cryptopp/x64masm.asm
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/cryptopp/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\cryptopp\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\third_party_libs\cryptopp\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\third_party_libs\cryptopp /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D _WINDOWS /D USE_PRECOMPILED_HEADERS /D WIN32 /D _VC80_UPGRADE=0x0710 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Yc"pch.h" /Fp"cryptopp.dir\Debug\cryptopp-d.pch" /Fo"cryptopp.dir\Debug\\"
/Fd"cryptopp.dir\Debug\vc120.pdb" /Gd /TP /wd4068 /wd4996 /errorReport:queue E:\Test\MaidSafe\src\third_party_libs\cryptopp\pch.cpp
pch.cpp
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\third_party_libs\cryptopp /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D _WINDOWS /D USE_PRECOMPILED_HEADERS /D WIN32 /D _VC80_UPGRADE=0x0710 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Yu"pch.h" /Fp"cryptopp.dir\Debug\cryptopp-d.pch" /Fo"cryptopp.dir\Debug\\"
/Fd"cryptopp.dir\Debug\vc120.pdb" /Gd /TP /wd4068 /wd4996 /errorReport:queue E:\Test\MaidSafe\src\third_party_libs\cryptopp\3way.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\adler32.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\algparam.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\arc4.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\asn.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\authenc.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\base32.cpp E:\Test\MaidSafe\
src\third_party_libs\cryptopp\base64.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\basecode.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\bfinit.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\blowfish.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\blumshub.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\camellia.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\cast.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\casts.cpp E:\Test\MaidSafe\src\third_party_libs\cryptop
p\cbcmac.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ccm.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\channels.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\cmac.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\cpu.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\crc.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\cryptlib.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\default.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\des.cpp E:\Test\MaidSafe\src\third_pa
rty_libs\cryptopp\dessp.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\dh.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\dh2.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\dsa.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\eax.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ec2n.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ecp.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\elgamal.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\emsa2.cpp E:\Test\MaidSafe\src\th
ird_party_libs\cryptopp\esign.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\files.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\filters.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\fips140.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\fipstest.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gcm.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gf256.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gf2n.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gf2_32.cpp E:
\Test\MaidSafe\src\third_party_libs\cryptopp\gfpcrypt.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gost.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\gzip.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\hex.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\hmac.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\hrtimer.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ida.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\idea.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp
\integer.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\luc.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\mars.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\marss.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\md2.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\md4.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\md5.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\misc.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\modes.cpp E:\Test\MaidSafe\src\third_party_libs\
cryptopp\mqueue.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\mqv.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\nbtheory.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\network.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\oaep.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\osrng.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\panama.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\pkcspad.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\pssr.cpp E:\Test\MaidSafe\
src\third_party_libs\cryptopp\pubkey.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\queue.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rabin.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\randpool.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rc2.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rc5.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rc6.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rdtables.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rijndael.c
pp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ripemd.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rng.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rsa.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\rw.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\safer.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\salsa.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\seal.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\seed.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp
\serpent.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\sha.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\shacal2.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\shark.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\sharkbox.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\skipjack.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\socketft.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\sosemanuk.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\square.cpp E:\Test\MaidSa
fe\src\third_party_libs\cryptopp\squaretb.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\tea.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\tftables.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\tiger.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\tigertab.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\trdlocal.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\ttmac.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\twofish.cpp E:\Test\MaidSafe\src\third_party_libs\crypt
opp\vmac.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\wait.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\wake.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\whrlpool.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\winpipes.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\xtr.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\xtrcrypt.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\zdeflate.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\zinflate.cpp E:\Test\MaidSafe\
src\third_party_libs\cryptopp\zlib.cpp
3way.cpp
adler32.cpp
algparam.cpp
arc4.cpp
asn.cpp
authenc.cpp
base32.cpp
base64.cpp
basecode.cpp
bfinit.cpp
blowfish.cpp
blumshub.cpp
camellia.cpp
cast.cpp
casts.cpp
cbcmac.cpp
ccm.cpp
channels.cpp
cmac.cpp
cpu.cpp
Generating Code...
Compiling...
crc.cpp
cryptlib.cpp
default.cpp
des.cpp
dessp.cpp
dh.cpp
dh2.cpp
dsa.cpp
eax.cpp
ec2n.cpp
ecp.cpp
elgamal.cpp
emsa2.cpp
esign.cpp
files.cpp
filters.cpp
fips140.cpp
fipstest.cpp
gcm.cpp
gf256.cpp
Generating Code...
Compiling...
gf2n.cpp
gf2_32.cpp
gfpcrypt.cpp
gost.cpp
gzip.cpp
hex.cpp
hmac.cpp
hrtimer.cpp
ida.cpp
idea.cpp
integer.cpp
luc.cpp
mars.cpp
marss.cpp
md2.cpp
md4.cpp
md5.cpp
misc.cpp
modes.cpp
mqueue.cpp
Generating Code...
Compiling...
mqv.cpp
nbtheory.cpp
network.cpp
oaep.cpp
osrng.cpp
panama.cpp
pkcspad.cpp
pssr.cpp
pubkey.cpp
queue.cpp
rabin.cpp
randpool.cpp
rc2.cpp
rc5.cpp
rc6.cpp
rdtables.cpp
rijndael.cpp
ripemd.cpp
rng.cpp
rsa.cpp
Generating Code...
Compiling...
rw.cpp
safer.cpp
salsa.cpp
seal.cpp
seed.cpp
serpent.cpp
sha.cpp
shacal2.cpp
shark.cpp
sharkbox.cpp
skipjack.cpp
socketft.cpp
sosemanuk.cpp
square.cpp
squaretb.cpp
tea.cpp
tftables.cpp
tiger.cpp
tigertab.cpp
trdlocal.cpp
Generating Code...
Compiling...
ttmac.cpp
twofish.cpp
vmac.cpp
wait.cpp
wake.cpp
whrlpool.cpp
winpipes.cpp
xtr.cpp
xtrcrypt.cpp
zdeflate.cpp
zinflate.cpp
zlib.cpp
Generating Code...
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\third_party_libs\cryptopp /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D _WINDOWS /D USE_PRECOMPILED_HEADERS /D WIN32 /D _VC80_UPGRADE=0x0710 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cryptopp.dir\Debug\\" /Fd"cryptopp.dir\Debug\vc120.pdb" /Gd /TP /wd4068
/wd4996 /errorReport:queue E:\Test\MaidSafe\src\third_party_libs\cryptopp\dll.cpp E:\Test\MaidSafe\src\third_party_libs\cryptopp\iterhash.cpp
dll.cpp
iterhash.cpp
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\DEBUG\cryptopp-d.lib" /NOLOGO /WX /MACHINE:X64 cryptopp.dir\Debug\3way.obj
cryptopp.dir\Debug\adler32.obj
cryptopp.dir\Debug\algparam.obj
cryptopp.dir\Debug\arc4.obj
cryptopp.dir\Debug\asn.obj
cryptopp.dir\Debug\authenc.obj
cryptopp.dir\Debug\base32.obj
cryptopp.dir\Debug\base64.obj
cryptopp.dir\Debug\basecode.obj
cryptopp.dir\Debug\bfinit.obj
cryptopp.dir\Debug\blowfish.obj
cryptopp.dir\Debug\blumshub.obj
cryptopp.dir\Debug\camellia.obj
cryptopp.dir\Debug\cast.obj
cryptopp.dir\Debug\casts.obj
cryptopp.dir\Debug\cbcmac.obj
cryptopp.dir\Debug\ccm.obj
cryptopp.dir\Debug\channels.obj
cryptopp.dir\Debug\cmac.obj
cryptopp.dir\Debug\cpu.obj
cryptopp.dir\Debug\crc.obj
cryptopp.dir\Debug\cryptlib.obj
cryptopp.dir\Debug\default.obj
cryptopp.dir\Debug\des.obj
cryptopp.dir\Debug\dessp.obj
cryptopp.dir\Debug\dh.obj
cryptopp.dir\Debug\dh2.obj
cryptopp.dir\Debug\dll.obj
cryptopp.dir\Debug\dsa.obj
cryptopp.dir\Debug\eax.obj
cryptopp.dir\Debug\ec2n.obj
cryptopp.dir\Debug\ecp.obj
cryptopp.dir\Debug\elgamal.obj
cryptopp.dir\Debug\emsa2.obj
cryptopp.dir\Debug\esign.obj
cryptopp.dir\Debug\files.obj
cryptopp.dir\Debug\filters.obj
cryptopp.dir\Debug\fips140.obj
cryptopp.dir\Debug\fipstest.obj
cryptopp.dir\Debug\gcm.obj
cryptopp.dir\Debug\gf256.obj
cryptopp.dir\Debug\gf2n.obj
cryptopp.dir\Debug\gf2_32.obj
cryptopp.dir\Debug\gfpcrypt.obj
cryptopp.dir\Debug\gost.obj
cryptopp.dir\Debug\gzip.obj
cryptopp.dir\Debug\hex.obj
cryptopp.dir\Debug\hmac.obj
cryptopp.dir\Debug\hrtimer.obj
cryptopp.dir\Debug\ida.obj
cryptopp.dir\Debug\idea.obj
cryptopp.dir\Debug\integer.obj
cryptopp.dir\Debug\iterhash.obj
cryptopp.dir\Debug\luc.obj
cryptopp.dir\Debug\mars.obj
cryptopp.dir\Debug\marss.obj
cryptopp.dir\Debug\md2.obj
cryptopp.dir\Debug\md4.obj
cryptopp.dir\Debug\md5.obj
cryptopp.dir\Debug\misc.obj
cryptopp.dir\Debug\modes.obj
cryptopp.dir\Debug\mqueue.obj
cryptopp.dir\Debug\mqv.obj
cryptopp.dir\Debug\nbtheory.obj
cryptopp.dir\Debug\network.obj
cryptopp.dir\Debug\oaep.obj
cryptopp.dir\Debug\osrng.obj
cryptopp.dir\Debug\panama.obj
cryptopp.dir\Debug\pch.obj
cryptopp.dir\Debug\pkcspad.obj
cryptopp.dir\Debug\pssr.obj
cryptopp.dir\Debug\pubkey.obj
cryptopp.dir\Debug\queue.obj
cryptopp.dir\Debug\rabin.obj
cryptopp.dir\Debug\randpool.obj
cryptopp.dir\Debug\rc2.obj
cryptopp.dir\Debug\rc5.obj
cryptopp.dir\Debug\rc6.obj
cryptopp.dir\Debug\rdtables.obj
cryptopp.dir\Debug\rijndael.obj
cryptopp.dir\Debug\ripemd.obj
cryptopp.dir\Debug\rng.obj
cryptopp.dir\Debug\rsa.obj
cryptopp.dir\Debug\rw.obj
cryptopp.dir\Debug\safer.obj
cryptopp.dir\Debug\salsa.obj
cryptopp.dir\Debug\seal.obj
cryptopp.dir\Debug\seed.obj
cryptopp.dir\Debug\serpent.obj
cryptopp.dir\Debug\sha.obj
cryptopp.dir\Debug\shacal2.obj
cryptopp.dir\Debug\shark.obj
cryptopp.dir\Debug\sharkbox.obj
cryptopp.dir\Debug\skipjack.obj
cryptopp.dir\Debug\socketft.obj
cryptopp.dir\Debug\sosemanuk.obj
cryptopp.dir\Debug\square.obj
cryptopp.dir\Debug\squaretb.obj
cryptopp.dir\Debug\tea.obj
cryptopp.dir\Debug\tftables.obj
cryptopp.dir\Debug\tiger.obj
cryptopp.dir\Debug\tigertab.obj
cryptopp.dir\Debug\trdlocal.obj
cryptopp.dir\Debug\ttmac.obj
cryptopp.dir\Debug\twofish.obj
cryptopp.dir\Debug\vmac.obj
cryptopp.dir\Debug\wait.obj
cryptopp.dir\Debug\wake.obj
cryptopp.dir\Debug\whrlpool.obj
cryptopp.dir\Debug\winpipes.obj
cryptopp.dir\Debug\xtr.obj
cryptopp.dir\Debug\xtrcrypt.obj
cryptopp.dir\Debug\zdeflate.obj
cryptopp.dir\Debug\zinflate.obj
cryptopp.dir\Debug\zlib.obj
E:\Test\build_maidsafe\src\third_party_libs\cryptopp\cryptopp.dir\Debug\x64dll.obj
E:\Test\build_maidsafe\src\third_party_libs\cryptopp\cryptopp.dir\Debug\x64masm.obj
cryptopp.vcxproj -> E:\Test\build_maidsafe\DEBUG\cryptopp-d.lib
FinalizeBuildStatus:
Deleting file "cryptopp.dir\Debug\cryptopp.tlog\unsuccessfulbuild".
Touching "cryptopp.dir\Debug\cryptopp.tlog\cryptopp.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\cryptopp\cryptopp.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (3) is building "E:\Test\build_maidsafe\src\common\maidsafe_common.vcxproj" (15) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\common\maidsafe_common.vcxproj" (15) is building "E:\Test\build_maidsafe\src\passport\maidsafe_passport.vcxproj" (16) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\passport\maidsafe_passport.vcxproj" (16) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_expected.vcxproj" (17) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_expected\".
Creating directory "x64\Debug\boost_expected\boost_expected.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_expected\boost_expected.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_expected\src\boost_expected-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_expected'
Copying boost/expected dir...
Copying boost/functional dir...
No download step for 'boost_expected'
No update step for 'boost_expected'
No patch step for 'boost_expected'
No configure step for 'boost_expected'
No build step for 'boost_expected'
No install step for 'boost_expected'
Completed 'boost_expected'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_expected\boost_expected.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_expected\boost_expected.tlog\boost_expected.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_expected.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\passport\maidsafe_passport.vcxproj" (16) is building "E:\Test\build_maidsafe\src\third_party_libs\boost_process.vcxproj" (18) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\boost_process\".
Creating directory "x64\Debug\boost_process\boost_process.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\boost_process\boost_process.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "E:\Test\build_maidsafe\boost_process\src\boost_process-stamp\Debug\".
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'boost_process'
Copying boost/process dir...
Copying boost/process.hpp...
Copying libs/process dir...
No download step for 'boost_process'
No update step for 'boost_process'
No patch step for 'boost_process'
No configure step for 'boost_process'
No build step for 'boost_process'
No install step for 'boost_process'
Completed 'boost_process'
FinalizeBuildStatus:
Deleting file "x64\Debug\boost_process\boost_process.tlog\unsuccessfulbuild".
Touching "x64\Debug\boost_process\boost_process.tlog\boost_process.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\boost_process.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\passport\maidsafe_passport.vcxproj" (16) is building "E:\Test\build_maidsafe\src\third_party_libs\sqlite\sqlite.vcxproj" (19) on node 1 (default targets).
PrepareForBuild:
Creating directory "sqlite.dir\Debug\".
Creating directory "sqlite.dir\Debug\sqlite.tlog\".
InitializeBuildStatus:
Creating "sqlite.dir\Debug\sqlite.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/sqlite/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\sqlite\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\third_party_libs\sqlite\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D SQLITE_OMIT_LOAD_EXTENSION /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"sqlite.dir\Debug\\" /Fd"sqlite.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue E:\Test\MaidSafe\src\third_party_libs\s
qlite\src\sqlite3.c
sqlite3.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\DEBUG\sqlite-d.lib" /NOLOGO /WX /MACHINE:X64 sqlite.dir\Debug\sqlite3.obj
sqlite.vcxproj -> E:\Test\build_maidsafe\DEBUG\sqlite-d.lib
FinalizeBuildStatus:
Deleting file "sqlite.dir\Debug\sqlite.tlog\unsuccessfulbuild".
Touching "sqlite.dir\Debug\sqlite.tlog\sqlite.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\sqlite\sqlite.vcxproj" (default targets).
PrepareForBuild:
Creating directory "maidsafe_passport.dir\Debug\".
Creating directory "maidsafe_passport.dir\Debug\maidsafe.65E1781F.tlog\".
InitializeBuildStatus:
Creating "maidsafe_passport.dir\Debug\maidsafe.65E1781F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/passport/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\passport\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\passport\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\passport\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /O
d /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HA
S_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forSc
ope /GR /Fo"maidsafe_passport.dir\Debug\\" /Fd"maidsafe_passport.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\passport\src\maidsafe\passport\detail\fob.cc E:\Test\MaidSafe\src\passport\src\maidsafe\passport\detail\passport.cc
fob.cc
passport.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\DEBUG\maidsafe_passport-d.lib" /NOLOGO /WX /MACHINE:X64 maidsafe_passport.dir\Debug\fob.obj
maidsafe_passport.dir\Debug\passport.obj
maidsafe_passport.vcxproj -> E:\Test\build_maidsafe\DEBUG\maidsafe_passport-d.lib
FinalizeBuildStatus:
Deleting file "maidsafe_passport.dir\Debug\maidsafe.65E1781F.tlog\unsuccessfulbuild".
Touching "maidsafe_passport.dir\Debug\maidsafe.65E1781F.tlog\maidsafe_passport.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\passport\maidsafe_passport.vcxproj" (default targets).
PrepareForBuild:
Creating directory "maidsafe_common.dir\Debug\".
Creating directory "maidsafe_common.dir\Debug\maidsafe_common.tlog\".
InitializeBuildStatus:
Creating "maidsafe_common.dir\Debug\maidsafe_common.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\common\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\MaidSafe\src\common\src /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od
/Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_
STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D USE_DEPRECATED_NODE_ID_BEHAVIOUR /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"maidsafe_common.dir\Debug\\" /Fd"maidsafe_common.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\active.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\cli.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\clock.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\config.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\crypto.cc E:\Test\MaidSafe\src
\common\src\maidsafe\common\data_buffer.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\error.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\error_categories.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\ipc.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\log.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\menu.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\menu_item.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\node_id.cc E:\Test\MaidSafe\src\common\src\maidsafe\co
mmon\process.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\profiler.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\rsa.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\sqlite3_wrapper.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\utils.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\visualiser_log.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\authentication\user_credential_utils.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\authentication\detail\secure_string.cc E
:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\immutable_data.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\mutable_data.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\structured_data_versions.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tcp\connection.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tcp\listener.cc
active.cc
cli.cc
clock.cc
config.cc
crypto.cc
data_buffer.cc
error.cc
error_categories.cc
ipc.cc
log.cc
menu.cc
menu_item.cc
node_id.cc
process.cc
profiler.cc
rsa.cc
sqlite3_wrapper.cc
utils.cc
visualiser_log.cc
user_credential_utils.cc
secure_string.cc
immutable_data.cc
mutable_data.cc
structured_data_versions.cc
connection.cc
listener.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\DEBUG\maidsafe_common-d.lib" /NOLOGO /WX /MACHINE:X64 maidsafe_common.dir\Debug\active.obj
maidsafe_common.dir\Debug\cli.obj
maidsafe_common.dir\Debug\clock.obj
maidsafe_common.dir\Debug\config.obj
maidsafe_common.dir\Debug\crypto.obj
maidsafe_common.dir\Debug\data_buffer.obj
maidsafe_common.dir\Debug\error.obj
maidsafe_common.dir\Debug\error_categories.obj
maidsafe_common.dir\Debug\ipc.obj
maidsafe_common.dir\Debug\log.obj
maidsafe_common.dir\Debug\menu.obj
maidsafe_common.dir\Debug\menu_item.obj
maidsafe_common.dir\Debug\node_id.obj
maidsafe_common.dir\Debug\process.obj
maidsafe_common.dir\Debug\profiler.obj
maidsafe_common.dir\Debug\rsa.obj
maidsafe_common.dir\Debug\sqlite3_wrapper.obj
maidsafe_common.dir\Debug\utils.obj
maidsafe_common.dir\Debug\visualiser_log.obj
maidsafe_common.dir\Debug\user_credential_utils.obj
maidsafe_common.dir\Debug\secure_string.obj
maidsafe_common.dir\Debug\immutable_data.obj
maidsafe_common.dir\Debug\mutable_data.obj
maidsafe_common.dir\Debug\structured_data_versions.obj
maidsafe_common.dir\Debug\connection.obj
maidsafe_common.dir\Debug\listener.obj
maidsafe_common.vcxproj -> E:\Test\build_maidsafe\DEBUG\maidsafe_common-d.lib
FinalizeBuildStatus:
Deleting file "maidsafe_common.dir\Debug\maidsafe_common.tlog\unsuccessfulbuild".
Touching "maidsafe_common.dir\Debug\maidsafe_common.tlog\maidsafe_common.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\maidsafe_common.vcxproj" (default targets).
PrepareForBuild:
Creating directory "address_space_tool.dir\Debug\".
Creating directory "address_space_tool.dir\Debug\address_.BD76A28D.tlog\".
InitializeBuildStatus:
Creating "address_space_tool.dir\Debug\address_.BD76A28D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od
/Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=AddressSpaceTool /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_
HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE
/Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"address_space_tool.dir\Debug\\" /Fd"address_space_tool.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\address_space_tool.cc
address_space_tool.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\address_space_tool.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\l
ib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_M
SVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess
='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/address_space_tool.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/address_space_tool.lib" /MACHINE:X64 /machine:x64 /debug address_space_tool.dir\Debug\address_space_tool.obj
address_space_tool.vcxproj -> E:\Test\build_maidsafe\Debug\address_space_tool.exe
FinalizeBuildStatus:
Deleting file "address_space_tool.dir\Debug\address_.BD76A28D.tlog\unsuccessfulbuild".
Touching "address_space_tool.dir\Debug\address_.BD76A28D.tlog\address_space_tool.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\address_space_tool.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\bootstrap_file_tool.vcxproj" (20) on node 1 (default targets).
PrepareForBuild:
Creating directory "bootstrap_file_tool.dir\Debug\".
Creating directory "bootstrap_file_tool.dir\Debug\bootstra.A12AFE2D.tlog\".
InitializeBuildStatus:
Creating "bootstrap_file_tool.dir\Debug\bootstra.A12AFE2D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od
/Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=BootstrapFileTool /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO
_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICOD
E /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"bootstrap_file_tool.dir\Debug\\" /Fd"bootstrap_file_tool.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\bootstrap_file_tool.cc
bootstrap_file_tool.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\bootstrap_file_tool.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\
lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_
MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAcces
s='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/bootstrap_file_tool.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/bootstrap_file_tool.lib" /MACHINE:X64 /machine:x64 /debug bootstrap_file_tool.dir\Debug\bootstrap_file_tool.obj
bootstrap_file_tool.vcxproj -> E:\Test\build_maidsafe\Debug\bootstrap_file_tool.exe
FinalizeBuildStatus:
Deleting file "bootstrap_file_tool.dir\Debug\bootstra.A12AFE2D.tlog\unsuccessfulbuild".
Touching "bootstrap_file_tool.dir\Debug\bootstra.A12AFE2D.tlog\bootstrap_file_tool.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\bootstrap_file_tool.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\ipc_child_process.vcxproj" (21) on node 1 (default targets).
PrepareForBuild:
Creating directory "ipc_child_process.dir\Debug\".
Creating directory "ipc_child_process.dir\Debug\ipc_chil.CF25475B.tlog\".
InitializeBuildStatus:
Creating "ipc_child_process.dir\Debug\ipc_chil.CF25475B.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBU
G /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=IpcChildProcess /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYST
EM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:prec
ise /Zc:wchar_t /Zc:forScope /GR /Fo"ipc_child_process.dir\Debug\\" /Fd"ipc_child_process.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\ipc_child_process.cc
ipc_child_process.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\ipc_child_process.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\li
b\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MS
VC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess=
'false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/ipc_child_process.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/ipc_child_process.lib" /MACHINE:X64 /machine:x64 /debug ipc_child_process.dir\Debug\ipc_child_process.obj
ipc_child_process.vcxproj -> E:\Test\build_maidsafe\Debug\ipc_child_process.exe
FinalizeBuildStatus:
Deleting file "ipc_child_process.dir\Debug\ipc_chil.CF25475B.tlog\unsuccessfulbuild".
Touching "ipc_child_process.dir\Debug\ipc_chil.CF25475B.tlog\ipc_child_process.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\ipc_child_process.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\qa_tool.vcxproj" (22) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\common\qa_tool.vcxproj" (22) is building "E:\Test\build_maidsafe\src\third_party_libs\googlemock\gtest\gtest.vcxproj" (23) on node 1 (default targets).
PrepareForBuild:
Creating directory "gtest.dir\Debug\".
Creating directory "gtest.dir\Debug\gtest.tlog\".
InitializeBuildStatus:
Creating "gtest.dir\Debug\gtest.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/googlemock/gtest/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\googlemock\gtest\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\third_party_libs\googlemock\gtest\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\inclu
de /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D WIN32 /D _WINDOWS /D _UNICODE /D UNICODE /D WIN32 /D _WIN32 /D STRICT /D WIN32_LEAN_AND_MEAN /D GTEST_HAS_PTHREAD=0 /D _HAS_EXCEPTIONS=1 /D USE_MAIDSAFE_LOG=1 /D MAIDSAFE_WIN32 /D BOOST_ALL_NO_LIB /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_M
OVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D
_WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"gtest.dir\Debug\\" /Fd"gtest.dir\Debug\vc120.pdb" /Gd /TP /wd4127 /wd4251 /wd4275 /wd4512 /wd4351 /wd4503 /wd4913 /wd4996 /wd4714 /errorReport:queue "E:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\src\gtest-all.cc"
gtest-all.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\Debug\gtest.lib" /NOLOGO /MACHINE:X64 "gtest.dir\Debug\gtest-all.obj"
gtest.vcxproj -> E:\Test\build_maidsafe\Debug\gtest.lib
FinalizeBuildStatus:
Deleting file "gtest.dir\Debug\gtest.tlog\unsuccessfulbuild".
Touching "gtest.dir\Debug\gtest.tlog\gtest.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\googlemock\gtest\gtest.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\common\qa_tool.vcxproj" (22) is building "E:\Test\build_maidsafe\src\common\maidsafe_test.vcxproj" (24) on node 1 (default targets).
PrepareForBuild:
Creating directory "maidsafe_test.dir\Debug\".
Creating directory "maidsafe_test.dir\Debug\maidsafe_test.tlog\".
InitializeBuildStatus:
Creating "maidsafe_test.dir\Debug\maidsafe_test.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /I"e:\Program Files (x86)\Visual Leak Detector\include
" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D MAIDSAFE_DISABLED_TEST_RETURN_CODE=127 /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D
BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DO
NT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"maidsafe_test.dir\Debug\\" /Fd"maidsafe_test.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\test.cc
test.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\Debug\maidsafe_test-d.lib" /NOLOGO /WX /MACHINE:X64 maidsafe_test.dir\Debug\test.obj
maidsafe_test.vcxproj -> E:\Test\build_maidsafe\Debug\maidsafe_test-d.lib
FinalizeBuildStatus:
Deleting file "maidsafe_test.dir\Debug\maidsafe_test.tlog\unsuccessfulbuild".
Touching "maidsafe_test.dir\Debug\maidsafe_test.tlog\maidsafe_test.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\maidsafe_test.vcxproj" (default targets).
PrepareForBuild:
Creating directory "qa_tool.dir\Debug\".
Creating directory "qa_tool.dir\Debug\qa_tool.tlog\".
InitializeBuildStatus:
Creating "qa_tool.dir\Debug\qa_tool.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /I"e:\Program Files (x86)\Visual Leak Detector\include
" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=QaTool /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_
CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /
D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"qa_tool.dir\Debug\\" /Fd"qa_tool.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\qa_tool.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\tests\benchmark\sqlite3_wrapper_benchmark.cc
qa_tool.cc
sqlite3_wrapper_benchmark.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\qa_tool.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\Debug\maidsafe_test-d.lib" ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..
\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib
" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31
101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/qa_tool.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/qa_tool.lib" /MACHINE:X64 /machine:x64 /debug qa_tool.dir\Debug\qa_tool.obj
qa_tool.dir\Debug\sqlite3_wrapper_benchmark.obj
qa_tool.vcxproj -> E:\Test\build_maidsafe\Debug\qa_tool.exe
FinalizeBuildStatus:
Deleting file "qa_tool.dir\Debug\qa_tool.tlog\unsuccessfulbuild".
Touching "qa_tool.dir\Debug\qa_tool.tlog\qa_tool.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\qa_tool.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\signing_tool.vcxproj" (25) on node 1 (default targets).
PrepareForBuild:
Creating directory "signing_tool.dir\Debug\".
Creating directory "signing_tool.dir\Debug\signing_tool.tlog\".
InitializeBuildStatus:
Creating "signing_tool.dir\Debug\signing_tool.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBU
G /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=SigningTool /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_E
RROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise
/Zc:wchar_t /Zc:forScope /GR /Fo"signing_tool.dir\Debug\\" /Fd"signing_tool.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\signing_tool.cc
signing_tool.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\signing_tool.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\lib
boost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18
_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='fals
e'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/signing_tool.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/signing_tool.lib" /MACHINE:X64 /machine:x64 /debug signing_tool.dir\Debug\signing_tool.obj
signing_tool.vcxproj -> E:\Test\build_maidsafe\Debug\signing_tool.exe
FinalizeBuildStatus:
Deleting file "signing_tool.dir\Debug\signing_tool.tlog\unsuccessfulbuild".
Touching "signing_tool.dir\Debug\signing_tool.tlog\signing_tool.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\signing_tool.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\sqlite_wrapper_benchmark.vcxproj" (26) on node 1 (default targets).
PrepareForBuild:
Creating directory "sqlite_wrapper_benchmark.dir\Debug\".
Creating directory "sqlite_wrapper_benchmark.dir\Debug\sqlite_w.A01F8EFD.tlog\".
InitializeBuildStatus:
Creating "sqlite_wrapper_benchmark.dir\Debug\sqlite_w.A01F8EFD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /I"e:\Program Files (x86)\Visual Leak Detector\include
" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=SqliteWrapperBenchmark /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR
/D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT
_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"sqlite_wrapper_benchmark.dir\Debug\\" /Fd"sqlite_wrapper_benchmark.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\sqlite_wrapper_benchmark.cc E:\Test\MaidSafe\src\common\src\maids
afe\common\tools\tests\benchmark\sqlite3_wrapper_benchmark.cc
sqlite_wrapper_benchmark.cc
sqlite3_wrapper_benchmark.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\sqlite_wrapper_benchmark.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\Debug\maidsafe_test-d.lib" ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passp
ort-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc1
20-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_
57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/sqlite_wrapper_benchmark.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/sqlite_wrapper_benchmark.lib" /MACHINE:X64 /machine:x64 /debug sqlite_wrapper_benchmark.dir\Debug\sqlite_wrapper_benchmark.obj
sqlite_wrapper_benchmark.dir\Debug\sqlite3_wrapper_benchmark.obj
sqlite_wrapper_benchmark.vcxproj -> E:\Test\build_maidsafe\Debug\sqlite_wrapper_benchmark.exe
FinalizeBuildStatus:
Deleting file "sqlite_wrapper_benchmark.dir\Debug\sqlite_w.A01F8EFD.tlog\unsuccessfulbuild".
Touching "sqlite_wrapper_benchmark.dir\Debug\sqlite_w.A01F8EFD.tlog\sqlite_wrapper_benchmark.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\sqlite_wrapper_benchmark.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_bootstrap_file_tool.vcxproj" (27) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\common\test_bootstrap_file_tool.vcxproj" (27) is building "E:\Test\build_maidsafe\src\third_party_libs\googlemock\gmock.vcxproj" (28) on node 1 (default targets).
PrepareForBuild:
Creating directory "gmock.dir\Debug\".
Creating directory "gmock.dir\Debug\gmock.tlog\".
InitializeBuildStatus:
Creating "gmock.dir\Debug\gmock.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/third_party_libs/googlemock/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\third_party_libs\googlemock\CMakeFiles\generate.stamp is up-to-date.
MakeDirsForCl:
Creating directory "E:\Test\build_maidsafe\src\third_party_libs\googlemock\Debug".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\third_party_libs\googlemock\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\..
/IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D WIN32 /D _WINDOWS /D _UNICODE /D UNICODE /D WIN32 /D _WIN32 /D STRICT /D WIN32_LEAN_AND_MEAN /D GTEST_HAS_PTHREAD=0 /D _HAS_EXCEPTIONS=1 /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATI
ON_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D
BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"gmock.dir\Debug\\" /Fd"gmock.dir\Debug\vc120.pdb" /Gd /TP /wd4127 /wd4251 /wd4275 /wd4351 /wd4503 /w
d4512 /wd4913 /wd4996 /wd4714 /errorReport:queue "E:\Test\MaidSafe\src\third_party_libs\googlemock\src\gmock-all.cc"
gmock-all.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\Debug\gmock.lib" /NOLOGO /MACHINE:X64 "gmock.dir\Debug\gmock-all.obj"
gmock.vcxproj -> E:\Test\build_maidsafe\Debug\gmock.lib
FinalizeBuildStatus:
Deleting file "gmock.dir\Debug\gmock.tlog\unsuccessfulbuild".
Touching "gmock.dir\Debug\gmock.tlog\gmock.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\third_party_libs\googlemock\gmock.vcxproj" (default targets).
PrepareForBuild:
Creating directory "test_bootstrap_file_tool.dir\Debug\".
Creating directory "test_bootstrap_file_tool.dir\Debug\test_boo.4EBB8357.tlog\".
InitializeBuildStatus:
Creating "test_bootstrap_file_tool.dir\Debug\test_boo.4EBB8357.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /IE:\Test\MaidSafe\s
rc\third_party_libs\googlemock\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestBootstrapFileTool /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOM
IC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=
1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_bootstrap_file_tool.dir\Debug\\" /Fd"test_bootstrap_file_tool.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common
\src\maidsafe\common\tests\tests_main.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\tests\bootstrap_file_tool_test.cc
tests_main.cc
bootstrap_file_tool_test.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_bootstrap_file_tool.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\Debug\maidsafe_test-d.lib" ..\..\Debug\gmock.lib ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\.
.\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_311
01_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_prog
ram_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_bootstrap_file_tool.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_bootstrap_file_tool.lib" /MACHINE:X64 /machine:x64 /debug test_bootstrap_file_tool.dir\Debug\tests_main.obj
test_bootstrap_file_tool.dir\Debug\bootstrap_file_tool_test.obj
test_bootstrap_file_tool.vcxproj -> E:\Test\build_maidsafe\Debug\test_bootstrap_file_tool.exe
FinalizeBuildStatus:
Deleting file "test_bootstrap_file_tool.dir\Debug\test_boo.4EBB8357.tlog\unsuccessfulbuild".
Touching "test_bootstrap_file_tool.dir\Debug\test_boo.4EBB8357.tlog\test_bootstrap_file_tool.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_bootstrap_file_tool.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_common.vcxproj" (29) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_common.dir\Debug\".
Creating directory "test_common.dir\Debug\test_common.tlog\".
InitializeBuildStatus:
Creating "test_common.dir\Debug\test_common.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /IE:\Test\MaidSafe\s
rc\third_party_libs\googlemock\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestCommon /D USE_DEPRECATED_NODE_ID_BEHAVIOUR /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_A
RRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_T
O_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_common.dir\Debug\\" /Fd"test_common.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\
src\maidsafe\common\tests\asio_service_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\bounded_string_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\cli_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\clock_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\crypto_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\data_buffer_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\data_buffer_unit_test.cc E:\Test\MaidSafe\
src\common\src\maidsafe\common\tests\errors_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\ipc_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\make_unique_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\node_id_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\on_scope_exit_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\rsa_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\sqlite3_test.cc E:\Test\MaidSafe\src\co
mmon\src\maidsafe\common\tests\tagged_value_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\tests_main.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\utils_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\authentication\tests\secure_string_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\authentication\tests\user_credential_utils_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tcp\tests\tcp_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\c
ontainers\tests\lru_cache_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\tests\data_types_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\tests\mutable_data_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\data_types\tests\structured_data_versions_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\serialisation\tests\binary_archive_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\serialisation\types\tests\asio_and_boost_asio_test.cc E:
\Test\MaidSafe\src\common\src\maidsafe\common\serialisation\types\tests\boost_filesystem_test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\serialisation\types\tests\boost_flyweight_test.cc
asio_service_test.cc
bounded_string_test.cc
cli_test.cc
clock_test.cc
crypto_test.cc
data_buffer_test.cc
data_buffer_unit_test.cc
errors_test.cc
ipc_test.cc
make_unique_test.cc
node_id_test.cc
on_scope_exit_test.cc
rsa_test.cc
sqlite3_test.cc
tagged_value_test.cc
tests_main.cc
utils_test.cc
secure_string_test.cc
user_credential_utils_test.cc
tcp_test.cc
lru_cache_test.cc
data_types_test.cc
mutable_data_test.cc
structured_data_versions_test.cc
binary_archive_test.cc
asio_and_boost_asio_test.cc
boost_filesystem_test.cc
boost_flyweight_test.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_common.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\Debug\maidsafe_test-d.lib" ..\..\Debug\gmock.lib ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maids
afe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\st
age\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-v
c120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_common.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_common.lib" /MACHINE:X64 /machine:x64 /debug test_common.dir\Debug\asio_service_test.obj
test_common.dir\Debug\bounded_string_test.obj
test_common.dir\Debug\cli_test.obj
test_common.dir\Debug\clock_test.obj
test_common.dir\Debug\crypto_test.obj
test_common.dir\Debug\data_buffer_test.obj
test_common.dir\Debug\data_buffer_unit_test.obj
test_common.dir\Debug\errors_test.obj
test_common.dir\Debug\ipc_test.obj
test_common.dir\Debug\make_unique_test.obj
test_common.dir\Debug\node_id_test.obj
test_common.dir\Debug\on_scope_exit_test.obj
test_common.dir\Debug\rsa_test.obj
test_common.dir\Debug\sqlite3_test.obj
test_common.dir\Debug\tagged_value_test.obj
test_common.dir\Debug\tests_main.obj
test_common.dir\Debug\utils_test.obj
test_common.dir\Debug\secure_string_test.obj
test_common.dir\Debug\user_credential_utils_test.obj
test_common.dir\Debug\tcp_test.obj
test_common.dir\Debug\lru_cache_test.obj
test_common.dir\Debug\data_types_test.obj
test_common.dir\Debug\mutable_data_test.obj
test_common.dir\Debug\structured_data_versions_test.obj
test_common.dir\Debug\binary_archive_test.obj
test_common.dir\Debug\asio_and_boost_asio_test.obj
test_common.dir\Debug\boost_filesystem_test.obj
test_common.dir\Debug\boost_flyweight_test.obj
test_common.vcxproj -> E:\Test\build_maidsafe\Debug\test_common.exe
FinalizeBuildStatus:
Deleting file "test_common.dir\Debug\test_common.tlog\unsuccessfulbuild".
Touching "test_common.dir\Debug\test_common.tlog\test_common.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_common.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_common_config.vcxproj" (30) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_common_config.dir\Debug\".
Creating directory "test_common_config.dir\Debug\test_com.A102F320.tlog\".
InitializeBuildStatus:
Creating "test_common_config.dir\Debug\test_com.A102F320.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\inc
lude /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestCommonConfig /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO
_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BO
OST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_common_config.dir\Debug\\" /Fd"test_common_config.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\config_test.cc
config_test.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_common_config.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" ..\..\Debug\gmock.lib ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DE
BUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0
_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_
options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_common_config.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_common_config.lib" /MACHINE:X64 /machine:x64 /debug test_common_config.dir\Debug\config_test.obj
test_common_config.vcxproj -> E:\Test\build_maidsafe\Debug\test_common_config.exe
FinalizeBuildStatus:
Deleting file "test_common_config.dir\Debug\test_com.A102F320.tlog\unsuccessfulbuild".
Touching "test_common_config.dir\Debug\test_com.A102F320.tlog\test_common_config.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_common_config.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_common_multiple_definitions.vcxproj" (31) on node 1 (default targets).
Project "E:\Test\build_maidsafe\src\common\test_common_multiple_definitions.vcxproj" (31) is building "E:\Test\build_maidsafe\src\common\maidsafe_network_viewer.vcxproj" (32) on node 1 (default targets).
PrepareForBuild:
Creating directory "maidsafe_network_viewer.dir\Debug\".
Creating directory "maidsafe_network_viewer.dir\Debug\maidsafe.7BEA096B.tlog\".
InitializeBuildStatus:
Creating "maidsafe_network_viewer.dir\Debug\maidsafe.7BEA096B.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBU
G /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYST
EM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"maidsafe_network_viewer.
dir\Debug\\" /Fd"maidsafe_network_viewer.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tools\network_viewer.cc
network_viewer.cc
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\Lib.exe /OUT:"E:\Test\build_maidsafe\Debug\maidsafe_network_viewer-d.lib" /NOLOGO /WX /MACHINE:X64 maidsafe_network_viewer.dir\Debug\network_viewer.obj
maidsafe_network_viewer.vcxproj -> E:\Test\build_maidsafe\Debug\maidsafe_network_viewer-d.lib
FinalizeBuildStatus:
Deleting file "maidsafe_network_viewer.dir\Debug\maidsafe.7BEA096B.tlog\unsuccessfulbuild".
Touching "maidsafe_network_viewer.dir\Debug\maidsafe.7BEA096B.tlog\maidsafe_network_viewer.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\maidsafe_network_viewer.vcxproj" (default targets).
PrepareForBuild:
Creating directory "test_common_multiple_definitions.dir\Debug\".
Creating directory "test_common_multiple_definitions.dir\Debug\test_com.B56A33D4.tlog\".
InitializeBuildStatus:
Creating "test_common_multiple_definitions.dir\Debug\test_com.B56A33D4.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\build_maidsafe\src\common\src /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /I"e:\Program
Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestCommonMultipleDefinitions /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_S
TD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_AL
L_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_common_multiple_definitions.dir\Debug\\" /Fd"test_common_multiple_definitions.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\build_maidsafe\src\common\translation_unit_one.c
c E:\Test\build_maidsafe\src\common\translation_unit_two.cc
translation_unit_one.cc
translation_unit_two.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_common_multiple_definitions.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\Debug\maidsafe_network_viewer-d.lib" "..\..\Debug\maidsafe_test-d.lib" ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maid
safe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_dat
e_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\.
.\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_common_multiple_definitions.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_common_multiple_definitions.lib" /MACHINE:X64 /machine:x64 /debug test_common_multiple_definitions.dir\Debug\translation_unit_one.obj
test_common_multiple_definitions.dir\Debug\translation_unit_two.obj
test_common_multiple_definitions.vcxproj -> E:\Test\build_maidsafe\Debug\test_common_multiple_definitions.exe
FinalizeBuildStatus:
Deleting file "test_common_multiple_definitions.dir\Debug\test_com.B56A33D4.tlog\unsuccessfulbuild".
Touching "test_common_multiple_definitions.dir\Debug\test_com.B56A33D4.tlog\test_common_multiple_definitions.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_common_multiple_definitions.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_network_viewer.vcxproj" (33) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_network_viewer.dir\Debug\".
Creating directory "test_network_viewer.dir\Debug\test_net.E5A176CA.tlog\".
InitializeBuildStatus:
Creating "test_network_viewer.dir\Debug\test_net.E5A176CA.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\inc
lude /I"e:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestNetworkViewer /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASI
O_HAS_STD_SHARED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D B
OOST_ALL_NO_LIB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_network_viewer.dir\Debug\\" /Fd"test_network_viewer.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\tests_main.cc E:\Test
\MaidSafe\src\common\src\maidsafe\common\tools\tests\network_viewer_test.cc
tests_main.cc
network_viewer_test.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_network_viewer.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\Debug\maidsafe_test-d.lib" "..\..\Debug\maidsafe_network_viewer-d.lib" ..\..\Debug\gmock.lib ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" ".
.\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57
.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_filesystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_
0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_network_viewer.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_network_viewer.lib" /MACHINE:X64 /machine:x64 /debug test_network_viewer.dir\Debug\tests_main.obj
test_network_viewer.dir\Debug\network_viewer_test.obj
test_network_viewer.vcxproj -> E:\Test\build_maidsafe\Debug\test_network_viewer.exe
FinalizeBuildStatus:
Deleting file "test_network_viewer.dir\Debug\test_net.E5A176CA.tlog\unsuccessfulbuild".
Touching "test_network_viewer.dir\Debug\test_net.E5A176CA.tlog\test_network_viewer.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_network_viewer.vcxproj" (default targets).
Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (1) is building "E:\Test\build_maidsafe\src\common\test_vlog.vcxproj" (34) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_vlog.dir\Debug\".
Creating directory "test_vlog.dir\Debug\test_vlog.tlog\".
InitializeBuildStatus:
Creating "test_vlog.dir\Debug\test_vlog.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IE:\Test\MaidSafe\src\common\include /IE:\Test\build_maidsafe\boost_1_57_0_MSVC_18_0_31101_0_Win64 /IE:\Test\MaidSafe\src\passport\include /IE:\Test\MaidSafe\src\third_party_libs\header_only /IE:\Test\MaidSafe\src\third_party_libs\cryptopp\.. /IE:\Test\MaidSafe\src\third_party_libs\sqlite\include /IE:\Test\MaidSafe\src\third_party_libs\googlemock\gtest\include /I"e:\Program Files (x86)\Visual Leak Detector\include
" /Zi /nologo /W4 /WX /MP7 /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D COMPANY_NAME=MaidSafe /D APPLICATION_NAME=TestVlog /D VLOG_TEST /D MAIDSAFE_DISABLED_TEST_RETURN_CODE=127 /D APPLICATION_VERSION_MAJOR=0 /D APPLICATION_VERSION_MINOR=2 /D APPLICATION_VERSION_PATCH=002 /D TARGET_PLATFORM=Win8 /D TARGET_ARCHITECTURE=x86_64 /D TESTING /D ASIO_HAS_MOVE /D BOOST_ASIO_HAS_MOVE /D ASIO_HAS_STD_ARRAY /D BOOST_ASIO_HAS_STD_ARRAY /D ASIO_HAS_STD_ATOMIC /D BOOST_ASIO_HAS_STD_ATOMIC /D ASIO_HAS_STD_SHA
RED_PTR /D BOOST_ASIO_HAS_STD_SHARED_PTR /D ASIO_HAS_STD_CHRONO /D BOOST_ASIO_HAS_STD_CHRONO /D ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_ASIO_HAS_STD_SYSTEM_ERROR /D BOOST_FILESYSTEM_NO_DEPRECATED /D BOOST_FILESYSTEM_VERSION=3 /D BOOST_PYTHON_STATIC_LIB /D BOOST_THREAD_VERSION=4 /D BOOST_RESULT_OF_USE_DECLTYPE /D MAIDSAFE_WIN32 /D MAIDSAFE_WIN64 /D WIN32_LEAN_AND_MEAN /D _WIN32_WINNT=0x0600 /D _UNICODE /D UNICODE /D _BIND_TO_CURRENT_VCLIBS_VERSION=1 /D _VARIADIC_MAX=10 /D NOMINMAX /D BOOST_ALL_NO_L
IB /D BOOST_DISABLE_ASSERTS /D GTEST_DONT_DEFINE_FAIL=1 /D GTEST_DONT_DEFINE_SUCCEED=1 /D GTEST_USE_OWN_TUPLE=0 /D USE_MAIDSAFE_LOG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"test_vlog.dir\Debug\\" /Fd"test_vlog.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4503 /wd4512 /wd4913 /wd4996 /wd4714 /errorReport:queue E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\visualiser_log_test.cc E:\Test\MaidSafe\src\common\src
\maidsafe\common\test.cc E:\Test\MaidSafe\src\common\src\maidsafe\common\tests\tests_main.cc
visualiser_log_test.cc
test.cc
tests_main.cc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"E:\Test\build_maidsafe\Debug\test_vlog.exe" /INCREMENTAL /NOLOGO /WX kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "..\..\DEBUG\maidsafe_common-d.lib" ..\..\Debug\gtest.lib "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" "..\..\DEBUG\maidsafe_common-d.lib" "..\..\DEBUG\maidsafe_passport-d.lib" ".
.\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_coroutine-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_context-vc120-mt-gd-1_57.lib" "..\..\DEBUG\cryptopp-d.lib" "..\..\DEBUG\sqlite-d.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_chrono-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_date_time-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_files
ystem-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_locale-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_regex-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_system-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_thread-vc120-mt-gd-1_57.lib" "..\..\boost_1_57_0_MSVC_18_0_31101_0_Win64\stage\lib\libboost_program_options-vc120-mt-gd-1_57.lib" /
MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:/Test/build_maidsafe/Debug/test_vlog.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/Test/build_maidsafe/Debug/test_vlog.lib" /MACHINE:X64 /machine:x64 /debug test_vlog.dir\Debug\visualiser_log_test.obj
test_vlog.dir\Debug\test.obj
test_vlog.dir\Debug\tests_main.obj
test_vlog.vcxproj -> E:\Test\build_maidsafe\Debug\test_vlog.exe
FinalizeBuildStatus:
Deleting file "test_vlog.dir\Debug\test_vlog.tlog\unsuccessfulbuild".
Touching "test_vlog.dir\Debug\test_vlog.tlog\test_vlog.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\common\test_vlog.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Debug\AllCommon\".
Creating directory "x64\Debug\AllCommon\AllCommon.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\AllCommon\AllCommon.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule E:/Test/MaidSafe/src/common/CMakeLists.txt
CMake does not need to re-run because E:\Test\build_maidsafe\src\common\CMakeFiles\generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Debug\AllCommon\AllCommon.tlog\unsuccessfulbuild".
Touching "x64\Debug\AllCommon\AllCommon.tlog\AllCommon.lastbuildstate".
Done Building Project "E:\Test\build_maidsafe\src\Common\AllCommon.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:05:32.76
E:\Test\build_maidsafe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment