Package Details: pcl 1.14.1-4

Git Clone URL: https://aur.archlinux.org/pcl.git (read-only, click to copy)
Package Base: pcl
Description: A standalone, large scale, open project for 2D/3D image and point cloud processing
Upstream URL: https://www.pointclouds.org
Licenses: BSD-3-Clause
Submitter: None
Maintainer: kino_t
Last Packager: kino_t
Votes: 49
Popularity: 0.001457
First Submitted: 2011-04-05 03:39 (UTC)
Last Updated: 2024-09-05 12:01 (UTC)

Pinned Comments

kino_t commented on 2023-02-18 14:49 (UTC) (edited on 2023-02-19 01:24 (UTC) by kino_t)

Binary of pcl is now available: https://github.com/arch4edu/arch4edu

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 24 Next › Last »

taketwo commented on 2019-07-01 06:17 (UTC)

This has been fixed upstream back in January. The patch [1] is quite small, so perhaps you can add it here until the next version of PCL is tagged.

[1] https://github.com/PointCloudLibrary/pcl/pull/2801/commits/dbadf4143bdc503203da0d87a786752a60d29e76

majorx234 commented on 2019-06-28 14:04 (UTC)

@ank_s do you get compile errors or just warnings? the problem is: the patch needs a lot of changes in original code. As package maintainer I try to keep as much of the original as possible. Only if it is not possible to compile I do specific changes. These work need to be done by pcl developer. pls report this to https://github.com/PointCloudLibrary/pcl/issues

ank_s commented on 2019-06-28 13:26 (UTC) (edited on 2019-06-28 13:28 (UTC) by ank_s)

Keep getting deprecated mesages thoughout each percent of compilation:


In file included from /usr/include/boost/detail/endian.hpp:9,
                 from /home/anks/.cache/pikaur/build/pcl/src/pcl-pcl-1.9.1/common/include/pcl/PCLPointCloud2.h:11,
                 from /home/anks/.cache/pikaur/build/pcl/src/pcl-pcl-1.9.1/common/include/pcl/pcl_base.h:55,
                 from /home/anks/.cache/pikaur/build/pcl/src/pcl-pcl-1.9.1/common/include/pcl/common/io.h:45,
                 from /home/anks/.cache/pikaur/build/pcl/src/pcl-pcl-1.9.1/io/tools/convert_pcd_ascii_binary.cpp:47:

nota: #pragma message: The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead
 ST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead")

majorx234 commented on 2018-12-13 15:07 (UTC)

@luntik2012, I added libusb as dependency. Also updated to 1.91

luntik2012 commented on 2018-11-30 12:30 (UTC)

Scanning dependencies of target pcl_pcd_introduce_nan
[ 20%] Building CXX object io/tools/CMakeFiles/pcl_pcd_introduce_nan.dir/pcd_introduce_nan.cpp.o
[ 20%] Linking CXX executable ../../bin/pcl_pcd_introduce_nan
/usr/bin/ld: ../../lib/libpcl_io.so.1.9.0: undefined reference to `libusb_set_option'
collect2: error: ld returned 1 exit status
make[2]: *** [io/tools/CMakeFiles/pcl_pcd_introduce_nan.dir/build.make:290: bin/pcl_pcd_introduce_nan] Error 1
make[1]: *** [CMakeFiles/Makefile2:604: io/tools/CMakeFiles/pcl_pcd_introduce_nan.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build pcl.

bartus commented on 2018-09-25 12:38 (UTC)

@majorx234: works fine, thanks!

majorx234 commented on 2018-09-25 11:07 (UTC) (edited on 2018-09-25 11:07 (UTC) by majorx234)

@kasei @bartus python is now added as makedepends

kasei commented on 2018-09-25 06:16 (UTC)

It does require python.

make[2]: *** No rule to make target '/usr/lib/libpython3.7m.so', needed by 'lib/libpcl_io.so.1.8.1'.  Stop.

majorx234 commented on 2018-09-24 18:52 (UTC)

@bartus I don't see realy where it needs python to build. Python or Python2?

bartus commented on 2018-09-23 13:14 (UTC)

@majorx234: requires python in makedepends.