This package does not build anymore since the upgrade to pcl 1.12.
See https://github.com/CloudCompare/CloudCompare/issues/1504
Git Clone URL: | https://aur.archlinux.org/cloudcompare.git (read-only, click to copy) |
---|---|
Package Base: | cloudcompare |
Description: | A 3D point cloud (and triangular mesh) processing software |
Upstream URL: | http://www.danielgm.net/cc/ |
Licenses: | GPL2 |
Submitter: | bartus |
Maintainer: | bartus (AchmadFathoni, kikislater) |
Last Packager: | kikislater |
Votes: | 14 |
Popularity: | 0.000042 |
First Submitted: | 2019-03-27 06:58 (UTC) |
Last Updated: | 2024-12-04 10:07 (UTC) |
This package does not build anymore since the upgrade to pcl 1.12.
See https://github.com/CloudCompare/CloudCompare/issues/1504
-DOPTION_USE_GDAL:BOOL=ON
is needed to build with gdal otherwise by default it will set OFF
+1 to add gdal option and dependency
Hi, I tried to export the rasterized data to a raster file but the option is grey out. I read the wiki and it says this function relies on GDAL. I have GDAL installed but couldn't export it, so I wonder if this package needs to be compiled with GDAL option? If yes then where should add the compilation parameter?
[ 57%] Built target pcl_surface make: *** [Makefile:149: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...
@bartus On Openscan.eu I found tutorials. There the objects are processed with the plugin PoissonRecon (Poisson Surface Reconstruction):
https://www.openscan.eu/software https://www.cloudcompare.org/doc/wiki/index.php?title=Poisson_Surface_Reconstruction_(plugin)
When I tried to install the plugin, I saw that there are more plugins. It would be great to have all the plugins as a separate package.
I have tried this but I don't get far, because I don't understand the arch packaging yet...
@thilo-adk which plug-in be specific.
Hello, is it possible to add the official plugins to this package? If not, is there an understandable instruction how to do this? Thanks.
The recent pcl version requires C++14. The package cannot build until I add -DCMAKE_CXX_STANDARD=14
to cmake options.
Package started installing into /usr/lib64, had to add the following cmake flag to make it install properly
-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
There is no .desktop or other in this package so application is not present in menu. A kind of this =>
File : /usr/share/applications/cloudcompare.desktop
[Desktop Entry]
Type=Application
Name=CloudCompare
Comment=CloudCompare
Exec=/usr/bin/CloudCompare
Icon=#Add Icon.png (remove hashtag to get it work)
Terminal=false
Categories=Qt;Education;
Pinned Comments
bartus commented on 2019-04-10 11:41 (UTC) (edited on 2024-01-18 14:54 (UTC) by bartus)
Please report
issues
andpatches
to cloudcompare->github.com