Closed mjovanc closed 1 year ago
I tried using v2.4.1 as well, but no luck there. Do I need to set legacy for using 1.74?
No, mingw actually isn't supported for boost 1.74. Not by boostorg, but by me. Yeah. I've tried compiling it but that didn't work, so I don't quite know where we're standing right now
I'll try compiling it somewhere else, maybe with another configuration, without having to edit this one, but this may take a while
I'll try compiling it somewhere else, maybe with another configuration, without having to edit this one, but this may take a while
No problem, take your time. Btw, do you have any opinion regarding usage of MSYS2 instead of MinGW/MSVC? I saw some projects use it, but never heard about it before to be honest and what the advantage of using it could be.
Do you have that option?
No, I don't know any differences between msys2 and mingw, always thought those would be somewhat equal. Maybe they are, as the only goal was to use unix apis on windows, if I recall correctly. Mingw seems to provide a compiler, msys is just a shell. Weird.
But I only support mingw, and at this point, msys2 and mingw seem to be equal enough to just use mingw as the compiler might be the same with both projects.
Thanks for the explanation. I took a look into an error I saw using MSVC now btw (related to my old problem). I read online for pre-compiled boost library I should locate it to /stage/lib
instead of /lib
which I had before. So when I tried that and before it gave the same problem.
LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc142-mt-s-x64-1_74.lib
So when checking what exists in both /lib
and /stage/lib
I cant find that kind of file. It seems like it is mt-gd
instead of mt-s
.
This was some explanation of the difference: https://stackoverflow.com/a/64260350/16891224
This is full output of getting all files:
Run Get-ChildItem -Path C:\boost_1_74_0\boost\boost\stage\lib
Directory: C:\boost_1_74_0\boost\boost\stage\lib
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 8/29/2021 10:45 AM cmake
-a--- 8/29/2021 10:55 AM 179710 libboost_atomic-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 186066 libboost_atomic-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 19450 libboost_atomic-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 23290 libboost_atomic-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 2276506 libboost_chrono-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 2474520 libboost_chrono-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 245858 libboost_chrono-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 327018 libboost_chrono-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1106594 libboost_container-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM [12](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:13)04922 libboost_container-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 193856 libboost_container-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 254166 libboost_container-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 197732 libboost_context-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 200298 libboost_context-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 11220 libboost_context-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM [13](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:14)518 libboost_context-vc[14](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:15)2-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1923780 libboost_contract-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 2260822 libboost_contract-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 419244 libboost_contract-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 574406 libboost_contract-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 2141296 libboost_coroutine-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 2322064 libboost_coroutine-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 247066 libboost_coroutine-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 324594 libboost_coroutine-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 4200 libboost_date_time-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 4136 libboost_date_time-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 1378 libboost_date_time-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 1300 libboost_date_time-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 4686 libboost_exception-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 4650 libboost_exception-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM [15](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:16)04 libboost_exception-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 1434 libboost_exception-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 13768590 libboost_fiber-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 15162790 libboost_fiber-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 825064 libboost_fiber-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 1069966 libboost_fiber-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 7324590 libboost_filesystem-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 8040368 libboost_filesystem-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 682450 libboost_filesystem-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 920834 libboost_filesystem-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 10857406 libboost_graph-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 13348836 libboost_graph-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 1474282 libboost_graph-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 1952154 libboost_graph-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1374060 libboost_iostreams-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 1580738 libboost_iostreams-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 299720 libboost_iostreams-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 417056 libboost_iostreams-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 21116084 libboost_locale-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 25058780 libboost_locale-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 3465278 libboost_locale-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 4875924 libboost_locale-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 51504394 libboost_log_setup-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 63757854 libboost_log_setup-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 6247270 libboost_log_setup-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 9020394 libboost_log_setup-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 50269260 libboost_log-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 58199804 libboost_log-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 6192068 libboost_log-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 8565140 libboost_log-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 2806544 libboost_math_c99f-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 3081798 libboost_math_c99f-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 369758 libboost_math_c99f-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 405768 libboost_math_c99f-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 2887226 libboost_math_c99l-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 3196682 libboost_math_c99l-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 400840 libboost_math_c99l-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 441190 libboost_math_c99l-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 2933264 libboost_math_c99-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 3248994 libboost_math_c99-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 396714 libboost_math_c99-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 435746 libboost_math_c99-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 11811772 libboost_math_tr1f-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 14495214 libboost_math_tr1f-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 3330066 libboost_math_tr1f-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 4521596 libboost_math_tr1f-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 11871852 libboost_math_tr1l-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 14597844 libboost_math_tr1l-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 3398294 libboost_math_tr1l-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 4592282 libboost_math_tr1l-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 12070150 libboost_math_tr1-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 14837750 libboost_math_tr1-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 3398142 libboost_math_tr1-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 4593746 libboost_math_tr1-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1264270 libboost_nowide-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 1366222 libboost_nowide-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 115994 libboost_nowide-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 169142 libboost_nowide-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1866318 libboost_prg_exec_monitor-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 2187446 libboost_prg_exec_monitor-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 266210 libboost_prg_exec_monitor-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 375746 libboost_prg_exec_monitor-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 15154894 libboost_program_options-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 18699786 libboost_program_options-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 2476938 libboost_program_options-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 3345568 libboost_program_options-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 14367126 libboost_python37-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 16873800 libboost_python37-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 1426770 libboost_python37-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 2010404 libboost_python37-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 756932 libboost_random-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 827312 libboost_random-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 97384 libboost_random-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 128178 libboost_random-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 29073472 libboost_regex-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 36877326 libboost_regex-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 4583362 libboost_regex-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 6800996 libboost_regex-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 26163516 libboost_serialization-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 31217648 libboost_serialization-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 2750008 libboost_serialization-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 3612752 libboost_serialization-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 160082 libboost_stacktrace_noop-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 169700 libboost_stacktrace_noop-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 5408 libboost_stacktrace_noop-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 4432 libboost_stacktrace_noop-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 440136 libboost_stacktrace_windbg_cached-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 492380 libboost_stacktrace_windbg_cached-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 57220 libboost_stacktrace_windbg_cached-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 77330 libboost_stacktrace_windbg_cached-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 437340 libboost_stacktrace_windbg-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 489810 libboost_stacktrace_windbg-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 54562 libboost_stacktrace_windbg-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 74446 libboost_stacktrace_windbg-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 3764 libboost_system-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 3702 libboost_system-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 1316 libboost_system-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 1240 libboost_system-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 32825456 libboost_test_exec_monitor-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 40578170 libboost_test_exec_monitor-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 5273716 libboost_test_exec_monitor-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 7347538 libboost_test_exec_monitor-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 3295784 libboost_thread-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 3664612 libboost_thread-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 377498 libboost_thread-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 505132 libboost_thread-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1065810 libboost_timer-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 1141832 libboost_timer-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 96690 libboost_timer-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 123478 libboost_timer-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 1294692 libboost_type_erasure-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 1472014 libboost_type_erasure-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 152184 libboost_type_erasure-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 201276 libboost_type_erasure-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 32179058 libboost_unit_test_framework-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 39883570 libboost_unit_test_framework-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 5231550 libboost_unit_test_framework-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 7293608 libboost_unit_test_framework-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 90263332 libboost_wave-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 111803414 libboost_wave-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 12279274 libboost_wave-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 16681366 libboost_wave-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 18854742 libboost_wserialization-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 22844668 libboost_wserialization-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 1844026 libboost_wserialization-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 2508560 libboost_wserialization-vc142-mt-x64-1_74.lib
Directory: C:\boost_1_74_0\boost\boost\lib
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 8/29/2021 10:45 AM cmake
-a--- 8/29/2021 10:51 AM 179710 libboost_atomic-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 186066 libboost_atomic-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 19450 libboost_atomic-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 23290 libboost_atomic-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 2276506 libboost_chrono-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 2474520 libboost_chrono-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:45 AM 245858 libboost_chrono-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 327018 libboost_chrono-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 1106594 libboost_container-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 1204922 libboost_container-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 193856 libboost_container-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 254[16](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:17)6 libboost_container-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 197732 libboost_context-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 200298 libboost_context-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 11220 libboost_context-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 13518 libboost_context-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 1923780 libboost_contract-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 2260822 libboost_contract-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 419244 libboost_contract-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 574406 libboost_contract-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 2141296 libboost_coroutine-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 2322064 libboost_coroutine-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 247066 libboost_coroutine-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 324594 libboost_coroutine-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 4200 libboost_date_time-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 4136 libboost_date_time-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 1378 libboost_date_time-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 1300 libboost_date_time-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 4686 libboost_exception-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 4650 libboost_exception-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 1504 libboost_exception-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 1434 libboost_exception-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 13768590 libboost_fiber-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 15162790 libboost_fiber-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 825064 libboost_fiber-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:46 AM 1069966 libboost_fiber-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 7324590 libboost_filesystem-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 8040368 libboost_filesystem-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 682450 libboost_filesystem-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 920834 libboost_filesystem-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:52 AM 10857406 libboost_graph-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 13348836 libboost_graph-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 1474282 libboost_graph-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:46 AM 1952154 libboost_graph-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 1374060 libboost_iostreams-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 1580738 libboost_iostreams-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:39 AM 299720 libboost_iostreams-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:46 AM 4[17](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:18)056 libboost_iostreams-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:52 AM 21116084 libboost_locale-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:56 AM 25058780 libboost_locale-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:39 AM 3465278 libboost_locale-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:47 AM 4875924 libboost_locale-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 51504394 libboost_log_setup-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 63757854 libboost_log_setup-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:40 AM 6247270 libboost_log_setup-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:48 AM 9020394 libboost_log_setup-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 50269260 libboost_log-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 58199804 libboost_log-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:40 AM 6192068 libboost_log-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:47 AM 8565140 libboost_log-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 2806544 libboost_math_c99f-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 3081798 libboost_math_c99f-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 369758 libboost_math_c99f-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 405768 libboost_math_c99f-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 2887226 libboost_math_c99l-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 3196682 libboost_math_c99l-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 400840 libboost_math_c99l-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 441190 libboost_math_c99l-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:52 AM 2933264 libboost_math_c99-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 3248994 libboost_math_c99-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 396714 libboost_math_c99-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 435746 libboost_math_c99-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 1[18](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:19)11772 libboost_math_tr1f-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/[20](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:21)[21](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:22) 10:57 AM 14495214 libboost_math_tr1f-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 3330066 libboost_math_tr1f-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 4521596 libboost_math_tr1f-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 11871852 libboost_math_tr1l-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 14597844 libboost_math_tr1l-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 3398294 libboost_math_tr1l-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 459[22](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:23)82 libboost_math_tr1l-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 12070150 libboost_math_tr1-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 14837750 libboost_math_tr1-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 3398142 libboost_math_tr1-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 4593746 libboost_math_tr1-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 1264270 libboost_nowide-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 1366222 libboost_nowide-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:40 AM 115994 libboost_nowide-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:48 AM 169142 libboost_nowide-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 1866318 libboost_prg_exec_monitor-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 2187446 libboost_prg_exec_monitor-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 266210 libboost_prg_exec_monitor-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 375746 libboost_prg_exec_monitor-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:53 AM 15154894 libboost_program_options-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:57 AM 18699786 libboost_program_options-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:41 AM 2476938 libboost_program_options-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 3345568 libboost_program_options-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 14367126 libboost_python37-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 16873800 libboost_python37-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 1426770 libboost_python37-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 2010404 libboost_python37-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 756932 libboost_random-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 827312 libboost_random-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 97384 libboost_random-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:49 AM 128178 libboost_random-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 29073472 libboost_regex-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 36877326 libboost_regex-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 4583362 libboost_regex-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:46 AM 6800996 libboost_regex-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 26163516 libboost_serialization-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 31217648 libboost_serialization-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 2750008 libboost_serialization-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 3612752 libboost_serialization-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 160082 libboost_stacktrace_noop-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 169700 libboost_stacktrace_noop-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 5408 libboost_stacktrace_noop-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 4432 libboost_stacktrace_noop-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 440136 libboost_stacktrace_windbg_cached-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 49[23](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:24)80 libboost_stacktrace_windbg_cached-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 57220 libboost_stacktrace_windbg_cached-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 77330 libboost_stacktrace_windbg_cached-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 437340 libboost_stacktrace_windbg-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 489810 libboost_stacktrace_windbg-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 54562 libboost_stacktrace_windbg-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 74446 libboost_stacktrace_windbg-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 3764 libboost_system-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 3702 libboost_system-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:38 AM 1316 libboost_system-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:46 AM 1[24](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:25)0 libboost_system-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 328[25](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:26)456 libboost_test_exec_monitor-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 40578170 libboost_test_exec_monitor-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:43 AM 5273716 libboost_test_exec_monitor-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 7347538 libboost_test_exec_monitor-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:51 AM 3295784 libboost_thread-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:55 AM 3664612 libboost_thread-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:37 AM 377498 libboost_thread-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:45 AM 505132 libboost_thread-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 1065810 libboost_timer-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 1141832 libboost_timer-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:42 AM 96690 libboost_timer-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 123478 libboost_timer-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 1294692 libboost_type_erasure-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 1472014 libboost_type_erasure-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:43 AM 152184 libboost_type_erasure-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 201276 libboost_type_erasure-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 32179058 libboost_unit_test_framework-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 39883570 libboost_unit_test_framework-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:43 AM 5231550 libboost_unit_test_framework-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:50 AM 7293608 libboost_unit_test_framework-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:55 AM 90[26](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:27)3332 libboost_wave-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:59 AM 111803414 libboost_wave-vc142-mt-gd-x64-1_74.lib
-a--- 8/29/2021 10:43 AM 12[27](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:28)9274 libboost_wave-vc142-mt-x32-1_74.lib
-a--- 8/29/2021 10:51 AM 16681366 libboost_wave-vc142-mt-x64-1_74.lib
-a--- 8/29/2021 10:54 AM 18854742 libboost_wserialization-vc142-mt-gd-x32-1_74.lib
-a--- 8/29/2021 10:58 AM 2[28](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:29)44668 libboost_wserialization-vc142-mt-gd-x64-1_74.lib
-a--- 8/[29](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:30)/2021 10:42 AM 1844026 libboost_wserialization-vc142-mt-x[32](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:33)-1_74.lib
-a--- 8/29/2021 10:50 AM 2508560 libboost_wserialization-vc1[42](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:43)-mt-x[64](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:65)-1_[74](https://github.com/kryptokrona/kryptokrona/actions/runs/3548974760/jobs/5960794183#step:6:75).lib
So perhaps ./b2 runtime-link=shared threading=multi
will solve this issue somewhat? If I'm thinking straight.
Yes, this would solve the issue, but I'm building shared libraries only starting from version 1.78.0, and building version 1.74.0 with shared libraries won't work for some reason: https://github.com/MarkusJx/prebuilt-boost/actions/runs/3504334690/jobs/5869956894
Sorry to have you waiting for so long, but boost 1.74.0 for mingw is now finally available:
- name: Download and install Boost
uses: MarkusJx/install-boost@v2.4.2
with:
boost_version: 1.74.0
platform_version: 2019
toolset: mingw
link: static
arch: x86
I assume this is fixed now
Yes, it was fixed. Sorry, I forgot to answer. Thanks a lot!
Need this version. I can not find it when using it in my workflow. But it exists here though: https://github.com/MarkusJx/prebuilt-boost/blob/main/versions-manifest.json
Error: