Hi
I am novice in PCL, bud I should like to install it and use it, but I got in configuration following error +
CMake Error at C:/Users/Raivo/miniconda3/envs/myenv/Library/lib/cmake/Boost-1.78.0/BoostConfig.cmake:141 (find_package):
Found package configuration file:
C:/Users/Raivo/miniconda3/envs/myenv/Library/lib/cmake/boost_filesystem-1.78.0/boost_filesystem-config.cmake
but it set boost_filesystem_FOUND to FALSE so package "boost_filesystem" is
considered to be NOT FOUND. Reason given by package:
I don't know is it right place to ask it, but if anybody also got it then he can help me to avoid this error
Regards
Raivo
Point Cloud Library installation error
-
- I have made <0 posts
- Posts: 1
- Joined: Thu Mar 16, 2023 5:11 pm
- Full Name: Raivo Rebane
- Company Details: Droons lidar survey
- Company Position Title: programmer
- Country: Estonia
- Linkedin Profile: Yes
- smacl
- Global Moderator
- Posts: 1131
- Joined: Tue Jan 25, 2011 5:12 pm
- 12
- Full Name: Shane MacLaughlin
- Company Details: Atlas Computers Ltd
- Company Position Title: Managing Director
- Country: Ireland
- Linkedin Profile: Yes
- Location: Ireland
- Has thanked: 490 times
- Been thanked: 493 times
- Contact:
Re: Point Cloud Library installation error
It is quite a few years since I've played around with PCL but looking at their github page it recommends StackOverflow as the best place to ask questions, see https://stackoverflow.com/questions/tag ... ud-library As a long term StackOverflow user myself, i'd recommend searching first and then asking questions as it is not really intended for tech support. You could also ask at the boost community forums, see https://www.boost.org/community/groups.html
-
- V.I.P Member
- Posts: 415
- Joined: Fri Feb 24, 2017 10:47 am
- 6
- Full Name: Martin Graner
- Company Details: PointCab GmbH
- Company Position Title: Research and Development
- Country: Germany
- Linkedin Profile: No
- Has thanked: 129 times
- Been thanked: 132 times
- Contact:
Re: Point Cloud Library installation error
Sounds like you want to compile PCL yourself.raivo wrote: ↑Thu Mar 16, 2023 8:52 pm Hi
I am novice in PCL, bud I should like to install it and use it, but I got in configuration following error +
CMake Error at C:/Users/Raivo/miniconda3/envs/myenv/Library/lib/cmake/Boost-1.78.0/BoostConfig.cmake:141 (find_package):
Found package configuration file:
C:/Users/Raivo/miniconda3/envs/myenv/Library/lib/cmake/boost_filesystem-1.78.0/boost_filesystem-config.cmake
but it set boost_filesystem_FOUND to FALSE so package "boost_filesystem" is
considered to be NOT FOUND. Reason given by package:
I don't know is it right place to ask it, but if anybody also got it then he can help me to avoid this error
Regards
Raivo
Perhaps it is more convenient to look for a precompiled installer?
And your error sounds like your boost is not compiled either.