Windows PowerShell
Copyright (C) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Helen Wong\Documents\GitHub> cd ArxLibertatis
C:\Users\Helen Wong\Documents\GitHub\ArxLibertatis [master]> git pull
Already up-to-date.
C:\Users\Helen Wong\Documents\GitHub\ArxLibertatis [master]> mkdir build_vc12
Directory: C:\Users\Helen Wong\Documents\GitHub\ArxLibertatis
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 12/5/2014 11:50 AM build_vc12
C:\Users\Helen Wong\Documents\GitHub\ArxLibertatis [master]> cd build_vc12
C:\Users\Helen Wong\Documents\GitHub\ArxLibertatis\build_vc12 [master]> cmake .. -G "Visual Studio 12" -DUNITY_BUILD=1
-- The C compiler identification is MSVC 18.0.30501.0
-- The CXX compiler identification is MSVC 18.0.30501.0
-- Check for working C compiler using: Visual Studio 12 2013
-- Check for working C compiler using: Visual Studio 12 2013 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013
-- Check for working CXX compiler using: Visual Studio 12 2013 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Found Threads: TRUE
-- Found ZLIB: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/zlib/lib/x86/zlib.lib (found version "1.2.5")
-- Found Freetype: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/freetype/lib/x86/freetype.lib (found version "2.
4.4")
-- Found OpenGL: opengl32
-- Found GLEW: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/opengl/lib/x86/glew32s.lib
-- Found OpenAL: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/openal/lib/x86/OpenAL.lib (Required is at least ve
rsion "1.1")
-- Found OpenALEFX: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/openal/include
-- Could NOT find SDL2 (missing: SDL2_LIBRARY)
-- Found SDL: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/sdl/lib/x86/SDL.lib (found suitable version "1.2.15",
minimum required is "1.2")
-- Boost version: 1.55.0
-- Found GLM: C:/Users/Helen Wong/Documents/GitHub/ArxWindows/libs/glm
-- Found unsuitable Qt version "" from NOTFOUND
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Warning (dev) at cmake/BuildSystem.cmake:123 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "WIN32" will no longer be dereferenced when the
policy is set to NEW. Since the policy is not set the OLD behavior will be
used.
Call Stack (most recent call first):
CMakeLists.txt:1104 (set_binary_installdir)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/BuildSystem.cmake:310 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "WIN32" will no longer be dereferenced when the
policy is set to NEW. Since the policy is not set the OLD behavior will be
used.
Call Stack (most recent call first):
cmake/BuildSystem.cmake:375 (_shared_build_add_binary)
CMakeLists.txt:1439 (unity_build)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:1481 (get_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "arx". Use the target
name directly with add_custom_command, or use the generator expression
$<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
Configuration:
- Filesystem backend: Win32
- Renderer: OpenGL
- Audio backend: OpenAL with EFX
- Windowing: SDL 1.2
- Crash handler: (none)
- Crash reporter: disabled
- Tools: enabled
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Helen Wong/Documents/GitHub/ArxLibertatis/build_vc12
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The issue was updated with the following change(s):
Really delete this comment?