You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest LTS 20240116.2. I am on Windows with visual studio 2022 and I use Ninja and CMake to build Abseil in shared library.
I cannot build from scratch Abseil, I have the following message, which does not clearly say something about the error:
I also tried with visual studio instead of Ninja, the result is the same.
Do you have an idea of the issue? It is hard to run twice the compilation on our CI, I would prefer find the origin of the problem.
The text was updated successfully, but these errors were encountered:
Describe the issue
I am using the latest LTS 20240116.2. I am on Windows with visual studio 2022 and I use Ninja and CMake to build Abseil in shared library.
I cannot build from scratch Abseil, I have the following message, which does not clearly say something about the error:
Thanks for the help.
Steps to reproduce the problem
I am using ExternalProject_Add from CMake to configure and build Abseil. So it runs cmake with the following options and than build it.
What version of Abseil are you using?
LTS 20240116.2
What operating system and version are you using?
Windows
What compiler and version are you using?
visual studio 2022, C++17
What build system are you using?
cmake version 3.27.1 and ninja 1.11.1
Additional context
I run the compilation another time, than it works. Here the log of the second try.
I also tried with visual studio instead of Ninja, the result is the same.
Do you have an idea of the issue? It is hard to run twice the compilation on our CI, I would prefer find the origin of the problem.
The text was updated successfully, but these errors were encountered: