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)

Sources (2)

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 .. 18 19 20 21 22 23 24 Next › Last »

<deleted-account> commented on 2013-05-30 15:22 (UTC)

@stepo: you probably doon't have nvidia card so build pcl (and before that: flann) without cuda and opencl (you have to remove the dependences from PKGBUILDs). Also, use git package just to be sure (I had the same problem but I didn't test this one - git is working after you comment out: # -DBUILD_CUDA=ON \ # -DBUILD_GPU=ON \ # -DBUILD_gpu_surface=ON \ # -DBUILD_gpu_people=ON \ # -DBUILD_gpu_tracking=ON \ # -DBUILD_simulation=ON but if you want to test this one, you probably need to comment out something else).

<deleted-account> commented on 2013-05-30 14:55 (UTC)

@stepo: you probably doon't have nvidia card so build pcl (and before that: flann) without cuda and opencl (you have to remove the dependences from PKGBUILDs). Also, use git package just to be sure (I had the same problem but I didn't test this one - git is working after you comment out: # -DBUILD_CUDA=ON \ # -DBUILD_GPU=ON \ # -DBUILD_gpu_surface=ON \ # -DBUILD_gpu_people=ON \ # -DBUILD_gpu_tracking=ON \ # -DBUILD_simulation=ON but if you want to test this one, you probably need to comment out something else).

<deleted-account> commented on 2013-05-29 10:27 (UTC)

error: target not found: eigen3 error: target not found: openni-git ==> ERROR: 'pacman' failed to install missing dependencies. They should be probably added. Or not, for some reason?

dreuter commented on 2013-05-14 10:59 (UTC)

@vivasvan Hi, when you get the followig error like vivasvan: Please set them or make sure they are set and tested correctly in the CMake files: MPI_CXX_LIBRARIES (ADVANCED) Just install openmpi: (sudo) pacman -S openmpi

stepo commented on 2013-04-18 07:03 (UTC)

Hi, I get this boost-related compilation error: /usr/include/boost/smart_ptr/shared_array.hpp:48:25: note: no known conversion for argument 1 from ‘int’ to ‘const boost::shared_array<short unsigned int>&’ make[2]: *** [io/CMakeFiles/pcl_io.dir/src/openni_grabber.cpp.o] Error 1 make[1]: *** [io/CMakeFiles/pcl_io.dir/all] Error 2 make: *** [all] Error 2

dtouch3d commented on 2013-02-15 14:24 (UTC)

The URL doesn't work anymore. Replace with http://sourceforge.net/projects/pointclouds/files/$pkgver/PCL-$pkgver-Source.tar.bz2/download

svenstaro commented on 2012-08-08 12:36 (UTC)

Updated.

<deleted-account> commented on 2012-08-08 08:55 (UTC)

1.6.0 works well. Simply alter the version number, the md5sum and comment out the "find | xargs..." lines (and the -DBUILD_CUDA).

vivasvan commented on 2012-06-23 18:28 (UTC)

hi, while compiling the above package i am getting the same error as Theodore describes. is something missing in the pkgbuild? any help would be highly appreciated. Also, when i tried pcl-svn i get the following error CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MPI_CXX_LIBRARIES (ADVANCED) linked by target "proctor" in directory /home/pankaj/tmp/yaourt-tmp-pankaj/aur-pcl-svn/src/pcl/proctor -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...