sack-gui
Version:
Node.js GUI Addon
792 lines (760 loc) • 2.69 MB
Plain Text
> sack-gui@0.9.122 build-gui-reldeb M:\javascript\sack-gui
> npm run build-gui-reldeb-config && npm run build-gui-reldeb-run1 && npm run build-gui-reldeb-config && npm run build-gui-reldeb-run2
> sack-gui@0.9.122 build-gui-reldeb-config M:\javascript\sack-gui
> cmake-js --CDMAKE_GUI=1 --CDCMAKE_BUILD_TYPE=RelWithDebINfo -D configure
Get Generator.. { directory: 'M:\\javascript\\sack-gui',
debug: true,
cmakePath: null,
generator: undefined,
target: undefined,
preferMake: false,
preferXcode: false,
preferGnu: false,
preferClang: false,
std: null,
runtime: undefined,
runtimeVersion: undefined,
arch: undefined,
cMakeOptions: { MAKE_GUI: 1, CMAKE_BUILD_TYPE: 'RelWithDebINfo' },
silent: false,
out: undefined } ...... true
thing: Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>[:<type>]=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a build system generator.
-T <toolset-name> = Specify toolset name if supported by
generator.
-A <platform-name> = Specify platform name if supported by
generator.
-Wdev = Enable developer warnings.
-Wno-dev = Suppress developer warnings.
-Werror=dev = Make developer warnings errors.
-Wno-error=dev = Make developer warnings not errors.
-Wdeprecated = Enable deprecation warnings.
-Wno-deprecated = Suppress deprecation warnings.
-Werror=deprecated = Make deprecated macro and function warnings
errors.
-Wno-error=deprecated = Make deprecated macro and function warnings
not errors.
-E = CMake command mode.
-L[A][H] = List non-advanced cached variables.
--build <dir> = Build a CMake-generated project binary tree.
-N = View mode only.
-P <file> = Process script mode.
--find-package = Run in pkg-config like mode.
--graphviz=[file] = Generate graphviz of dependencies, see
CMakeGraphVizOptions.cmake for more.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try_compile build tree.
Only useful on one try_compile at a time.
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--trace-expand = Put cmake in trace mode with variable
expansion.
--trace-source=<file> = Trace only this CMake file/module. Multiple
options allowed.
--warn-uninitialized = Warn about uninitialized values.
--warn-unused-vars = Warn about unused variables.
--no-warn-unused-cli = Don't warn about command line options.
--check-system-vars = Find problems with variable usage in system
files.
--help,-help,-usage,-h,-H,/? = Print usage information and exit.
--version,-version,/V [<f>] = Print version number and exit.
--help-full [<f>] = Print all help manuals and exit.
--help-manual <man> [<f>] = Print one help manual and exit.
--help-manual-list [<f>] = List help manuals available and exit.
--help-command <cmd> [<f>] = Print help for one command and exit.
--help-command-list [<f>] = List commands with help available and exit.
--help-commands [<f>] = Print cmake-commands manual and exit.
--help-module <mod> [<f>] = Print help for one module and exit.
--help-module-list [<f>] = List modules with help available and exit.
--help-modules [<f>] = Print cmake-modules manual and exit.
--help-policy <cmp> [<f>] = Print help for one policy and exit.
--help-policy-list [<f>] = List policies with help available and exit.
--help-policies [<f>] = Print cmake-policies manual and exit.
--help-property <prop> [<f>] = Print help for one property and exit.
--help-property-list [<f>] = List properties with help available and
exit.
--help-properties [<f>] = Print cmake-properties manual and exit.
--help-variable var [<f>] = Print help for one variable and exit.
--help-variable-list [<f>] = List variables with help available and exit.
--help-variables [<f>] = Print cmake-variables manual and exit.
Generators
The following generators are available on this platform:
Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 11 2012 [arch] = Generates Visual Studio 2012 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 10 2010 [arch] = Generates Visual Studio 2010 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 9 2008 [arch] = Generates Visual Studio 2008 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 8 2005 [arch] = Deprecated. Generates Visual Studio 2005
project files. Optional [arch] can be
"Win64".
Borland Makefiles = Generates Borland makefiles.
NMake Makefiles = Generates NMake makefiles.
NMake Makefiles JOM = Generates JOM makefiles.
Green Hills MULTI = Generates Green Hills MULTI files
(experimental, work-in-progress).
MSYS Makefiles = Generates MSYS makefiles.
MinGW Makefiles = Generates a make file for use with
mingw32-make.
Unix Makefiles = Generates standard UNIX makefiles.
Ninja = Generates build.ninja files.
Watcom WMake = Generates Watcom WMake makefiles.
CodeBlocks - MinGW Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles JOM
= Generates CodeBlocks project files.
CodeBlocks - Ninja = Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
CodeLite - MinGW Makefiles = Generates CodeLite project files.
CodeLite - NMake Makefiles = Generates CodeLite project files.
CodeLite - Ninja = Generates CodeLite project files.
CodeLite - Unix Makefiles = Generates CodeLite project files.
Sublime Text 2 - MinGW Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - NMake Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files.
Sublime Text 2 - Unix Makefiles
= Generates Sublime Text 2 project files.
Kate - MinGW Makefiles = Generates Kate project files.
Kate - NMake Makefiles = Generates Kate project files.
Kate - Ninja = Generates Kate project files.
Kate - Unix Makefiles = Generates Kate project files.
Eclipse CDT4 - NMake Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - MinGW Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
info TOOL Using Visual Studio 15 2017 Win64 generator.
info CMD CONFIGURE
Get Generator.. { directory: 'M:\\javascript\\sack-gui',
debug: true,
cmakePath: null,
generator: undefined,
target: undefined,
preferMake: false,
preferXcode: false,
preferGnu: false,
preferClang: false,
std: null,
runtime: undefined,
runtimeVersion: undefined,
arch: undefined,
cMakeOptions: { MAKE_GUI: 1, CMAKE_BUILD_TYPE: 'RelWithDebINfo' },
silent: false,
out: undefined } ...... true
thing: Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>[:<type>]=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a build system generator.
-T <toolset-name> = Specify toolset name if supported by
generator.
-A <platform-name> = Specify platform name if supported by
generator.
-Wdev = Enable developer warnings.
-Wno-dev = Suppress developer warnings.
-Werror=dev = Make developer warnings errors.
-Wno-error=dev = Make developer warnings not errors.
-Wdeprecated = Enable deprecation warnings.
-Wno-deprecated = Suppress deprecation warnings.
-Werror=deprecated = Make deprecated macro and function warnings
errors.
-Wno-error=deprecated = Make deprecated macro and function warnings
not errors.
-E = CMake command mode.
-L[A][H] = List non-advanced cached variables.
--build <dir> = Build a CMake-generated project binary tree.
-N = View mode only.
-P <file> = Process script mode.
--find-package = Run in pkg-config like mode.
--graphviz=[file] = Generate graphviz of dependencies, see
CMakeGraphVizOptions.cmake for more.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try_compile build tree.
Only useful on one try_compile at a time.
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--trace-expand = Put cmake in trace mode with variable
expansion.
--trace-source=<file> = Trace only this CMake file/module. Multiple
options allowed.
--warn-uninitialized = Warn about uninitialized values.
--warn-unused-vars = Warn about unused variables.
--no-warn-unused-cli = Don't warn about command line options.
--check-system-vars = Find problems with variable usage in system
files.
--help,-help,-usage,-h,-H,/? = Print usage information and exit.
--version,-version,/V [<f>] = Print version number and exit.
--help-full [<f>] = Print all help manuals and exit.
--help-manual <man> [<f>] = Print one help manual and exit.
--help-manual-list [<f>] = List help manuals available and exit.
--help-command <cmd> [<f>] = Print help for one command and exit.
--help-command-list [<f>] = List commands with help available and exit.
--help-commands [<f>] = Print cmake-commands manual and exit.
--help-module <mod> [<f>] = Print help for one module and exit.
--help-module-list [<f>] = List modules with help available and exit.
--help-modules [<f>] = Print cmake-modules manual and exit.
--help-policy <cmp> [<f>] = Print help for one policy and exit.
--help-policy-list [<f>] = List policies with help available and exit.
--help-policies [<f>] = Print cmake-policies manual and exit.
--help-property <prop> [<f>] = Print help for one property and exit.
--help-property-list [<f>] = List properties with help available and
exit.
--help-properties [<f>] = Print cmake-properties manual and exit.
--help-variable var [<f>] = Print help for one variable and exit.
--help-variable-list [<f>] = List variables with help available and exit.
--help-variables [<f>] = Print cmake-variables manual and exit.
Generators
The following generators are available on this platform:
Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 11 2012 [arch] = Generates Visual Studio 2012 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 10 2010 [arch] = Generates Visual Studio 2010 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 9 2008 [arch] = Generates Visual Studio 2008 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 8 2005 [arch] = Deprecated. Generates Visual Studio 2005
project files. Optional [arch] can be
"Win64".
Borland Makefiles = Generates Borland makefiles.
NMake Makefiles = Generates NMake makefiles.
NMake Makefiles JOM = Generates JOM makefiles.
Green Hills MULTI = Generates Green Hills MULTI files
(experimental, work-in-progress).
MSYS Makefiles = Generates MSYS makefiles.
MinGW Makefiles = Generates a make file for use with
mingw32-make.
Unix Makefiles = Generates standard UNIX makefiles.
Ninja = Generates build.ninja files.
Watcom WMake = Generates Watcom WMake makefiles.
CodeBlocks - MinGW Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles JOM
= Generates CodeBlocks project files.
CodeBlocks - Ninja = Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
CodeLite - MinGW Makefiles = Generates CodeLite project files.
CodeLite - NMake Makefiles = Generates CodeLite project files.
CodeLite - Ninja = Generates CodeLite project files.
CodeLite - Unix Makefiles = Generates CodeLite project files.
Sublime Text 2 - MinGW Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - NMake Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files.
Sublime Text 2 - Unix Makefiles
= Generates Sublime Text 2 project files.
Kate - MinGW Makefiles = Generates Kate project files.
Kate - NMake Makefiles = Generates Kate project files.
Kate - Ninja = Generates Kate project files.
Kate - Unix Makefiles = Generates Kate project files.
Eclipse CDT4 - NMake Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - MinGW Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
WARN invalid config loglevel="notice"
info RUN cmake "M:\javascript\sack-gui" --no-warn-unused-cli -G"Visual Studio 15 2017 Win64" -DCMAKE_JS_VERSION="3.6.2" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_RUNTIME_OUTPUT_DIRECTORY="M:\javascript\sack-gui\build" -DCMAKE_JS_INC="C:\Users\Panther\.cmake-js\node-x64\v10.5.0\include\node" -DNODE_RUNTIME="node" -DNODE_RUNTIMEVERSION="10.5.0" -DNODE_ARCH="x64" -DCMAKE_JS_LIB="C:\Users\Panther\.cmake-js\node-x64\v10.5.0\win-x64\node.lib" -DMAKE_GUI="1" -DCMAKE_BUILD_TYPE="RelWithDebINfo"
Not searching for unused variables given on the command line.
-- The C compiler identification is MSVC 19.15.26629.1
-- The CXX compiler identification is MSVC 19.15.26629.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: M:/javascript/sack-gui/build
> sack-gui@0.9.122 build-gui-reldeb-run1 M:\javascript\sack-gui
> cmake-js build -D --CDCMAKE_BUILD_TYPE=RelWithDebINfo
Get Generator.. { directory: 'M:\\javascript\\sack-gui',
debug: true,
cmakePath: null,
generator: undefined,
target: undefined,
preferMake: false,
preferXcode: false,
preferGnu: false,
preferClang: false,
std: null,
runtime: undefined,
runtimeVersion: undefined,
arch: undefined,
cMakeOptions: { CMAKE_BUILD_TYPE: 'RelWithDebINfo' },
silent: false,
out: undefined } ...... true
thing: Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>[:<type>]=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a build system generator.
-T <toolset-name> = Specify toolset name if supported by
generator.
-A <platform-name> = Specify platform name if supported by
generator.
-Wdev = Enable developer warnings.
-Wno-dev = Suppress developer warnings.
-Werror=dev = Make developer warnings errors.
-Wno-error=dev = Make developer warnings not errors.
-Wdeprecated = Enable deprecation warnings.
-Wno-deprecated = Suppress deprecation warnings.
-Werror=deprecated = Make deprecated macro and function warnings
errors.
-Wno-error=deprecated = Make deprecated macro and function warnings
not errors.
-E = CMake command mode.
-L[A][H] = List non-advanced cached variables.
--build <dir> = Build a CMake-generated project binary tree.
-N = View mode only.
-P <file> = Process script mode.
--find-package = Run in pkg-config like mode.
--graphviz=[file] = Generate graphviz of dependencies, see
CMakeGraphVizOptions.cmake for more.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try_compile build tree.
Only useful on one try_compile at a time.
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--trace-expand = Put cmake in trace mode with variable
expansion.
--trace-source=<file> = Trace only this CMake file/module. Multiple
options allowed.
--warn-uninitialized = Warn about uninitialized values.
--warn-unused-vars = Warn about unused variables.
--no-warn-unused-cli = Don't warn about command line options.
--check-system-vars = Find problems with variable usage in system
files.
--help,-help,-usage,-h,-H,/? = Print usage information and exit.
--version,-version,/V [<f>] = Print version number and exit.
--help-full [<f>] = Print all help manuals and exit.
--help-manual <man> [<f>] = Print one help manual and exit.
--help-manual-list [<f>] = List help manuals available and exit.
--help-command <cmd> [<f>] = Print help for one command and exit.
--help-command-list [<f>] = List commands with help available and exit.
--help-commands [<f>] = Print cmake-commands manual and exit.
--help-module <mod> [<f>] = Print help for one module and exit.
--help-module-list [<f>] = List modules with help available and exit.
--help-modules [<f>] = Print cmake-modules manual and exit.
--help-policy <cmp> [<f>] = Print help for one policy and exit.
--help-policy-list [<f>] = List policies with help available and exit.
--help-policies [<f>] = Print cmake-policies manual and exit.
--help-property <prop> [<f>] = Print help for one property and exit.
--help-property-list [<f>] = List properties with help available and
exit.
--help-properties [<f>] = Print cmake-properties manual and exit.
--help-variable var [<f>] = Print help for one variable and exit.
--help-variable-list [<f>] = List variables with help available and exit.
--help-variables [<f>] = Print cmake-variables manual and exit.
Generators
The following generators are available on this platform:
Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 11 2012 [arch] = Generates Visual Studio 2012 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 10 2010 [arch] = Generates Visual Studio 2010 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 9 2008 [arch] = Generates Visual Studio 2008 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 8 2005 [arch] = Deprecated. Generates Visual Studio 2005
project files. Optional [arch] can be
"Win64".
Borland Makefiles = Generates Borland makefiles.
NMake Makefiles = Generates NMake makefiles.
NMake Makefiles JOM = Generates JOM makefiles.
Green Hills MULTI = Generates Green Hills MULTI files
(experimental, work-in-progress).
MSYS Makefiles = Generates MSYS makefiles.
MinGW Makefiles = Generates a make file for use with
mingw32-make.
Unix Makefiles = Generates standard UNIX makefiles.
Ninja = Generates build.ninja files.
Watcom WMake = Generates Watcom WMake makefiles.
CodeBlocks - MinGW Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles = Generates CodeBlocks project files.
CodeBlocks - NMake Makefiles JOM
= Generates CodeBlocks project files.
CodeBlocks - Ninja = Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
CodeLite - MinGW Makefiles = Generates CodeLite project files.
CodeLite - NMake Makefiles = Generates CodeLite project files.
CodeLite - Ninja = Generates CodeLite project files.
CodeLite - Unix Makefiles = Generates CodeLite project files.
Sublime Text 2 - MinGW Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - NMake Makefiles
= Generates Sublime Text 2 project files.
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files.
Sublime Text 2 - Unix Makefiles
= Generates Sublime Text 2 project files.
Kate - MinGW Makefiles = Generates Kate project files.
Kate - NMake Makefiles = Generates Kate project files.
Kate - Ninja = Generates Kate project files.
Kate - Unix Makefiles = Generates Kate project files.
Eclipse CDT4 - NMake Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - MinGW Makefiles
= Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
info TOOL Using Visual Studio 15 2017 Win64 generator.
info CMD BUILD
info RUN cmake --build "M:\javascript\sack-gui\build" --config Debug
Microsoft (R) Build Engine version 15.8.139-preview+g5951330944 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/24/2018 5:23:55 AM.
Project "M:\javascript\sack-gui\build\ALL_BUILD.vcxproj" on node 1 (default targets).
Project "M:\javascript\sack-gui\build\ALL_BUILD.vcxproj" (1) is building "M:\javascript\sack-gui\build\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 M:/javascript/sack-gui/build/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 "M:\javascript\sack-gui\build\ZERO_CHECK.vcxproj" (default targets).
Project "M:\javascript\sack-gui\build\ALL_BUILD.vcxproj" (1) is building "M:\javascript\sack-gui\build\sack.vcxproj" (3) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Debug\sack\".
Creating directory "x64\Debug\sack\sack.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\sack\sack.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "M:\javascript\sack-gui\build\sack-src\src\sack-stamp\Debug\".
Creating directory "M:\javascript\sack-gui\build\CMakeFiles\Debug\".
CustomBuild:
Building Custom Rule M:/javascript/sack-gui/CMakeLists.txt
CMake does not need to re-run because M:/javascript/sack-gui/build/CMakeFiles/generate.stamp is up-to-date.
Creating directories for 'sack'
Performing download step (git clone) for 'sack'
Cloning into 'sack'...
Your branch is up to date with 'origin/master'.
Already on 'master'
Performing update step for 'sack'
Current branch master is up to date.
No patch step for 'sack'
Performing configure step for 'sack'
-- The C compiler identification is MSVC 19.15.26629.1
-- The CXX compiler identification is MSVC 19.15.26629.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Tools/MSVC/14.15.26629/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
MACRO ARGUMENTS: OFF OFF OFF
-- Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)
MACRO ARGUMENTS: OFF OFF OFF
-- Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)
defs:-D_CRT_SECURE_NO_WARNINGS-DUSE_ODBC-D_AMD64_-D__64__-D_WIN64
Host defs:-D_CRT_SECURE_NO_WARNINGS-DUSE_ODBC-D_AMD64_-D__64__-D_WIN64
LIB:advapi32ws2_32iphlpapiwinmmrpcrt4odbc32opengl32
Host LIBs:advapi32ws2_32iphlpapiwinmmrpcrt4odbc32opengl32
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test HAVE_RESTRICT
-- Performing Test HAVE_RESTRICT - Failed
-- Performing Test HAVE___RESTRICT
-- Performing Test HAVE___RESTRICT - Success
-- Performing Test HAVE_GCC_FORMAT
-- Performing Test HAVE_GCC_FORMAT - Failed
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for cpuid.h
-- Looking for cpuid.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for float.h
-- Looking for float.h - found
-- Looking for ieeefp.h
-- Looking for ieeefp.h - not found
-- Looking for guiddef.h
-- Looking for guiddef.h - found
-- Looking for pow in m
-- Looking for pow in m - not found
WIN32
-- Looking for aligned_alloc
-- Looking for aligned_alloc - not found
-- Looking for posix_memalign
-- Looking for posix_memalign - not found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - found
-- Looking for lrintf
-- Looking for lrintf - found
-- Looking for fesetround
-- Looking for fesetround - found
-- Looking for _controlfp
-- Looking for _controlfp - found
-- Looking for __control87_2
-- Looking for __control87_2 - not found
-- Looking for strtof
-- Looking for strtof - found
-- Looking for stat
-- Looking for stat - found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for _stricmp
-- Looking for _stricmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - not found
-- Looking for _strnicmp
-- Looking for _strnicmp - found
-- Looking for snprintf
-- Looking for snprintf - not found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for vsnprintf
-- Looking for vsnprintf - not found
-- Looking for _vsnprintf
-- Looking for _vsnprintf - not found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for xmmintrin.h
-- Looking for xmmintrin.h - found
-- Looking for arm_neon.h
-- Looking for arm_neon.h - not found
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - not found
-- Looking for sys/soundcard.h
-- Looking for sys/soundcard.h - not found
-- Looking for sys/audioio.h
-- Looking for sys/audioio.h - not found
-- Looking for sndio.h
-- Looking for sndio.h - not found
-- Looking for mmdeviceapi.h
-- Looking for mmdeviceapi.h - found
-- Looking for dsound.h
-- Looking for dsound.h - found
HAVE = 1
HAVE_DSOUND_H
-- Looking for include files windows.h, mmsystem.h
-- Looking for include files windows.h, mmsystem.h - found
-- Looking for portaudio.h
-- Looking for portaudio.h - not found
-- Looking for pulse/pulseaudio.h
-- Looking for pulse/pulseaudio.h - not found
-- Looking for /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudio.h
-- Looking for /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudio.h - not found
-- Looking for include files SLES/OpenSLES.h, SLES/OpenSLES_Android.h
-- Looking for include files SLES/OpenSLES.h, SLES/OpenSLES_Android.h - not found
--
-- Building OpenAL with support for the following backends:
-- MMDevApi, DirectSound, WaveFile, Null
--
-- Building with support for CPU extensions:
-- Default, SSE
--
-- Installing sample configuration
--
-- Using [MSVC] compiler
-- Looking for asprintf
-- Looking for asprintf - not found
-- Looking for reallocarray
-- Looking for reallocarray - not found
-- Looking for strlcat
-- Looking for strlcat - not found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strndup
-- Looking for strndup - not found
-- Looking for strsep
-- Looking for strsep - not found
-- Looking for timegm
-- Looking for timegm - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random_uniform
-- Looking for arc4random_uniform - not found
-- Looking for explicit_bzero
-- Looking for explicit_bzero - not found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Looking for getentropy
-- Looking for getentropy - not found
-- Looking for getpagesize
-- Looking for getpagesize - not found
-- Looking for timingsafe_bcmp
-- Looking for timingsafe_bcmp - not found
-- Looking for timingsafe_memcmp
-- Looking for timingsafe_memcmp - not found
-- Looking for memmem
-- Looking for memmem - not found
-- Looking for include file err.h
-- Looking for include file err.h - not found
-- Check size of time_t
-- Check size of time_t - done
IMGLIB VULKAN FROM ENVIRONMENT:C:\tools\VulkanSDK\1.0.65.1
Vulkan API found at C:\tools\VulkanSDK\1.0.65.1
-- Shaderc: build type is "RelWithDebINfo".
-- Configuring Shaderc to avoid building tests.
-- nosetests was not found - python code will not be tested
-- asciidoctor was not found - no documentation will be generated
-- Found PythonInterp: C:/Tools/Python27/python.exe (found version "2.7.11")
-- Using Debug VC++ CRT: MDd
-- Using Release VC++ CRT: MD
-- Using MinSizeRel VC++ CRT: MD
-- Using RelWithDebInfo VC++ CRT: MDd
-- Using RelWithDebINfo VC++ CRT: MDd
-- Google Mock was not found - tests based on that will not build
-- optimizer enabled
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
VIDLIB VULKAN FROM ENVIRONMENT:C:\tools\VulkanSDK\1.0.65.1
Vulkan API found at C:\tools\VulkanSDK\1.0.65.1
Extra runtime install: C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Redist/MSVC/14.15.26626/x64/Microsoft.VC141.CRT/msvcp140.dll;C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Redist/MSVC/14.15.26626/x64/Microsoft.VC141.CRT/vcruntime140.dll;C:/Program Files (x86)/Microsoft Visual Studio/Preview/Community/VC/Redist/MSVC/14.15.26626/x64/Microsoft.VC141.CRT/concrt140.dll
Sack revision:
-- Configuring done
-- Generating done
CUSTOMBUILD : CMake warning : [M:\javascript\sack-gui\build\sack.vcxproj]
Manually-specified variables were not used by the project:
INCLUDE_EXTRAS
-- Build files have been written to: M:/javascript/sack-gui/build/sack-src/src/sack-build
Performing build step for 'sack'
Microsoft (R) Build Engine version 15.8.139-preview+g5951330944 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 8/24/2018 5:26:28 AM.
Project "M:\javascript\sack-gui\build\sack-src\src\sack-build\ALL_BUILD.vcxproj" on node 1 (default targets).
Project "M:\javascript\sack-gui\build\sack-src\src\sack-build\ALL_BUILD.vcxproj" (1) is building "M:\javascript\sack-gui\build\sack-src\src\sack-build\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 M:/javascript/sack-gui/build/sack-src/src/sack-build/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/openal/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/libressl/2.6.0/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/libressl/2.6.0/crypto/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/libressl/2.6.0/ssl/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/libressl/2.6.0/tls/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/libressl/2.6.0/include/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/contrib/gsm-1.0-pl13/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/puregl2/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/external/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/source/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/source/comp/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/source/opt/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/source/link/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/tools/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/tools/lesspipe/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/tools/emacs/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/comp/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/link/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/opt/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/stats/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/util/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/test/val/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/examples/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/spirv-tools/examples/cpp-interface/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/External/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/glslang/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/glslang/OSDependent/Windows/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/OGLCompilersDLL/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/StandAlone/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/SPIRV/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/hlsl/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/third_party/glslang/gtests/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/libshaderc_util/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/libshaderc/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/vulkan/shaderc/glslc/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/puregl/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/proxy/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/puregl2/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/vulkan/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/puregl/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/vidlib/puregl/glew-1.9.0/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/data/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/include/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/runner/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/virtual_file_system/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/service/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/psilib/calctl/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/msgsvr/server/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/msgsvr/servicelist/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/msgsvr/summoner/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/application_delay/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/debugger_lockout/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/salty_random_generator/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/utils/seed_random/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/deadstart/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/imglib/dump_font_cache/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/SQLlib/optlib/editoption/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M:/javascript/sack-gui/build/sack-src/src/sack-build/src/translationlib/edit_translations/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because M: