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
Thank you for this great package! I'm trying to follow the readme to compile and install it on a Windows machine, however, I'm getting errors during the install stage.
Which runs file for --build (although I got a bunch of warnings such as warning C5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified from this package and warning C4514: 'google::protobuf::Descr iptor::reserved_range_count': unreferenced inline function has been removed from protobuf). However, when I try to run cmake --install $BUILD_DIR, I got:
-- Install configuration: "Release"
CMake Error at build/cmake_install.cmake:39 (file):
file INSTALL cannot find
"C:/nonsys/workspace/tensorboard_cpp/build/Release/tensorboard_logger.lib":
No error.
No specific version of protobuf is required, and I have used many versions since the beginning of this project without such issue.
I have no Windows development environment currently, and I'm not familiar with the development process 😂 It will take me some time to reproduce and fix the problem.
Hi,
Thank you for this great package! I'm trying to follow the readme to compile and install it on a Windows machine, however, I'm getting errors during the install stage.
Namely, I followed:
Which runs file for
--build
(although I got a bunch of warnings such aswarning C5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
from this package andwarning C4514: 'google::protobuf::Descr iptor::reserved_range_count': unreferenced inline function has been removed
from protobuf). However, when I try to runcmake --install $BUILD_DIR
, I got:It seems to be a badly phrased error message relating to the
install
command in cmakelist (https://gitlab.kitware.com/cmake/cmake/-/issues/19950) but I'm not sure how to resolve it.Moreover, when trying to compile with the tests via:
I got many errors like this:
May I ask what version of protobuf are we supposed to use?
Many thanks!
The text was updated successfully, but these errors were encountered: