Open PengZai opened 2 months ago
this offical instruction works in ubuntu20.04 x86_64 platform but it doesn't in Mac M1 or arm platform.
Your setup seems to be broken because the compiler doesn't even recognize C++11 syntax while latest glog requires C++14.
Hello, everyone. I git clone the source code and follow the instruction of offical website to build glog from the scratch. however, I failed in compiling process. it seems there are some syntactic error, but I guess it might be some misoperation by me. please help me.
what I've done basically is: 1)git clone https://github.com/google/glog.git 2)cmake -S . -B build -G "Unix Makefiles" 3)cmake --build build Then it abort, information is shown as following.