-
Notifications
You must be signed in to change notification settings - Fork 114
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
error: ‘shared_ptr’ in namespace ‘pcl’ does not name a template type #12
Comments
maybe pcl version isnt right, i install pcl-1.8 on my platform and didnt suffer this problem |
I am having the exact same issue. My pcl version is the 1.8.1. Any luck?. Here is the error I obtain: `error: ‘shared_ptr’ in namespace ‘pcl’ does not name a template type error: ‘shared_ptr’ in namespace ‘pcl’ does not name a template type ` |
@jdgalviss could you provide operation process ? i cant find this problem when compile on my computer. |
Actually, I was looking for the error in the ndt_omp repo, there was a recent pull request replacing boost::shared_ptr with pcl::shared_ptr. Reverting this change fixed the issue for me. I opened an issue in their repository: koide3/ndt_omp#28 My pc has: |
thank you,i solved this problem with the method of the blogger below. |
nice! thank you for your method. |
I had updated my repo with an old version ndt_omp library (i had tested), so my repo is decoupled with new version ndt_omp. |
Hello, can you say the following specific process to solve this problem? thank you! |
Just replace boost::shared_ptr with pcl::shared_ptr in all the ndt_omp repo's files. |
I made the above mistakes when making,How can I solve them?
The text was updated successfully, but these errors were encountered: