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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
when building glog with cmake following the step in readme after conducting the 3rd step 3. Afterwards, generated files can be used to compile the project by command cmake --build build, error occurs as following:
[ 3%] Building CXX object CMakeFiles/cleanup_with_absolute_prefix_unittest.dir/src/cleanup_with_absolute_prefix_unittest.cc.omake[2]: *** No rule to make target 'CMakeFiles/glog_internal.dir/src/demangle.cc.o', needed by 'cleanup_with_absolute_prefix_unittest'. Stop.make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/cleanup_with_absolute_prefix_unittest.dir/all] Error 2make: *** [Makefile:163: all] Error 2
not really sure why this occurs and how to solve it?