Error:
make[3]: *** No rule to make target 'lib/libglog.a', needed by 'Master'. Stop.
make[3]: *** Waiting for unfinished jobs....
Reason:
Latest GLOG is updated with a new patch(see GLOG PR #153 which includes CMake GNUInstallDirs module. That module turns to use lib64 instead of lib if building on 64-bit system.
Error:
Reason:
Latest GLOG is updated with a new patch(see GLOG PR #153 which includes CMake
GNUInstallDirsmodule. That module turns to uselib64instead oflibif building on 64-bit system.