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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: