Advertisement
Guest User

Untitled

a guest
Jul 9th, 2024
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. Building Boost.Build engine
  2. LOCALAPPDATA=C:\Users\Dennis\AppData\Local
  3. Found with vswhere C:\Program Files\Microsoft Visual Studio\2022\Community
  4. Found with vswhere C:\Program Files\Microsoft Visual Studio\2022\Community
  5. Call_If_Exists "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\..\..\VC\Auxiliary\Build\vcvarsall.bat" AMD64
  6. **********************************************************************
  7. ** Visual Studio 2022 Developer Command Prompt v17.10.3
  8. ** Copyright (c) 2022 Microsoft Corporation
  9. **********************************************************************
  10. [vcvarsall.bat] Environment initialized for: 'x64'
  11. ###
  12. ### Using 'vc143' toolset.
  13. ###
  14.  
  15. C:\3rdparty-vc_h2\boost_1_85_0\tools\build\src\engine>"cl" /nologo -TP /wd4996 /wd4675 /EHs /GR /Zc:throwingNew /O2 /Ob2 /W3 /MD /Zc:forScope /Zc:wchar_t /Zc:inline /Gw /favor:blend /Feb2 -DNDEBUG bindjam.cpp builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filent.cpp filesys.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp jam_strings.cpp startup.cpp tasks.cpp timestamp.cpp value.cpp variable.cpp w32_getreg.cpp mod_jam_builtin.cpp mod_jam_class.cpp mod_jam_errors.cpp mod_jam_modules.cpp mod_order.cpp mod_path.cpp mod_property_set.cpp mod_regex.cpp mod_sequence.cpp mod_set.cpp mod_string.cpp mod_summary.cpp mod_sysinfo.cpp mod_version.cpp /link kernel32.lib advapi32.lib user32.lib /MANIFEST:EMBED /MANIFESTINPUT:b2.exe.manifest
  16. bindjam.cpp
  17. builtins.cpp
  18. class.cpp
  19. command.cpp
  20. compile.cpp
  21. constants.cpp
  22. cwd.cpp
  23. debug.cpp
  24. debugger.cpp
  25. execcmd.cpp
  26. execnt.cpp
  27. execunix.cpp
  28. filent.cpp
  29. filesys.cpp
  30. fileunix.cpp
  31. frames.cpp
  32. function.cpp
  33. glob.cpp
  34. hash.cpp
  35. hcache.cpp
  36. Code wird generiert...
  37. Kompilieren...
  38. hdrmacro.cpp
  39. headers.cpp
  40. jam.cpp
  41. jamgram.cpp
  42. lists.cpp
  43. make.cpp
  44. make1.cpp
  45. md5.cpp
  46. mem.cpp
  47. modules.cpp
  48. native.cpp
  49. option.cpp
  50. output.cpp
  51. parse.cpp
  52. pathnt.cpp
  53. pathsys.cpp
  54. pathunix.cpp
  55. regexp.cpp
  56. rules.cpp
  57. scan.cpp
  58. Code wird generiert...
  59. Kompilieren...
  60. search.cpp
  61. jam_strings.cpp
  62. startup.cpp
  63. tasks.cpp
  64. timestamp.cpp
  65. value.cpp
  66. variable.cpp
  67. w32_getreg.cpp
  68. mod_jam_builtin.cpp
  69. mod_jam_class.cpp
  70. mod_jam_errors.cpp
  71. mod_jam_modules.cpp
  72. mod_order.cpp
  73. mod_path.cpp
  74. mod_property_set.cpp
  75. mod_regex.cpp
  76. mod_sequence.cpp
  77. mod_set.cpp
  78. mod_string.cpp
  79. mod_summary.cpp
  80. Code wird generiert...
  81. Kompilieren...
  82. mod_sysinfo.cpp
  83. mod_version.cpp
  84. Code wird generiert...
  85.  
  86. C:\3rdparty-vc_h2\boost_1_85_0\tools\build\src\engine>dir *.exe
  87. Volume in Laufwerk C: hat keine Bezeichnung.
  88. Volumeseriennummer: FCAA-A668
  89.  
  90. Verzeichnis von C:\3rdparty-vc_h2\boost_1_85_0\tools\build\src\engine
  91.  
  92. 09.07.2024 11:26 505.856 b2.exe
  93. 1 Datei(en), 505.856 Bytes
  94. 0 Verzeichnis(se), 68.064.428.032 Bytes frei
  95.  
  96. Generating Boost.Build configuration in project-config.jam for msvc...
  97.  
  98. Bootstrapping is done. To build, run:
  99.  
  100. .\b2
  101.  
  102. To adjust configuration, edit 'project-config.jam'.
  103. Further information:
  104.  
  105. - Command line help:
  106. .\b2 --help
  107.  
  108. - Getting started guide:
  109. http://boost.org/more/getting_started/windows.html
  110.  
  111. - Boost.Build documentation:
  112. http://www.boost.org/build/
  113.  
  114.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement