Advertisement
Guest User

Untitled

a guest
May 18th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19045.2965]
  2. (c) Microsoft Corporation. All rights reserved.
  3.  
  4. D:\programming\project\lib\zlib>cmake -S . -B build -DCMAKE_INSTALL_PREFIX=D:\programming\project\lib\zlib\install
  5. -- Building for: Visual Studio 16 2019
  6. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  7. Compatibility with CMake < 2.8.12 will be removed from a future version of
  8. CMake.
  9.  
  10. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  11. CMake that the project does not need compatibility with older versions.
  12.  
  13.  
  14. -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
  15. -- The C compiler identification is MSVC 19.29.30133.0
  16. -- Detecting C compiler ABI info
  17. -- Detecting C compiler ABI info - done
  18. -- 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
  19. -- Detecting C compile features
  20. -- Detecting C compile features - done
  21. -- Looking for sys/types.h
  22. -- Looking for sys/types.h - found
  23. -- Looking for stdint.h
  24. -- Looking for stdint.h - found
  25. -- Looking for stddef.h
  26. -- Looking for stddef.h - found
  27. -- Check size of off64_t
  28. -- Check size of off64_t - failed
  29. -- Looking for fseeko
  30. -- Looking for fseeko - not found
  31. -- Looking for unistd.h
  32. -- Looking for unistd.h - not found
  33. -- Renaming
  34. -- D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/zconf.h
  35. -- to 'zconf.h.included' because this file is included with zlib
  36. -- but CMake generates it automatically in the build directory.
  37. -- Configuring done
  38. -- Generating done
  39. -- Build files have been written to: D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build
  40.  
  41. D:\programming\project\lib\zlib>cmake --build build
  42. Microsoft (R) Build Engine version 16.11.0+0538acc04 for .NET Framework
  43. Copyright (C) Microsoft Corporation. All rights reserved.
  44.  
  45. Checking Build System
  46. Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
  47. adler32.c
  48. compress.c
  49. crc32.c
  50. deflate.c
  51. gzclose.c
  52. gzlib.c
  53. gzread.c
  54. gzwrite.c
  55. inflate.c
  56. infback.c
  57. inftrees.c
  58. inffast.c
  59. trees.c
  60. uncompr.c
  61. zutil.c
  62. Generating Code...
  63. Creating library D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build/Debug/zlibd.lib and object D:/Sc
  64. hool/3d_graphics/2023/Eindopdracht/lib/zlib/build/Debug/zlibd.exp
  65. zlib.vcxproj -> D:\programming\project\lib\zlib\build\Debug\zlibd.dll
  66. Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
  67. example.c
  68. example.vcxproj -> D:\programming\project\lib\zlib\build\Debug\example.exe
  69. Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
  70. minigzip.c
  71. minigzip.vcxproj -> D:\programming\project\lib\zlib\build\Debug\minigzip.exe
  72. Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
  73. adler32.c
  74. compress.c
  75. crc32.c
  76. deflate.c
  77. gzclose.c
  78. gzlib.c
  79. gzread.c
  80. gzwrite.c
  81. inflate.c
  82. infback.c
  83. inftrees.c
  84. inffast.c
  85. trees.c
  86. uncompr.c
  87. zutil.c
  88. Generating Code...
  89. zlibstatic.vcxproj -> D:\programming\project\lib\zlib\build\Debug\zlibstaticd.lib
  90. Building Custom Rule D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/CMakeLists.txt
  91.  
  92. D:\programming\project\lib\zlib>cmake --install build
  93. -- Install configuration: "Release"
  94. CMake Error at build/cmake_install.cmake:99 (file):
  95. file INSTALL cannot find
  96. "D:/School/3d_graphics/2023/Eindopdracht/lib/zlib/build/Release/zlib.dll":
  97. File exists.
  98.  
  99.  
  100.  
  101. D:\programming\project\lib\zlib>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement