Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Microsoft Windows [Version 10.0.19045.2965]
- (c) Microsoft Corporation. All rights reserved.
- D:\programming\project\lib\zlib>cmake -S . -B build -DCMAKE_INSTALL_PREFIX=D:\programming\project\lib\zlib\install
- -- Building for: Visual Studio 16 2019
- CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 2.8.12 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
- -- The C compiler identification is MSVC 19.29.30133.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- 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 off64_t
- -- Check size of off64_t - failed
- -- Looking for fseeko
- -- Looking for fseeko - not found
- -- Looking for unistd.h
- -- Looking for unistd.h - not found
- -- Renaming
- -- D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/zconf.h
- -- to 'zconf.h.included' because this file is included with zlib
- -- but CMake generates it automatically in the build directory.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build
- D:\programming\project\lib\zlib>cmake --build build
- Microsoft (R) Build Engine version 16.11.0+0538acc04 for .NET Framework
- Copyright (C) Microsoft Corporation. All rights reserved.
- Checking Build System
- Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
- adler32.c
- compress.c
- crc32.c
- deflate.c
- gzclose.c
- gzlib.c
- gzread.c
- gzwrite.c
- inflate.c
- infback.c
- inftrees.c
- inffast.c
- trees.c
- uncompr.c
- zutil.c
- Generating Code...
- Creating library D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build/Debug/zlibd.lib and object D:/Sc
- hool/3d_graphics/2023/Eindopdracht/lib/zlib/build/Debug/zlibd.exp
- zlib.vcxproj -> D:\programming\project\lib\zlib\build\Debug\zlibd.dll
- Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
- example.c
- example.vcxproj -> D:\programming\project\lib\zlib\build\Debug\example.exe
- Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
- minigzip.c
- minigzip.vcxproj -> D:\programming\project\lib\zlib\build\Debug\minigzip.exe
- Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
- adler32.c
- compress.c
- crc32.c
- deflate.c
- gzclose.c
- gzlib.c
- gzread.c
- gzwrite.c
- inflate.c
- infback.c
- inftrees.c
- inffast.c
- trees.c
- uncompr.c
- zutil.c
- Generating Code...
- zlibstatic.vcxproj -> D:\programming\project\lib\zlib\build\Debug\zlibstaticd.lib
- Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
- D:\programming\project\lib\zlib>cmake --install build
- -- Install configuration: "Release"
- CMake Error at build/cmake_install.cmake:99 (file):
- file INSTALL cannot find
- "D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build/Release/zlib.dll":
- File exists.
- D:\programming\project\lib\zlib>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement