Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lab4: glog_catkin #16

Open
adityaaap opened this issue Mar 15, 2024 · 0 comments
Open

lab4: glog_catkin #16

adityaaap opened this issue Mar 15, 2024 · 0 comments

Comments

@adityaaap
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant