Closed acidhorse1972 closed 6 months ago
Make sure you clone submodules:
git submodule update --init --recursive
I downloaded the source package and unzipped it to a directory. Didn't have any problems building really from the base directory. But it says: git submodule update --init --recursive fatal: not a git repository (or any of the parent directories): .git
Ah, I understand. The source package only contains source code for Supercell Wx, not any of its dependencies. You'll need to clone the repository using git instead. The documentation needs updated to reflect that.
https://supercell-wx.readthedocs.io/en/stable/development/developer-setup.html
Getting this when trying to git submodules update --init --recursive error: unable to create file output/polygon-with-two-holes-outside-exterior-ring/-3.92212,40.2246,-3.30688,40.4842,simplify_distance=8,strictly_simple=1,fill_type=3,mpu=0,par=1.geojson: Filename too long error: unable to create file output/polygon-with-two-holes-outside-exterior-ring/-3.92212,40.2246,-3.30688,40.4842,simplify_distance=8,strictly_simple=1,fill_type=3,mpu=1,par=0.geojson: Filename too long error: unable to create file output/polygon-with-two-holes-outside-exterior-ring/-3.92212,40.2246,-3.30688,40.4842,simplify_distance=8,strictly_simple=1,fill_type=3,mpu=1,par=1.geojson: Filename too long fatal: Unable to checkout 'a623c19a91947a9d29f9ec5625ce620ab42325dc' in submodule path 'external/maplibre-native-qt/vendor/maplibre-native/vendor/wagyu/tests/geometry-test-data' fatal: Failed to recurse into submodule path 'external/maplibre-native-qt/vendor/maplibre-native/vendor/wagyu' Submodule path 'external/maplibre-native-qt/vendor/maplibre-native/vendor/zip-archive': checked out 'b145c6f3619619fb48715c479643e2f2e0e42d2d' fatal: Failed to recurse into submodule path 'external/maplibre-native-qt/vendor/maplibre-native' fatal: Failed to recurse into submodule path 'external/maplibre-native-qt' Submodule path 'external/stb': checked out 'beebb24b945efdea3b9bba23affb8eb3ba8982e7' Submodule path 'external/units': checked out 'da6dd9176e8515323c75030d5e51ee19cf6c9afd' Submodule path 'test/data': checked out '9cef3730c84d22803ea433fba8111826327dd82f'
You can enable longer paths with this:
git config --system core.longpaths true
Then, re-run the submodule command.
Tried it from a WSL prompt and:
shawn@LONEWOLF:/mnt/f/supercell-wx> git submodule update --init --recursive
^C shawn@LONEWOLF:/mnt/f/supercell-wx> sudo git submodule update --init --recursive [sudo] password for root: fatal: detected dubious ownership in repository at '/mnt/f/supercell-wx' To add an exception for this directory, call:
git config --global --add safe.directory /mnt/f/supercell-wx
I wouldn't recommend running those commands using sudo. You've cloned the repository as your user, and then using sudo, trying to act upon the repository as root. That warning lets you know multiple users are trying to touch that repository. If you still want to do that, you can follow the recommendation and enter the command it gives.
A side note, I have not tried building under WSL. As long as you have a graphical environment, it should work, but it's untested, and you may have some quirks to work through.
Ok so I tried that git line and it exited without putting out any information. So I reran setup-debug.bat again and it did a lot more and downloaded a LOT more and eventually put out: CMake Error: Unable to (re)create the private pkgRedirects directory: C:/Users/shawn/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2e832285d78e41278e/build/CMakeFiles/CMakeScratch/TryCompile-i4hnc2/CMakeFiles/pkgRedirects CMake Error at F:/Program Files/Microsoft Visual Studio/2022/Preview/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.27/Modules/CheckLibraryExists.cmake:69 (try_compile): Failed to configure test project build system. Call Stack (most recent call first): F:/Program Files/Microsoft Visual Studio/2022/Preview/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.27/Modules/FindThreads.cmake:112 (CHECK_LIBRARY_EXISTS) F:/Program Files/Microsoft Visual Studio/2022/Preview/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.27/Modules/FindThreads.cmake:175 (_threads_check_lib) CMakeLists.txt:148 (find_package)
-- Configuring incomplete, errors occurred! CMake Error: Cannot open file for write: C:/Users/shawn/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2e832285d78e41278e/build/CMakeCache.txt.tmp7a3c0 CMake Error: : System Error: No space left on device CMake Error: Unable to open cache file for save. C:/Users/shawn/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2e832285d78e41278e/build/CMakeCache.txt CMake Error: : System Error: No space left on device sqlite3/3.45.2: sqlite3/3.45.2: ERROR: Package '53a0c927fe06bb08bbc43f2e832285d78e41278e' build failed
sqlite3/3.45.2: WARN: Build folder C:\Users\shawn.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build ERROR: sqlite3/3.45.2: Error in build() method, line 159 cmake.configure(build_script_folder=os.path.join(self.source_folder, os.pardir)) ConanException: Error 1 while executing cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAINFILE="C:/Users/shawn/.conan/data/sqlite3/3.45.2//_/build/53a0c927fe06bb08bbc43f2e832285d78e41278e/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALLPREFIX="C:/Users/shawn/.conan/data/sqlite3/3.45.2//_/package/53a0c927fe06bb08bbc43f2e832285d78e41278e" -DCMAKE_POLICY_DEFAULTCMP0091="NEW" "C:\Users\shawn.conan\data\sqlite3\3.45.2_\\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src.." CMake Error at external/cmake-conan/conan.cmake:651 (message): Conan install failed='1' Call Stack (most recent call first): CMakeLists.txt:35 (conan_cmake_install)
-- Configuring incomplete, errors occurred!
I have a question: Is this downloading someone else's source code packages and planning on rebuilding someone else's libraries? If so then I need pre-built binaries.
This is downloading source code and/or pre-built libraries in order to build Supercell Wx. Pre-built libraries are downloaded where available, some libraries have custom configurations for which no pre-built binary exists. If you want to build Supercell Wx, this is the supported way to do it.
The errors are indicating you are out of disk space.
Conan (dependency system) by default will download what it needs to C:\Users\\
If you don't need to build Supercell Wx, you can download any Supercell Wx pre-built binaries from the Releases page, or development snapshots from the Actions artifacts.
"The errors are indicating you are out of disk space." It's not out of disk space 👉🏻 279,743,873,024 bytes free and that drive is where I put the source (on an external drive) So I will junction that directory to the external drive and see if that fixes the problem
I expect that to help. In my environment, I've modified my conan config to use a second drive. Despite you putting the source code on an external drive, Conan still uses C: by default.
-- Build files have been written to: C:/Users/shawn/.conan/data/zlib/1.3.1///build/164640aad040835ac89882393a96d89200694f04/build zlib/1.3.1: CMake command: cmake --build "C:\Users\shawn\.conan\data\zlib\1.3.1__\build\164640aad040835ac89882393a96d89200694f04\build" --config Debug MSBuild version 17.9.0-preview-23578-04+5fcddc790 for .NET Framework
1>Checking Build System Building Custom Rule C:/Users/shawn/.conan/data/zlib/1.3.1///build/164640aad040835ac89882393a96d89200694f04/src/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 zlib.vcxproj -> C:\Users\shawn.conan\data\zlib\1.3.1__\build\164640aad040835ac89882393a96d89200694f04\build\Debug\zlib.lib Building Custom Rule C:/Users/shawn/.conan/data/zlib/1.3.1///build/164640aad040835ac89882393a96d89200694f04/src/CMakeLists.txt zlib/1.3.1: Package '164640aad040835ac89882393a96d89200694f04' built zlib/1.3.1: Build folder C:\Users\shawn.conan\data\zlib\1.3.1__\build\164640aad040835ac89882393a96d89200694f04\build zlib/1.3.1: Generated conaninfo.txt zlib/1.3.1: Generated conanbuildinfo.txt zlib/1.3.1: Generating the package zlib/1.3.1: Package folder C:\Users\shawn.conan\data\zlib\1.3.1__\package\164640aad040835ac89882393a96d89200694f04 zlib/1.3.1: Calling package() zlib/1.3.1: CMake command: cmake --install "C:\Users\shawn.conan\data\zlib\1.3.1__\build\164640aad040835ac89882393a96d89200694f04\build" --config Debug --prefix "C:/Users/shawn/.conan/data/zlib/1.3.1///package/164640aad040835ac89882393a96d89200694f04" -- Installing: C:/Users/shawn/.conan/data/zlib/1.3.1///package/164640aad040835ac89882393a96d89200694f04/lib/zlib.lib -- Installing: C:/Users/shawn/.conan/data/zlib/1.3.1///package/164640aad040835ac89882393a96d89200694f04/include/zconf.h -- Installing: C:/Users/shawn/.conan/data/zlib/1.3.1///package/164640aad040835ac89882393a96d89200694f04/include/zlib.h zlib/1.3.1 package(): Packaged 2 '.h' files: zconf.h, zlib.h zlib/1.3.1 package(): Packaged 1 '.lib' file: zlib.lib zlib/1.3.1 package(): Packaged 1 file: LICENSE zlib/1.3.1: Package '164640aad040835ac89882393a96d89200694f04' created zlib/1.3.1: Created package revision 286941a2580d15eaa0608583fadfb5e1 boost/1.84.0: Applying build-requirement: b2/4.10.1 Downloading conan_sources.tgz boost/1.84.0: Configuring sources in C:.conan\1b7362\1\src boost/1.84.0: boost/1.84.0: Apply patch (conan): Optional flag to specify iconv from either libc of libiconv boost/1.84.0: Apply patch (official): Fix compilation with cppstd=20 on libcxx platforms (e.g. MacOS) boost/1.84.0: Building your package in C:.conan\700b8e\1 boost/1.84.0: Generator txt created conanbuildinfo.txt boost/1.84.0: Calling generate() ERROR: boost/1.84.0: Error in generate() method, line 692 vc.generate() ConanException: VS non-existing installation: Visual Studio 17 CMake Error at external/cmake-conan/conan.cmake:651 (message): Conan install failed='1' Call Stack (most recent call first): CMakeLists.txt:35 (conan_cmake_install)
-- Configuring incomplete, errors occurred!
F:\supercell-wx>pause
I can see that it is building a zlib library from sources.
03/29/2024 04:23 PM
conan can use C: but the junction is created on the C: and points to f:.conan
In lines here on this github message posts where lines like "C:\Users\shawn.conan\data\zlib\1.3.1__\build\164640aad040835ac89882393a96d89200694f04\build" exist the server is escaping the '\' for some odd reason not related to us. I'll have to add double slashes to avoid confusion between us.
It doesn't look like the directory junction is causing issues.
ConanException: VS non-existing installation: Visual Studio 17
Do you have Visual Studio 2022 installed, and to a standard location? Specifically, under the Visual Studio Installer, this requires the "Desktop development with C++" workflow to be installed. Since zlib compiled (it looked like it at least) but boost failed, I'm wondering if you are missing components.
GitHub will treat \
as an escape character. If you put the output inside backticks (`) or triple backticks (```), they won't escape.
It doesn't look like the directory junction is causing issues.
ConanException: VS non-existing installation: Visual Studio 17
Do you have Visual Studio 2022 installed, and to a standard location? Specifically, under the Visual Studio Installer, this requires the "Desktop development with C++" workflow to be installed. Since zlib compiled (it looked like it at least) but boost failed, I'm wondering if you are missing components.
GitHub will treat
\
as an escape character. If you put the output inside backticks (`) or triple backticks (```), they won't escape.
I have the latest Community build which is a preview build. Yeah it has the Desktop development with C++ I installed everything.
I would do some searching on ConanException: VS non-existing installation: Visual Studio 17
, and see what you can find. It looks like there is an issue with Conan finding your Visual Studio install for one reason or another. I don't know if it's the preview release, or something else. I'll be tied up for a bit, but can do some digging later.
I would do some searching on
ConanException: VS non-existing installation: Visual Studio 17
, and see what you can find. It looks like there is an issue with Conan finding your Visual Studio install for one reason or another. I don't know if it's the preview release, or something else. I'll be tied up for a bit, but can do some digging later.
I didn't do any editing of the setup-debug.bat file and that might be what's wrong. I'm reading your website's documentation over on readthedocs.io that I somehow overlooked on the github.com site for supercell-wx all while watching Nicholas Cage in "Mandy" on the tv and having the worst case scenario of attention deficit disorder too.
I see what's going on "again". It's not only putting a ".conan" in my User profile directory but also creating one on the top level C:\ directory as well. That's not good.
ok now it fixed that dead end but another error has arisen. boost/1.84.0: Applying build-requirement: b2/4.10.1 boost/1.84.0: WARN: Build folder is dirty, removing it: C:.conan\700b8e\1 boost/1.84.0: Building your package in C:.conan\700b8e\1 boost/1.84.0: Generator txt created conanbuildinfo.txt boost/1.84.0: Calling generate() ERROR: boost/1.84.0: Error in generate() method, line 692 vc.generate() ConanException: VS non-existing installation: Visual Studio 17 CMake Error at external/cmake-conan/conan.cmake:651 (message): Conan install failed='1' Call Stack (most recent call first): CMakeLists.txt:35 (conan_cmake_install)
-- Configuring incomplete, errors occurred!
Well I thought I had Qt installed already but apparently not. So I tried to get it but there is an issue. Is that the Windows download I need? Because this is what I get and that's not good either That's what they call "evil proprietary".
You do not need the evaluation, you can download Qt open source at https://www.qt.io/download:
It does require a Qt account. You'll only be able to download 6.6.3 through this method, I don't anticipate any breaking changes between 6.6.2 and 6.6.3 (CI is currently building against 6.6.2). However, you can use the alternate aqtinstall method described here without an account: https://supercell-wx.readthedocs.io/en/stable/development/developer-setup.html.
The boost error is not related to Qt.
If you go to Visual Studio Installer, and select Individual components, does it show MSBuild as selected?
At this point I'm grasping for straws. This seems to point to a Visual Studio installation issue, as best I can tell from Googling your specific error.
>conan --version
Conan version 1.63.0
>conan profile show default
Configuration for profile default:
[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=Visual Studio
compiler.version=17
build_type=Release
[options]
[conf]
[build_requires]
[env]
Also, are you still using WSL? That could also be the source of the issue. I'll typically do my initial configuration from the Windows command prompt.
No I'm not using WSL to do anything. MSBUILD has been there ever since I installed this last year or so.
I'm taking a look at the applicable Conan sources to determine where this is getting hung up: https://github.com/conan-io/conan/blob/develop/conan/tools/microsoft/visual.py https://github.com/conan-io/conan/blob/develop/conans/client/tools/win.py
The following indicates that your Visual Studio installation cannot be found:
ConanException: VS non-existing installation: Visual Studio 17
I noticed you have your installation on F:, instead of C:.
vswhere.exe
?
vswhere.exe
?
C:\Program Files (x86)\Microsoft Visual Studio\Installer>vswhere.exe
>set ProgramFiles
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
My guess is this is caused by the preview installation - Conan does not use preview/prerelease versions by default.
You may have luck with one of two workarounds:
conan profile update conf.tools.microsoft.msbuild:installation_path="F:\Program Files\Microsoft Visual Studio\2022\Preview" default
C:\Program Files (x86)\Microsoft Visual Studio\Installer>vswhere Visual Studio Locator version 3.1.7+f39851e70f [query version 3.9.97.47013] Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Microsoft Visual Studio\Installer>
Directory of F:\Program Files\Microsoft Visual Studio\2022\Preview
12/30/2023 07:36 AM
Directory of C:\Program Files (x86)\Microsoft Visual Studio
03/30/2024 12:35 AM
C:\Program Files (x86)\Microsoft Visual Studio\2019>dir Volume in drive C is Windows-SSD Volume Serial Number is 7403-033B
Directory of C:\Program Files (x86)\Microsoft Visual Studio\2019
12/01/2023 01:47 AM
That's about what I expected, thanks for the info. I suspect this will work for you:
conan profile update conf.tools.microsoft.msbuild:installation_path="F:\Program Files\Microsoft Visual Studio\2022\Preview" default
[1] msvc-14.3 [2] msvc-14.3/dbg/bst.l-off/bst.l-off/cxstd-11-iso/lnk-sttc/pythn-3.1/thrdp-wn32/thrd-mlt/vsblt-hdn [3] lnk-sttc [4] msvc-14.3/dbg/bst.l-off/bst.l-off/bld-no/cxstd-11-iso/lnk-sttc/pythn-3.1/thrdp-wn32/thrd-mlt/vsblt-hdn
Component configuration:
- atomic : building
- chrono : building
- cobalt : not building
- container : building
- context : building
- contract : building
- coroutine : building
- date_time : building
- exception : building
- fiber : not building
- filesystem : building
- graph : building
- graph_parallel : not building
- headers : not building
- iostreams : building
- json : building
- locale : building
- log : building
- math : building
- mpi : not building
- nowide : building
- program_options : building
- python : not building
- random : building
- regex : building
- serialization : building
- stacktrace : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- url : building
- wave : building
and sits there doing nothing. Isn't there a debug verbose output option or flag?
well eventually got to doing stuff and I happened to see... configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/libcharset.h config.status: creating include/libcharset.h.inst config.status: creating include/localcharset.h config.status: creating include/localcharset.h.inst config.status: creating config.h config.status: executing libtool commands
Visual Studio 2022 Developer Command Prompt v17.9.0-pre.2.0 Copyright (c) 2022 Microsoft Corporation
_
mkdir: cannot create directory '/dev/shm': Read-only file system
Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work
mkdir: cannot create directory '/dev/mqueue': Read-only file system
Creating /dev/mqueue directory failed. POSIX message queues will not work**
_
builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
make[1]: Entering directory '/c/Users/shawn/.conan/data/libiconv/1.17/_/_/build/bf9ec17af5844bd8d3cc139070000dc26fc5f076/build-debug/libcharset'
cd lib && make all
Now why would it want to do anything POSIX on an NTFS file system?
It looks like a few libraries (libiconv, openssl) don't like PowerShell for some reason (are you running from PowerShell? or maybe it's getting invoked in the background). Googling the error, it seems people have luck with forcing Conan to not use PowerShell.
conan profile update conf.tools.env.virtualenv:powershell=False default
and sits there doing nothing. Isn't there a debug verbose output option or flag?
There isn't a more verbose option to my knowledge. If it looks like it might be hanging, I usually check task manager to see if it looks like it's chugging along. Some dependencies' build processes are rather quiet...
It kept going but now it's been sitting at this for a while now.
-- Library gtest_main found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest_main.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest_main.lib
-- Library gmock_main found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock_main.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock_main.lib
-- Library gmock found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock.lib
-- Library gtest found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest.lib
-- Library gtest found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest.lib
-- Library gmock found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock.lib
-- Library gmock_main found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock_main.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock_main.lib
-- Library gtest_main found C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest_main.lib
-- Found: C:/Users/shawn/.conan/data/gtest/1.14.0/_/_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest_main.lib
-- Configuring done (8067.6s)
C drive says 5,317,914,624 bytes free , so that doesn't seem to be causing a problem
CMake configure completed successfully. Next, you should see something similar to the following:
-- Generating done (2.0s)
-- Build files have been written to: D:/Projects/build-supercell-wx
-- Library gmockmain found C:/Users/shawn/.conan/data/gtest/1.14.0//_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmockmain.lib -- Found: C:/Users/shawn/.conan/data/gtest/1.14.0//_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gmock_main.lib -- Library gtestmain found C:/Users/shawn/.conan/data/gtest/1.14.0//_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtestmain.lib -- Found: C:/Users/shawn/.conan/data/gtest/1.14.0//_/package/c90356447c271a780b4d6eb892b871cb78d8df35/lib/gtest_main.lib -- Configuring done (8067.6s) -- Generating done (4013.2s) -- Build files have been written to: F:/supercell-wx/build-debug
F:\supercell-wx>pause Press any key to continue . . .
This build process is insanely long for a simple application like this.
Yes, generating took an insanely long amount of time. Not sure why? You should now have a solution you can open in Visual Studio, and be able to build the supercell-wx target.
It should be in the build-debug folder by default (see setup-debug.bat). It is named supercell-wx.sln.
You only got https://warnings.allisonhouse.com, there's also
https://warnings.cod.edu <---- gives other types of warnings I think SVRC,SVRD, TORR, TORP etc etc ( I could be wrong and GR2Analyst may be parsing for keywords in the warnings messages) https://caprockweather.com
I'm only using the warnings*.txt from AH. I don't use the other individual files currently. PDS, TORE, etc. is parseable from the Impact-Based Warning text, which I already have. I just need to make use of it, already on the roadmap.
I'm not familiar with caprockweather.com. It is loading very slowly for me, so I'd probably only want to use it for backups, or a user selectable list. I haven't had any issues with AH reliability.
C:\Users\AI\Downloads\supercell-wx>call tools\setup-common.bat
C:\Users\AI\Downloads\supercell-wx>pip install --upgrade "conan<2.0" Requirement already satisfied: conan<2.0 in d:\programs\python\python311\lib\site-packages (1.63.0) Requirement already satisfied: requests<3.0.0,>=2.25 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (2.31.0) Requirement already satisfied: urllib3<1.27,>=1.26.6 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (1.26.18) Requirement already satisfied: colorama<0.5.0,>=0.3.3 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (0.4.6) Requirement already satisfied: PyYAML<6.1,>=3.11 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (6.0.1) Requirement already satisfied: patch-ng<1.18,>=1.17.4 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (1.17.4) Requirement already satisfied: fasteners>=0.14.1 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (0.19) Requirement already satisfied: six<=1.16.0,>=1.10.0 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (1.16.0) Requirement already satisfied: node-semver==0.6.1 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (0.6.1) Requirement already satisfied: pygments<3.0,>=2.0 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (2.17.2) Requirement already satisfied: tqdm<5,>=4.28.1 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (4.66.2) Requirement already satisfied: python-dateutil<3,>=2.7.0 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (2.9.0.post0) Requirement already satisfied: bottle<0.13,>=0.12.8 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (0.12.25) Requirement already satisfied: pluginbase>=0.5 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (1.0.1) Requirement already satisfied: PyJWT<3.0.0,>=2.4.0 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (2.8.0) Requirement already satisfied: Jinja2<4.0.0,>=3.0 in d:\programs\python\python311\lib\site-packages (from conan<2.0) (3.1.3) Requirement already satisfied: MarkupSafe>=2.0 in d:\programs\python\python311\lib\site-packages (from Jinja2<4.0.0,>=3.0->conan<2.0) (2.1.5) Requirement already satisfied: charset-normalizer<4,>=2 in d:\programs\python\python311\lib\site-packages (from requests<3.0.0,>=2.25->conan<2.0) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in d:\programs\python\python311\lib\site-packages (from requests<3.0.0,>=2.25->conan<2.0) (3.6) Requirement already satisfied: certifi>=2017.4.17 in d:\programs\python\python311\lib\site-packages (from requests<3.0.0,>=2.25->conan<2.0) (2024.2.2)
C:\Users\AI\Downloads\supercell-wx>pip install --upgrade geopandas Requirement already satisfied: geopandas in d:\programs\python\python311\lib\site-packages (0.14.3) Requirement already satisfied: fiona>=1.8.21 in d:\programs\python\python311\lib\site-packages (from geopandas) (1.9.6) Requirement already satisfied: packaging in d:\programs\python\python311\lib\site-packages (from geopandas) (24.0) Requirement already satisfied: pandas>=1.4.0 in d:\programs\python\python311\lib\site-packages (from geopandas) (2.2.1) Requirement already satisfied: pyproj>=3.3.0 in d:\programs\python\python311\lib\site-packages (from geopandas) (3.6.1) Requirement already satisfied: shapely>=1.8.0 in d:\programs\python\python311\lib\site-packages (from geopandas) (2.0.3) Requirement already satisfied: attrs>=19.2.0 in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (23.2.0) Requirement already satisfied: certifi in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (2024.2.2) Requirement already satisfied: click~=8.0 in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (8.1.7) Requirement already satisfied: click-plugins>=1.0 in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (1.1.1) Requirement already satisfied: cligj>=0.5 in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (0.7.2) Requirement already satisfied: six in d:\programs\python\python311\lib\site-packages (from fiona>=1.8.21->geopandas) (1.16.0) Requirement already satisfied: numpy<2,>=1.23.2 in d:\programs\python\python311\lib\site-packages (from pandas>=1.4.0->geopandas) (1.26.4) Requirement already satisfied: python-dateutil>=2.8.2 in d:\programs\python\python311\lib\site-packages (from pandas>=1.4.0->geopandas) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in d:\programs\python\python311\lib\site-packages (from pandas>=1.4.0->geopandas) (2024.1) Requirement already satisfied: tzdata>=2022.7 in d:\programs\python\python311\lib\site-packages (from pandas>=1.4.0->geopandas) (2024.1) Requirement already satisfied: colorama in d:\programs\python\python311\lib\site-packages (from click~=8.0->fiona>=1.8.21->geopandas) (0.4.6)
C:\Users\AI\Downloads\supercell-wx>pip install --upgrade GitPython Requirement already satisfied: GitPython in d:\programs\python\python311\lib\site-packages (3.1.43) Requirement already satisfied: gitdb<5,>=4.0.1 in d:\programs\python\python311\lib\site-packages (from GitPython) (4.0.11) Requirement already satisfied: smmap<6,>=3.0.1 in d:\programs\python\python311\lib\site-packages (from gitdb<5,>=4.0.1->GitPython) (5.0.1)
C:\Users\AI\Downloads\supercell-wx>conan profile new default --detect ERROR: Profile already exists
C:\Users\AI\Downloads\supercell-wx>set build_dir=build-debug
C:\Users\AI\Downloads\supercell-wx>set build_type=Debug
C:\Users\AI\Downloads\supercell-wx>set qt_version=6.6.3
C:\Users\AI\Downloads\supercell-wx>mkdir build-debug 子目录或文件 build-debug 已经存在。
C:\Users\AI\Downloads\supercell-wx>cmake -B build-debug -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -DCMAKE_PREFIX_PATH=D:/Qt/6.6.3/msvc2019_64 -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631. -- Conan: Detected VS runtime: MDd -- Conan: checking conan executable -- Conan: Found program D:/Program Files/Conan/conan/conan.exe -- Conan: Version found Conan version 1.63.0 -- Conan executing: D:/Program Files/Conan/conan/conan.exe install C:/Users/AI/Downloads/supercell-wx --remote conancenter --build missing --settings arch=x86_64 --settings build_type=Debug --settings compiler=Visual Studio --settings compiler.version=17 --settings compiler.runtime=MDd Conan 1 is on a deprecation path, please consider migrating to Conan 2 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=17 os=Windows os_build=Windows [options] [build_requires] [env] [conf] tools.microsoft.msbuild:installation_path=D:\Program Files\Microsoft Visual Studio\2022\Community tools.env.virtualenv:powershell=False
WARN: boost/1.84.0: requirement zlib/[>=1.2.11 <2] overridden by your conanfile to zlib/1.3.1 WARN: cpr/1.10.5: requirement libcurl/[>=7.78.0 <9] overridden by your conanfile to libcurl/8.6.0 WARN: libcurl/8.6.0: requirement openssl/[>=1.1 <4] overridden by cpr/1.10.5 to openssl/3.2.1 WARN: libcurl/8.6.0: requirement zlib/[>=1.2.11 <2] overridden by cpr/1.10.5 to zlib/1.3.1 WARN: openssl/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by libcurl/8.6.0 to zlib/1.3.1 WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by fontconfig/2.15.0 to zlib/1.3.1 WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 WARN: libxml2/2.12.5: requirement zlib/[>=1.2.11 <2] overridden by your conanfile to zlib/1.3.1 abseil/20230802.1: Retrieving from server 'conancenter' abseil/20230802.1: Trying with 'conancenter'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz abseil/20230802.1: Downloaded recipe revision 0 Version ranges solved Version range '>=1.6 <2' required by 'freetype/2.13.2' resolved to 'libpng/1.6.43' in local cache Version range '>=3.17.2 <4.0' required by 'vulkan-loader/1.3.243.0' resolved to 'cmake/3.29.0' in local cache
conanfile.py: Installing package Requirements abseil/20230802.1 from 'conancenter' - Downloaded boost/1.84.0 from 'conancenter' - Cache brotli/1.1.0 from 'conancenter' - Cache bzip2/1.0.8 from 'conancenter' - Cache cpr/1.10.5 from 'conancenter' - Cache expat/2.6.0 from 'conancenter' - Cache fmt/10.2.1 from 'conancenter' - Cache fontconfig/2.15.0 from 'conancenter' - Cache freetype/2.13.2 from 'conancenter' - Cache geographiclib/2.3 from 'conancenter' - Cache geos/3.12.0 from 'conancenter' - Cache glew/2.2.0 from 'conancenter' - Cache glm/cci.20230113 from 'conancenter' - Cache glu/system from 'conancenter' - Cache gtest/1.14.0 from 'conancenter' - Cache libcurl/8.6.0 from 'conancenter' - Cache libiconv/1.17 from 'conancenter' - Cache libpng/1.6.43 from 'conancenter' - Cache libxml2/2.12.5 from 'conancenter' - Cache opengl/system from 'conancenter' - Cache openssl/3.2.1 from 'conancenter' - Cache re2/20231101 from 'conancenter' - Cache spdlog/1.13.0 from 'conancenter' - Cache sqlite3/3.45.2 from 'conancenter' - Cache vulkan-headers/1.3.243.0 from 'conancenter' - Cache vulkan-loader/1.3.243.0 from 'conancenter' - Cache zlib/1.3.1 from 'conancenter' - Cache Packages abseil/20230802.1:164640aad040835ac89882393a96d89200694f04 - Build boost/1.84.0:c4186545e9ebab8972fc32b8659a3c9671fab6c4 - Build brotli/1.1.0:711ad6c34b7444d45d75e7b8e8e880c6bd0d8cc3 - Cache bzip2/1.0.8:d74f69022acf854c1ce6f27efa07ccbb6504e4b1 - Cache cpr/1.10.5:7d3be55857c09d93a31bb98b6b22423392e290e2 - Build expat/2.6.0:6d25719d9c42b8292d75a616961531c4d685e19a - Cache fmt/10.2.1:2c52a23dc25833dd4323e8144302393f0061b96b - Cache fontconfig/2.15.0:e5c05fe005e2323b6f0271898e80cfee2b7efde1 - Build freetype/2.13.2:c4ca976bc1c6492af3efa84fc6f6461f87f0427c - Build geographiclib/2.3:144b1a46a8dfa4ea07fbf77a251a0b0f2bf75e66 - Cache geos/3.12.0:8ecd8915d7b530ffdeaae4b53ae0ef146420b907 - Cache glew/2.2.0:187c86e330f71652b242085ff4304d46863f17ab - Build glm/cci.20230113:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache glu/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache gtest/1.14.0:c90356447c271a780b4d6eb892b871cb78d8df35 - Cache libcurl/8.6.0:f08b9c6353ba73145b2b193188414c98ce972786 - Build libiconv/1.17:bf9ec17af5844bd8d3cc139070000dc26fc5f076 - Build libpng/1.6.43:d16518e542c3c6c90681c55aae54dd4ee2ca8000 - Build libxml2/2.12.5:6ce521f53f59fe2d55c7bce12ff65b6f2a05423c - Build opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache openssl/3.2.1:3387c6a8f750585672f94d3142cea543b4b0f45c - Build re2/20231101:fd2e0779ae1f268ea61b176aa0c707713c7ff575 - Build spdlog/1.13.0:7a4b7dbecf529c983055e2bf9c7700819db975cc - Build sqlite3/3.45.2:53a0c927fe06bb08bbc43f2e832285d78e41278e - Build vulkan-headers/1.3.243.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache vulkan-loader/1.3.243.0:2707748c473a017c2e80d0ac52d4ca8022f1e032 - Build zlib/1.3.1:164640aad040835ac89882393a96d89200694f04 - Build Build requirements b2/4.10.1 from 'conancenter' - Cache cmake/3.29.0 from 'conancenter' - Cache gperf/3.1 from 'conancenter' - Cache meson/1.2.3 from 'conancenter' - Cache msys2/cci.latest from 'conancenter' - Cache nasm/2.15.05 from 'conancenter' - Cache ninja/1.11.1 from 'conancenter' - Cache pkgconf/2.0.3 from 'conancenter' - Cache strawberryperl/5.32.1.1 from 'conancenter' - Cache Build requirements packages b2/4.10.1:ca33edce272a279b24f87dc0d4cf5bbdcffbc187 - Cache cmake/3.29.0:ca33edce272a279b24f87dc0d4cf5bbdcffbc187 - Cache gperf/3.1:01edd76db8e16db9b38c3cca44ec466a9444c388 - Cache meson/1.2.3:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache msys2/cci.latest:eee3fba89db6d777329de604625af8c30d46f080 - Cache nasm/2.15.05:01edd76db8e16db9b38c3cca44ec466a9444c388 - Cache ninja/1.11.1:01edd76db8e16db9b38c3cca44ec466a9444c388 - Cache pkgconf/2.0.3:01edd76db8e16db9b38c3cca44ec466a9444c388 - Cache strawberryperl/5.32.1.1:ca33edce272a279b24f87dc0d4cf5bbdcffbc187 - Cache
Installing (downloading, building) binaries...
Downloading conan_sources.tgz
abseil/20230802.1: Configuring sources in C:.conan\f55d8a\1\src
abseil/20230802.1:
abseil/20230802.1: Copying sources to build folder
abseil/20230802.1: Building your package in C:.conan\1078155\1
abseil/20230802.1: Generator txt created conanbuildinfo.txt
abseil/20230802.1: Calling generate()
abseil/20230802.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
abseil/20230802.1: Preset 'default' added to CMakePresets.json. Invoke it manually using 'cmake --preset default'
abseil/20230802.1: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake
CMAKE_POLICY_DEFAULT_CMP0067
-- Build files have been written to: C:/.conan/1078155/1/build abseil/20230802.1: CMake command: cmake --build "C:.conan\1078155\1\build" --config Debug 适用于 .NET Framework MSBuild 版本 17.9.8+b34f75857
1>Checking Build System Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt log_severity.cc log_severity.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_log_severity.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt raw_logging.cc raw_logging_internal.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_raw_logging_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/types/CMakeLists.txt bad_any_cast.cc bad_any_cast_impl.vcxproj -> C:.conan\1078155\1\build\absl\types\Debug\absl_bad_any_cast_impl.lib Building Custom Rule C:/.conan/1078155/1/src/absl/types/CMakeLists.txt bad_optional_access.cc bad_optional_access.vcxproj -> C:.conan\1078155\1\build\absl\types\Debug\absl_bad_optional_access.lib Building Custom Rule C:/.conan/1078155/1/src/absl/types/CMakeLists.txt bad_variant_access.cc bad_variant_access.vcxproj -> C:.conan\1078155\1\build\absl\types\Debug\absl_bad_variant_access.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt spinlock_wait.cc spinlock_wait.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_spinlock_wait.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt cycleclock.cc spinlock.cc sysinfo.cc thread_identity.cc unscaledcycleclock.cc base.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_base.lib Building Custom Rule C:/.conan/1078155/1/src/absl/hash/CMakeLists.txt city.cc city.vcxproj -> C:.conan\1078155\1\build\absl\hash\Debug\absl_city.lib Building Custom Rule C:/.conan/1078155/1/src/absl/time/CMakeLists.txt civil_time_detail.cc civil_time.vcxproj -> C:.conan\1078155\1\build\absl\time\Debug\absl_civil_time.lib Building Custom Rule C:/.conan/1078155/1/src/absl/crc/CMakeLists.txt cpu_detect.cc crc_cpu_detect.vcxproj -> C:.conan\1078155\1\build\absl\crc\Debug\absl_crc_cpu_detect.lib Building Custom Rule C:/.conan/1078155/1/src/absl/crc/CMakeLists.txt crc.cc crc_x86_arm_combined.cc crc_internal.vcxproj -> C:.conan\1078155\1\build\absl\crc\Debug\absl_crc_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/numeric/CMakeLists.txt int128.cc int128.vcxproj -> C:.conan\1078155\1\build\absl\numeric\Debug\absl_int128.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt throw_delegate.cc throw_delegate.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_throw_delegate.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt string_view.cc string_view.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_string_view.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt ostringstream.cc utf8.cc escaping.cc strings_internal.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_strings_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt ascii.cc charconv.cc escaping.cc charconv_bigint.cc charconv_parse.cc damerau_levenshtein_distance.cc memutil.cc stringify_sink.cc match.cc numbers.cc str_cat.cc str_replace.cc str_split.cc substitute.cc strings.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_strings.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt arg.cc bind.cc extension.cc float_conversion.cc output.cc parser.cc str_format_internal.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_str_format_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/crc/CMakeLists.txt crc32c.cc crc_memcpy_fallback.cc crc_memcpy_x86_64.cc crc_non_temporal_memcpy.cc crc32c.vcxproj -> C:.conan\1078155\1\build\absl\crc\Debug\absl_crc32c.lib Building Custom Rule C:/.conan/1078155/1/src/absl/crc/CMakeLists.txt crc_cord_state.cc crc_cord_state.vcxproj -> C:.conan\1078155\1\build\absl\crc\Debug\absl_crc_cord_state.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cord_internal.cc cord_rep_btree.cc cord_rep_btree_navigator.cc cord_rep_btree_reader.cc cord_rep_crc.cc cord_rep_consume.cc cord_rep_ring.cc cord_internal.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cord_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/profiling/CMakeLists.txt exponential_biased.cc exponential_biased.vcxproj -> C:.conan\1078155\1\build\absl\profiling\Debug\absl_exponential_biased.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cordz_functions.cc cordz_functions.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cordz_functions.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt address_is_readable.cc elf_mem_image.cc vdso_support.cc debugging_internal.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_debugging_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt demangle.cc demangle_internal.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_demangle_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt low_level_alloc.cc malloc_internal.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_malloc_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/synchronization/CMakeLists.txt graphcycles.cc graphcycles_internal.vcxproj -> C:.conan\1078155\1\build\absl\synchronization\Debug\absl_graphcycles_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/time/CMakeLists.txt time_zone_fixed.cc time_zone_format.cc time_zone_if.cc time_zone_impl.cc time_zone_info.cc time_zone_libc.cc time_zone_lookup.cc time_zone_posix.cc zone_info_source.cc time_zone.vcxproj -> C:.conan\1078155\1\build\absl\time\Debug\absl_time_zone.lib Building Custom Rule C:/.conan/1078155/1/src/absl/time/CMakeLists.txt civil_time.cc clock.cc duration.cc format.cc time.cc time.vcxproj -> C:.conan\1078155\1\build\absl\time\Debug\absl_time.lib Building Custom Rule C:/.conan/1078155/1/src/absl/synchronization/CMakeLists.txt kernel_timeout.cc kernel_timeout_internal.vcxproj -> C:.conan\1078155\1\build\absl\synchronization\Debug\absl_kernel_timeout_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt stacktrace.cc stacktrace.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_stacktrace.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt symbolize.cc symbolize.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_symbolize.lib Building Custom Rule C:/.conan/1078155/1/src/absl/synchronization/CMakeLists.txt barrier.cc blocking_counter.cc create_thread_identity.cc futex_waiter.cc per_thread_sem.cc pthread_waiter.cc sem_waiter.cc stdcpp_waiter.cc waiter_base.cc win32_waiter.cc notification.cc mutex.cc synchronization.vcxproj -> C:.conan\1078155\1\build\absl\synchronization\Debug\absl_synchronization.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cordz_handle.cc cordz_handle.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cordz_handle.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cordz_info.cc cordz_info.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cordz_info.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cord.cc cord_analysis.cc cord_buffer.cc cord.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cord.lib Building Custom Rule C:/.conan/1078155/1/src/absl/strings/CMakeLists.txt cordz_sample_token.cc cordz_sample_token.vcxproj -> C:.conan\1078155\1\build\absl\strings\Debug\absl_cordz_sample_token.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt examine_stack.cc examine_stack.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_examine_stack.lib Building Custom Rule C:/.conan/1078155/1/src/absl/hash/CMakeLists.txt low_level_hash.cc low_level_hash.vcxproj -> C:.conan\1078155\1\build\absl\hash\Debug\absl_low_level_hash.lib Building Custom Rule C:/.conan/1078155/1/src/absl/hash/CMakeLists.txt hash.cc hash.vcxproj -> C:.conan\1078155\1\build\absl\hash\Debug\absl_hash.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt log_entry.cc log_entry.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_entry.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt globals.cc log_globals.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_globals.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt conditions.cc log_internal_conditions.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_conditions.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt globals.cc log_internal_globals.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_globals.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt log_format.cc log_internal_format.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_format.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt log_sink.cc log_sink.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_sink.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt log_sink_set.cc log_internal_log_sink_set.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_log_sink_set.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt nullguard.cc log_internal_nullguard.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_nullguard.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt proto.cc log_internal_proto.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_proto.lib Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt strerror.cc strerror.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_strerror.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt log_message.cc log_internal_message.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_message.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt die_if_null.cc die_if_null.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_die_if_null.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt failure_signal_handler.cc failure_signal_handler.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_failure_signal_handler.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt commandlineflag.cc flags_commandlineflag_internal.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_commandlineflag_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt commandlineflag.cc flags_commandlineflag.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_commandlineflag.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt program_name.cc flags_program_name.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_program_name.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt usage_config.cc flags_config.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_config.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt marshalling.cc flags_marshalling.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_marshalling.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt flag.cc flags_internal.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt private_handle_accessor.cc flags_private_handle_accessor.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_private_handle_accessor.lib Building Custom Rule C:/.conan/1078155/1/src/absl/container/CMakeLists.txt hashtablez_sampler.cc hashtablez_sampler_force_weak_definition.cc hashtablez_sampler.vcxproj -> C:.conan\1078155\1\build\absl\container\Debug\absl_hashtablez_sampler.lib Building Custom Rule C:/.conan/1078155/1/src/absl/container/CMakeLists.txt raw_hash_set.cc raw_hash_set.vcxproj -> C:.conan\1078155\1\build\absl\container\Debug\absl_raw_hash_set.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt reflection.cc flags_reflection.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_reflection.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt flag.cc flags.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt usage.cc flags_usage_internal.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_usage_internal.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt usage.cc flags_usage.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_usage.lib Building Custom Rule C:/.conan/1078155/1/src/absl/flags/CMakeLists.txt parse.cc flags_parse.vcxproj -> C:.conan\1078155\1\build\absl\flags\Debug\absl_flags_parse.lib Building Custom Rule C:/.conan/1078155/1/src/absl/debugging/CMakeLists.txt leak_check.cc leak_check.vcxproj -> C:.conan\1078155\1\build\absl\debugging\Debug\absl_leak_check.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt flags.cc log_flags.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_flags.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt initialize.cc log_initialize.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_initialize.lib Building Custom Rule C:/.conan/1078155/1/src/absl/log/CMakeLists.txt check_op.cc log_internal_check_op.vcxproj -> C:.conan\1078155\1\build\absl\log\Debug\absl_log_internal_check_op.lib Building Custom Rule C:/.conan/1078155/1/src/absl/profiling/CMakeLists.txt periodic_sampler.cc periodic_sampler.vcxproj -> C:.conan\1078155\1\build\absl\profiling\Debug\absl_periodic_sampler.lib Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt discrete_distribution.cc gaussian_distribution.cc C:.conan\1078155\1\src\absl\random\discrete_distribution.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:.conan\1078155\1\build\absl\random\random_distributions.vcxproj] (编译源文件“../../../src/absl/random/discrete_distribution.cc”)
random_distributions.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_distributions.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
chi_square.cc
distribution_test_util.cc
random_internal_distribution_test_util.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_distribution_test_util.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
randen_round_keys.cc
random_internal_platform.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_platform.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
randen_hwaes.cc
random_internal_randen_hwaes_impl.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_randen_hwaes_impl.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
randen_detect.cc
random_internal_randen_hwaes.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_randen_hwaes.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
randen_slow.cc
random_internal_randen_slow.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_randen_slow.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
randen.cc
random_internal_randen.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_randen.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
seed_material.cc
random_internal_seed_material.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_seed_material.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
seed_gen_exception.cc
random_seed_gen_exception.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_seed_gen_exception.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
pool_urbg.cc
random_internal_pool_urbg.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_internal_pool_urbg.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/random/CMakeLists.txt
seed_sequences.cc
random_seed_sequences.vcxproj -> C:.conan\1078155\1\build\absl\random\Debug\absl_random_seed_sequences.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/base/CMakeLists.txt
scoped_set_env.cc
scoped_set_env.vcxproj -> C:.conan\1078155\1\build\absl\base\Debug\absl_scoped_set_env.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/status/CMakeLists.txt
status.cc
status_payload_printer.cc
status.vcxproj -> C:.conan\1078155\1\build\absl\status\Debug\absl_status.lib
Building Custom Rule C:/.conan/1078155/1/src/absl/status/CMakeLists.txt
statusor.cc
statusor.vcxproj -> C:.conan\1078155\1\build\absl\status\Debug\absl_statusor.lib
Building Custom Rule C:/.conan/1078155/1/src/CMakeLists.txt
abseil/20230802.1: Package '164640aad040835ac89882393a96d89200694f04' built
abseil/20230802.1: Build folder C:.conan\1078155\1\build
abseil/20230802.1: Generated conaninfo.txt
abseil/20230802.1: Generated conanbuildinfo.txt
abseil/20230802.1: Generating the package
abseil/20230802.1: Package folder C:.conan\b4f59f7\1
abseil/20230802.1: Calling package()
abseil/20230802.1: Copied 1 file: LICENSE
abseil/20230802.1: CMake command: cmake --install "C:.conan\1078155\1\build" --config Debug --prefix "C:/.conan/b4f59f7/1"
-- Installing: C:/.conan/b4f59f7/1/lib/cmake/absl/abslTargets.cmake
-- Installing: C:/.conan/b4f59f7/1/lib/cmake/absl/abslTargets-debug.cmake
-- Installing: C:/.conan/b4f59f7/1/lib/cmake/absl/abslConfig.cmake
-- Installing: C:/.conan/b4f59f7/1/lib/cmake/absl/abslConfigVersion.cmake
-- Installing: C:/.conan/b4f59f7/1/include/absl
-- Installing: C:/.conan/b4f59f7/1/include/absl/algorithm
-- Installing: C:/.conan/b4f59f7/1/include/absl/algorithm/algorithm.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/algorithm/container.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/attributes.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/call_once.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/casts.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/const_init.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/dynamic_annotations.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/atomic_hook.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/atomic_hook_test_helper.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/cycleclock.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/cycleclock_config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/direct_mmap.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/dynamic_annotations.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/endian.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/errno_saver.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/exception_safety_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/exception_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/fast_type_id.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/hide_ptr.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/identity.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/inline_variable.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/inline_variable_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/invoke.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/low_level_alloc.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/low_level_scheduling.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/nullability_impl.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/per_thread_tls.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/prefetch.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/pretty_function.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/raw_logging.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/scheduling_mode.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/scoped_set_env.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock_akaros.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock_linux.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock_posix.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock_wait.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/spinlock_win32.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/strerror.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/sysinfo.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/thread_annotations.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/thread_identity.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/throw_delegate.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/tsan_mutex_interface.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/unaligned_access.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/unscaledcycleclock.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/internal/unscaledcycleclock_config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/log_severity.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/macros.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/nullability.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/optimization.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/options.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/policy_checks.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/port.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/prefetch.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/thread_annotations.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/cleanup
-- Installing: C:/.conan/b4f59f7/1/include/absl/cleanup/cleanup.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/cleanup/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/cleanup/internal/cleanup.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/btree_map.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/btree_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/btree_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/fixed_array.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/flat_hash_map.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/flat_hash_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/inlined_vector.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/btree.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/btree_container.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/common.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/common_policy_traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/compressed_tuple.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/container_memory.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/counting_allocator.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hashtablez_sampler.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hashtable_debug.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hashtable_debug_hooks.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hash_function_defaults.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hash_generator_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hash_policy_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/hash_policy_traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/inlined_vector.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/layout.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/node_slot_policy.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/raw_hash_map.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/raw_hash_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/test_instance_tracker.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/tracked.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_map_constructor_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_map_lookup_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_map_members_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_map_modifiers_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_set_constructor_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_set_lookup_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_set_members_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/internal/unordered_set_modifiers_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/node_hash_map.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/container/node_hash_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/crc32c.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/cpu_detect.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc32c.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc32c_inline.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc32_x86_arm_combined_simd.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc_cord_state.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/crc_memcpy.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/non_temporal_arm_intrinsics.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/crc/internal/non_temporal_memcpy.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/failure_signal_handler.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/address_is_readable.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/demangle.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/elf_mem_image.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/examine_stack.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_aarch64-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_arm-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_emscripten-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_generic-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_powerpc-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_riscv-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_unimplemented-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_win32-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stacktrace_x86-inl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/stack_consumption.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/symbolize.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/internal/vdso_support.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/leak_check.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/stacktrace.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize_darwin.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize_elf.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize_emscripten.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize_unimplemented.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/debugging/symbolize_win32.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/commandlineflag.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/declare.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/flag.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/commandlineflag.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/flag.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/flag_msvc.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/parse.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/path_util.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/private_handle_accessor.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/program_name.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/registry.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/sequence_lock.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/internal/usage.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/marshalling.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/parse.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/reflection.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/usage.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/flags/usage_config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/any_invocable.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/bind_front.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/function_ref.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/internal/any_invocable.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/internal/front_binder.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/functional/internal/function_ref.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/hash.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/hash_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal/city.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal/hash.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal/hash_test.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal/low_level_hash.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/hash/internal/spy_hash_state.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/absl_check.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/absl_log.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/check.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/check_test_impl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/die_if_null.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/flags.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/globals.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/initialize.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/append_truncated.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/check_impl.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/check_op.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/conditions.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/config.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/flags.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/globals.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/log_format.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/log_impl.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/log_message.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/log_sink_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/nullguard.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/nullstream.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/proto.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/strip.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/structured.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/test_actions.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/test_helpers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/test_matchers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/internal/voidify.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log_basic_test_impl.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log_entry.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log_sink.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log_sink_registry.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/log_streamer.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/scoped_mock_log.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/log/structured.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/memory
-- Installing: C:/.conan/b4f59f7/1/include/absl/memory/memory.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/meta
-- Installing: C:/.conan/b4f59f7/1/include/absl/meta/type_traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/bits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/int128.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/int128_have_intrinsic.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/int128_no_intrinsic.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/internal/bits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/numeric/internal/representation.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/profiling
-- Installing: C:/.conan/b4f59f7/1/include/absl/profiling/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/profiling/internal/exponential_biased.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/profiling/internal/periodic_sampler.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/profiling/internal/sample_recorder.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/bernoulli_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/beta_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/bit_gen_ref.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/discrete_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/distributions.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/exponential_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/gaussian_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/chi_square.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/distribution_caller.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/distribution_test_util.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/explicit_seed_seq.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/fastmath.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/fast_uniform_bits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/generate_real.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/iostream_state_saver.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/mock_helpers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/mock_overload_set.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/nanobenchmark.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/nonsecure_base.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/pcg_engine.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/platform.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/pool_urbg.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen_detect.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen_engine.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen_hwaes.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen_slow.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/randen_traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/salted_seed_seq.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/seed_material.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/sequence_urbg.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/uniform_helper.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/internal/wide_multiply.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/log_uniform_int_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/mocking_bit_gen.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/mock_distributions.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/poisson_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/random.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/seed_gen_exception.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/seed_sequences.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/uniform_int_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/uniform_real_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/random/zipf_distribution.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/status
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/internal/statusor_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/internal/status_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/status.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/statusor.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/status/status_payload_printer.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/ascii.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/charconv.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/cord.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/cordz_test_helpers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/cord_analysis.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/cord_buffer.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/cord_test_helpers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/escaping.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/charconv_bigint.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/charconv_parse.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/char_map.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_functions.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_handle.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_info.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_sample_token.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_statistics.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_update_scope.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cordz_update_tracker.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_data_edge.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_btree.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_btree_navigator.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_btree_reader.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_consume.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_crc.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_flat.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_ring.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_ring_reader.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/cord_rep_test_util.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/damerau_levenshtein_distance.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/escaping.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/escaping_test_common.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/has_absl_stringify.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/memutil.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/numbers_test_common.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/ostringstream.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/pow10_helper.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/resize_uninitialized.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/stl_type_traits.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/stringify_sink.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/string_constant.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/arg.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/bind.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/checker.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/constexpr_parser.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/extension.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/float_conversion.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/output.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_format/parser.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_join_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/str_split_internal.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/internal/utf8.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/match.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/numbers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/string_view.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/strip.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/str_cat.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/str_format.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/str_join.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/str_replace.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/str_split.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/strings/substitute.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/barrier.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/blocking_counter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/create_thread_identity.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/futex.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/futex_waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/graphcycles.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/kernel_timeout.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/per_thread_sem.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/pthread_waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/sem_waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/stdcpp_waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/thread_pool.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/waiter_base.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/internal/win32_waiter.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/mutex.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/synchronization/notification.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/civil_time.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/clock.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include/cctz
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include/cctz/civil_time.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include/cctz/civil_time_detail.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include/cctz/time_zone.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/include/cctz/zone_info_source.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_fixed.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_if.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_impl.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_info.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_libc.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/time_zone_posix.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/cctz/src/tzfile.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/get_current_time_chrono.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/get_current_time_posix.inc
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/internal/test_util.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/time/time.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/any.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/bad_any_cast.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/bad_optional_access.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/bad_variant_access.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/compare.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/conformance_aliases.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/conformance_archetype.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/conformance_profile.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/conformance_testing.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/conformance_testing_helpers.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/optional.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/parentheses.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/span.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/transform_args.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/internal/variant.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/optional.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/span.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/types/variant.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/utility
-- Installing: C:/.conan/b4f59f7/1/include/absl/utility/internal
-- Installing: C:/.conan/b4f59f7/1/include/absl/utility/internal/if_constexpr.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/utility/utility.h
-- Installing: C:/.conan/b4f59f7/1/include/absl/base/options.h
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_atomic_hook.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_errno_saver.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_severity.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_severity.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_nullability.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_raw_logging_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_raw_logging_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_spinlock_wait.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_spinlock_wait.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_config.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_dynamic_annotations.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_core_headers.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_malloc_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_malloc_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_base_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_base.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_base.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_throw_delegate.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_throw_delegate.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_pretty_function.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_endian.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_scoped_set_env.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_scoped_set_env.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_strerror.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_strerror.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_fast_type_id.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_prefetch.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_algorithm.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_algorithm_container.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cleanup_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cleanup.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_btree.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_compressed_tuple.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_fixed_array.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_inlined_vector_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_inlined_vector.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_counting_allocator.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flat_hash_map.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flat_hash_set.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_node_hash_map.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_node_hash_set.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_container_memory.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hash_function_defaults.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hash_policy_traits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_common_policy_traits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hashtablez_sampler.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_hashtablez_sampler.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hashtable_debug.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hashtable_debug_hooks.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_node_slot_policy.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_raw_hash_map.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_container_common.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_raw_hash_set.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_raw_hash_set.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_layout.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_crc_cpu_detect.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_crc_cpu_detect.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_crc_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_crc_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_crc32c.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_crc32c.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_non_temporal_arm_intrinsics.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_non_temporal_memcpy.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_crc_cord_state.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_crc_cord_state.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_stacktrace.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_stacktrace.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_symbolize.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_symbolize.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_examine_stack.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_examine_stack.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_failure_signal_handler.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_failure_signal_handler.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_debugging_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_debugging_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_demangle_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_demangle_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_leak_check.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_leak_check.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_debugging.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_path_util.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_program_name.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_program_name.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_config.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_config.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_marshalling.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_marshalling.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_commandlineflag_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_commandlineflag_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_commandlineflag.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_commandlineflag.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_private_handle_accessor.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_private_handle_accessor.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_reflection.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_reflection.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_usage_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_usage_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_usage.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_usage.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_flags_parse.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_flags_parse.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_any_invocable.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bind_front.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_function_ref.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_hash.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_hash.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_city.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_city.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_low_level_hash.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_low_level_hash.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_check_impl.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_check_op.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_check_op.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_conditions.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_conditions.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_config.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_flags.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_format.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_format.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_globals.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_globals.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_log_impl.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_proto.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_proto.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_message.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_message.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_log_sink_set.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_log_sink_set.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_nullguard.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_internal_nullguard.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_nullstream.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_strip.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_voidify.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_append_truncated.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_absl_check.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_absl_log.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_check.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_die_if_null.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_die_if_null.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_flags.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_flags.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_globals.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_globals.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_initialize.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_initialize.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_entry.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_entry.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_sink.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_log_sink.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_sink_registry.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_streamer.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_internal_structured.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_log_structured.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_memory.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_type_traits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_meta.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_int128.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_int128.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_numeric.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_numeric_representation.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_sample_recorder.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_exponential_biased.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_exponential_biased.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_periodic_sampler.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_periodic_sampler.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_random.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_bit_gen_ref.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_mock_helpers.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_distributions.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_distributions.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_seed_gen_exception.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_seed_gen_exception.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_seed_sequences.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_seed_sequences.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_traits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_distribution_caller.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_fast_uniform_bits.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_seed_material.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_seed_material.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_pool_urbg.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_pool_urbg.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_salted_seed_seq.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_iostream_state_saver.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_generate_real.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_wide_multiply.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_fastmath.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_nonsecure_base.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_pcg_engine.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_randen_engine.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_platform.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_platform.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_randen.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_randen.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_randen_slow.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_randen_slow.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_randen_hwaes.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_randen_hwaes.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_randen_hwaes_impl.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_randen_hwaes_impl.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_distribution_test_util.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_random_internal_distribution_test_util.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_random_internal_uniform_helper.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_status.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_status.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_statusor.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_statusor.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_string_view.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_string_view.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_strings.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_strings.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_strings_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_strings_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_str_format.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_str_format_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_str_format_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cord_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cord_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_update_tracker.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_functions.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cordz_functions.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_statistics.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_handle.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cordz_handle.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_info.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cordz_info.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_sample_token.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cordz_sample_token.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cordz_update_scope.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_cord.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_cord.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_graphcycles_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_graphcycles_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_kernel_timeout_internal.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_kernel_timeout_internal.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_synchronization.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_synchronization.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_time.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_time.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_civil_time.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_civil_time.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_time_zone.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_time_zone.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_any.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bad_any_cast.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bad_any_cast_impl.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_bad_any_cast_impl.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_span.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_optional.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bad_optional_access.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_bad_optional_access.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_bad_variant_access.pc
-- Installing: C:/.conan/b4f59f7/1/lib/absl_bad_variant_access.lib
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_variant.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_compare.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_utility.pc
-- Installing: C:/.conan/b4f59f7/1/lib/pkgconfig/absl_if_constexpr.pc
abseil/20230802.1 package(): Packaged 353 '.h' files
abseil/20230802.1 package(): Packaged 25 '.inc' files
abseil/20230802.1 package(): Packaged 85 '.lib' files
abseil/20230802.1 package(): Packaged 1 '.json' file: components.json
abseil/20230802.1 package(): Packaged 1 '.cmake' file: cxxstd.cmake
abseil/20230802.1 package(): Packaged 1 file: LICENSE
abseil/20230802.1: Package '164640aad040835ac89882393a96d89200694f04' created
abseil/20230802.1: Created package revision 084eb0ca5e30418381f4654cf162b777
b2/4.10.1: Already installed!
brotli/1.1.0: Already installed!
bzip2/1.0.8: Already installed!
cmake/3.29.0: Already installed!
cmake/3.29.0: Appending PATH environment variable: C:\Users\AI.conan\data\cmake\3.29.0__\package\ca33edce272a279b24f87dc0d4cf5bbdcffbc187\bin
expat/2.6.0: Already installed!
fmt/10.2.1: Already installed!
geographiclib/2.3: Already installed!
geos/3.12.0: Already installed!
glm/cci.20230113: Already installed!
gperf/3.1: Already installed!
gtest/1.14.0: Already installed!
msys2/cci.latest: Already installed!
nasm/2.15.05: Already installed!
ninja/1.11.1: Already installed!
opengl/system: Already installed!
pkgconf/2.0.3: Already installed!
sqlite3/3.45.2: WARN: Build folder is dirty, removing it: C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e
sqlite3/3.45.2: Copying sources to build folder
sqlite3/3.45.2: Building your package in C:\Users\AI.conan\data\sqlite3\3.45.2_\\build\53a0c927fe06bb08bbc43f2e832285d78e41278e
sqlite3/3.45.2: Generator txt created conanbuildinfo.txt
sqlite3/3.45.2: Calling generate()
sqlite3/3.45.2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
sqlite3/3.45.2: Preset 'default' added to CMakePresets.json. Invoke it manually using 'cmake --preset default'
sqlite3/3.45.2: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake
1>Checking Build System Building Custom Rule C:/Users/AI/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2e832285d78e41278e/CMakeLists.txt sqlite3.c sqlite3.vcxproj -> C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\Debug\sqlite3.lib Building Custom Rule C:/Users/AI/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2e832285d78e41278e/CMakeLists.txt shell.c C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26314,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26361,35): error C2001: 常量中有换行符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26362,5): error C2143: 语法错误: 缺少“;”(在“const”的前面) [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26376,16): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26376,16): warning C4047: “=”:“int”与“const char ”的间接级别不同 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26443,18): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26443,20): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26443,20): warning C4047: “函数”:“const char ”与“int”的间接级别不同 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26443,20): warning C4024: “oPutsUtf8”: 形参和实参 1 的类型不同 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26456,18): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26456,20): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26456,20): warning C4047: “函数”:“const char *”与“int”的间接级别不同 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\shell.c(26456,20): warning C4024: “oPutsUtf8”: 形参和实参 1 的类型不同 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] sqlite3/3.45.2: ERROR: Package '53a0c927fe06bb08bbc43f2e832285d78e41278e' build failed sqlite3/3.45.2: WARN: Build folder C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build sqlite3/3.45.2: ERROR: sqlite3/3.45.2: Error in build() method, line 160 cmake.build() ConanException: Error 1 while executing cmake --build "C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build" --config Debug CMake Error at external/cmake-conan/conan.cmake:651 (message): Conan install failed='1' Call Stack (most recent call first): CMakeLists.txt:35 (conan_cmake_install)
-- Configuring incomplete, errors occurred!
This appears to be a different issue. What happens when you try building sqlite3 via conan from the command prompt?
conan install sqlite3/3.45.2@ -s build_type=Debug
C:\Users\AI\Downloads\supercell-wx>conan install sqlite3/3.45.2@ -s build_type=Debug Conan 1 is on a deprecation path, please consider migrating to Conan 2 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=17 os=Windows os_build=Windows [options] [build_requires] [env] [conf] tools.microsoft.msbuild:installation_path=D:\Program Files\Microsoft Visual Studio\2022\Community tools.env.virtualenv:powershell=False
sqlite3/3.45.2: WARN: Package binary is corrupted, removing: 53a0c927fe06bb08bbc43f2e832285d78e41278e Installing package: sqlite3/3.45.2 Requirements sqlite3/3.45.2 from 'conancenter' - Cache Packages sqlite3/3.45.2:53a0c927fe06bb08bbc43f2e832285d78e41278e - Missing
Installing (downloading, building) binaries... ERROR: Missing binary: sqlite3/3.45.2:53a0c927fe06bb08bbc43f2e832285d78e41278e
sqlite3/3.45.2: WARN: Can't find a 'sqlite3/3.45.2' package for the specified settings, options and dependencies:
ERROR: Missing prebuilt package for 'sqlite3/3.45.2' Use 'conan search sqlite3/3.45.2@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=sqlite3'
More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Probably need a build missing in there:
conan install sqlite3/3.45.2@ -s build_type=Debug --build missing
C:\Users\AI\Downloads\supercell-wx>conan install sqlite3/3.45.2@ -s build_type=Debug --build missing Conan 1 is on a deprecation path, please consider migrating to Conan 2 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=17 os=Windows os_build=Windows [options] [build_requires] [env] [conf] tools.microsoft.msbuild:installation_path=D:\Program Files\Microsoft Visual Studio\2022\Community tools.env.virtualenv:powershell=False
Installing package: sqlite3/3.45.2 Requirements sqlite3/3.45.2 from 'conancenter' - Cache Packages sqlite3/3.45.2:53a0c927fe06bb08bbc43f2e832285d78e41278e - Build
Installing (downloading, building) binaries...
sqlite3/3.45.2: WARN: Build folder is dirty, removing it: C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e
sqlite3/3.45.2: Copying sources to build folder
sqlite3/3.45.2: Building your package in C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e
sqlite3/3.45.2: Generator txt created conanbuildinfo.txt
sqlite3/3.45.2: Calling generate()
sqlite3/3.45.2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
sqlite3/3.45.2: Preset 'default' added to CMakePresets.json. Invoke it manually using 'cmake --preset default'
sqlite3/3.45.2: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake
1>Checking Build System Building Custom Rule C:/Users/AI/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2 e832285d78e41278e/CMakeLists.txt sqlite3.c sqlite3.vcxproj -> C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e8 32285d78e41278e\build\Debug\sqlite3.lib Building Custom Rule C:/Users/AI/.conan/data/sqlite3/3.45.2///build/53a0c927fe06bb08bbc43f2 e832285d78e41278e/CMakeLists.txt shell.c C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\AI.c onan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.v cxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26314,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\A I.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-b in.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26361,35): error C2001: 常量中有换行符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c9 27fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26362,5): error C2143: 语法错误: 缺少“;”(在“const”的前面) [C:\Users\AI.conan\data\sqlite3\3.45.2\ _\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26376,16): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\buil d\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26376,16): warning C4047: “=”:“int”与“const char ”的间接级别不同 [C:\Users\AI.conan\data\sqlit e3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26443,18): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\buil d\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26443,20): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\buil d\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26443,20): warning C4047: “函数”:“const char ”与“int”的间接级别不同 [C:\Users\AI.conan\data\sqli te3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26443,20): warning C4024: “oPutsUtf8”: 形参和实参 1 的类型不同 [C:\Users\AI.conan\data\sqlite3\3. 45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26456,18): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\buil d\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26456,20): error C2065: “zBom”: 未声明的标识符 [C:\Users\AI.conan\data\sqlite3\3.45.2__\buil d\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26456,20): warning C4047: “函数”:“const char *”与“int”的间接级别不同 [C:\Users\AI.conan\data\sqli te3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\src\s hell.c(26456,20): warning C4024: “oPutsUtf8”: 形参和实参 1 的类型不同 [C:\Users\AI.conan\data\sqlite3\3. 45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build\sqlite3-bin.vcxproj] sqlite3/3.45.2: sqlite3/3.45.2: ERROR: Package '53a0c927fe06bb08bbc43f2e832285d78e41278e' build failed sqlite3/3.45.2: WARN: Build folder C:\Users\AI.conan\data\sqlite3\3.45.2__\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build ERROR: sqlite3/3.45.2: Error in build() method, line 160 cmake.build() ConanException: Error 1 while executing cmake --build "C:\Users\AI.conan\data\sqlite3\3.45.2_\\build\53a0c927fe06bb08bbc43f2e832285d78e41278e\build" --config Debug
When i change the character encoding method in cmd from gbk to utf-8,it is ok now.
C:\supercell-wx-0.4.3-release>cmake -B build-debug -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -DCMAKE_PREFIX_PATH=C:/Qt/6.6.2/msvc2019_64
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.26040. CMake Error at CMakeLists.txt:14 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:28 (conan_cmake_autodetect):
Unknown CMake command "conan_cmake_autodetect".
-- Configuring incomplete, errors occurred!
C:\supercell-wx-0.4.3-release>pause Press any key to continue . . .