Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake show error when building glog in Windows #3

Open
hugheschen1803 opened this issue Jan 21, 2019 · 2 comments
Open

CMake show error when building glog in Windows #3

hugheschen1803 opened this issue Jan 21, 2019 · 2 comments

Comments

@hugheschen1803
Copy link

Hello,

I have encountered this issue when trying to build with CMake.
System:
Win10 64bit
Visual Studio Community 2017
CMake 3.13.3

Procedure:

  1. extract everything into a local path
  2. selected my source path and build path in CMake
  3. configure

freeglut, glew, OpenCV were built successfully, on glog throw error:
CMake Error at 3rdparty/cmake/config_external_project.cmake:100 (message): Error building glog: 1 Call Stack (most recent call first): 3rdparty/CMakeLists.txt:70 (ConfigExternalProject)

I also tried to comment out this part, and the exact same error occurred when building ceres as well.

Any help would be appreciated!

@liuqi171
Copy link

liuqi171 commented May 9, 2022

It happened to me, too. Have you solved it?

@JiayinDeng
Copy link

I think you can check the error output file of glog in "<your_build_path>/3rdparty/glog/Debug/build_output.txt".

There is a more detailed output of the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants