VNAV-labs icon indicating copy to clipboard operation
VNAV-labs copied to clipboard

lab4: glog_catkin

Open adityaaap opened this issue 1 year ago • 0 comments

I have been trying to implement lab4. My system is WSL with Ubuntu 20.04.

As per cmake in glog_catkin the version of glog is 0.3.5. Once I do 'catkin build', I get the following error associated with glog.

'error: ISO C++17 does not allow dynamic exception specifications'

After going through glog documentation, I understood this error is fixed in version 0.4.0. Hence I changed the version in my cmake to 0.4.0 version. Now when I try to build using 'catkin build', the above error is not encountered. But the the glog build is stuck in following manner: 'glog_catkin: cmake (37%)'. It is stuck in this mode for hours. I almost kept it for the whole night. But it was still the same. Any help on how I can resolve this?

I did ran it multiple times after 'catkin clean', but always the same result. Sometime is the percentage is stuck at 12% sometimes 37%. But It will be stuck at a value, it never goes beyond that.

adityaaap avatar Mar 15 '24 23:03 adityaaap