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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 24 Next › Last »

krukai commented on 2016-10-17 10:08 (UTC)

It seems like libpcap is at least an optional dependency. Removing it from my system resulted in both pcl_viewer and simple io functions complaining about libpcap.so.1 missing.

tlou commented on 2016-09-22 06:04 (UTC)

shared object missing after updating libboost, "ln -s **" leads to undefined reference. how should i avoid compiling with specific version of "so"? or do i have to reinstall after every update? thanks!

qs9rx commented on 2016-07-21 20:31 (UTC)

If you are getting ld errors about libhdf5.so.9 or libhdf5_hl.so.9 needed by /usr/lib/vtk-5.10/libvtkNetCDF.so.5.10, I had to remove an ancient vtk5 on my system (which probably "provided" vtk), afterwards it compiled just fine.link)

<deleted-account> commented on 2016-06-24 20:43 (UTC)

please note that 1.8.0 non rc was released

doug commented on 2016-05-28 17:29 (UTC)

@Alad: it depends on number of parallel make jobs as set in MAKEFLAGS. 4 should be fine for 8GB of RAM (unless you run some other memory hungry app), with 8 you need more than 10GB.

Alad commented on 2016-05-28 16:21 (UTC)

How much RAM does this need to compile? At 8 GB, I ran out of swap and OOM killed the compiler process.

bchretien commented on 2016-03-12 13:37 (UTC)

I updated to the rc2. Note that pcl_sim_viewer still crashes (cf. https://github.com/PointCloudLibrary/pcl/issues/1561).

SMOG commented on 2016-03-11 16:53 (UTC)

Ah ok, sorry I have misunderstood. I'll try as soon as I can... thank you! :)

doug commented on 2016-03-11 16:51 (UTC)

yes, but PKGBUILD has also other lines and some of them is causing the crashing, by removing all cmake lines and keeping just these will create build that doesn't crash and works with vtk7

SMOG commented on 2016-03-11 16:44 (UTC)

@doug: it seems to me that PKGBUILD already has those lines. Also, just to be clear, the problem was not that it was not compiling, it was; it was giving me the same problem reported by @horse. ATM I've compiled against VTK6 following directions given by @bchretien and everything seems to be working fine. Thanks.