-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 occurs when executing pkg-config #1978
Comments
We can not remove |
Please let us know if this fixes the problem for you. |
I checked the modified code in the Ubuntu / MacOSX environment. After building, in /usr/local/lib/pkgconfig folder, When pkg-config was executed in this state, no error occurred. Thank you for your quick response. |
This error is still present in pcl 1.8.1. Can you apply #1979 on 1.8.1 and rerelase it as 1.8.1.1 ? |
Your Environment
•Operating System and version: Ubuntu 14.04/Mac OS 10.12
•PCL Version: 1.8.1
Current Behavior
Using pkg-config
An error occurs when reading pcl_features_1.8.pc file.
Remove 2d library (contains no symbols) #1679
Possible Solution
Please delete "required: pcl_2d-1.8" of pcl_feature-1.8.
pcl/features/CMakeLists.txt
set(SUBSYS_DEPS common search kdtree octree filters 2d)
↓
set(SUBSYS_DEPS common search kdtree octree filters)
The text was updated successfully, but these errors were encountered: