Search found 9 matches

by 20cent
Mon May 29, 2023 7:31 am
Forum: Questions
Topic: Scalar field to Coordinate on Command line
Replies: 8
Views: 2054

Re: Scalar field to Coordinate on Command line

Is there any chance you add this soon to CC?
It would be nice ;-)
by 20cent
Fri Nov 20, 2020 8:16 pm
Forum: CCLib
Topic: Compiling CCLib using CGAL
Replies: 3
Views: 10636

Re: Compiling CCLib using CGAL

Hello Jälv, how disgraceful! I omitted the bare minimum elements of diagnostic. vincent@pc1:~$ lsb_release -d && clang --version && gcc --version Description: Debian GNU/Linux 10 (buster) clang version 7.0.1-8+deb10u2 (tags/RELEASE_701/final) Target: x86_64-pc-linux-gnu Thread model:...
by 20cent
Fri Nov 20, 2020 4:34 pm
Forum: CCLib
Topic: Compiling CCLib using CGAL
Replies: 3
Views: 10636

Re: Compiling CCLib using CGAL

Reply to myself, perhaps this could be helpful to debian users: I finally could compileCGAL support using clang compiler (CMAKE_CXX_COMPILER=/usr/bin/clang). You may encounter an error complaining about an undefined symbol reference: /usr/bin/ld: CMakeFiles/CloudCompare.dir/cc2.5DimEditor.cpp.o: und...
by 20cent
Thu Nov 19, 2020 10:51 am
Forum: CCLib
Topic: Compiling CCLib using CGAL
Replies: 3
Views: 10636

Compiling CCLib using CGAL

As I need to proceed 2.5D Delaunay triangulation, I am trying to compile CC with CGAL... and failing ! Indeed, if I compile without CGAL, the process runs fine, but when I set CCORE_LIB_USE_CGAL to "yes", I get the following error at make runtime: In file included from /opt/cloudcompare/li...
by 20cent
Tue Jul 23, 2019 6:02 am
Forum: Linux related topics
Topic: [SOLVED]Compiling CC on debian stretch (9.6)
Replies: 6
Views: 36645

Re: [SOLVED]Compiling CC on debian stretch (9.6)

Hello Daniel, I initially did not wish to use the snap package, believing it would probably not contain the canupo plugin (given it was not oyet open-source at the time the snap was built). Anyhow, I just installed the snap package and I see it actually contains qcanupo: good point -;) For the recor...
by 20cent
Mon Jul 22, 2019 4:37 pm
Forum: Linux related topics
Topic: [SOLVED]Compiling CC on debian stretch (9.6)
Replies: 6
Views: 36645

Re: [SOLVED]Compiling CC on debian stretch (9.6)

After quite a long time, I'm starting again to work with CloudCompare. On a fresh debian 10 (buster) box, I compiled CC from sources, pulled from github. It works well for the main application. Then I tried to get qCanupo working . Although compilation performs silently, I see the extension does not...
by 20cent
Wed Dec 19, 2018 7:01 am
Forum: Linux related topics
Topic: [SOLVED]Compiling CC on debian stretch (9.6)
Replies: 6
Views: 36645

Re: Compiling CC on debian stretch (9.6)

[...] Or simply an issue with access rights? Hmmm, I neglected this point. And yet... Don't know why I did it: last time I compiled the project, I did it with root privileges... i.e. some build/ subdirs silently remained after a "make clean" order. Stupid error. Properly cleaning the buil...
by 20cent
Wed Dec 19, 2018 6:13 am
Forum: Linux related topics
Topic: [SOLVED]Compiling CC on debian stretch (9.6)
Replies: 6
Views: 36645

Re: Compiling CC on debian stretch (9.6)

OK thank you Daniel for your reply.

If I get to find the solution, I'll post it here !

V.
by 20cent
Sat Dec 15, 2018 6:00 pm
Forum: Linux related topics
Topic: [SOLVED]Compiling CC on debian stretch (9.6)
Replies: 6
Views: 36645

[SOLVED]Compiling CC on debian stretch (9.6)

Hi CC users/devs! I'm new to this forum dedicated to CloudCompare, and perhaps the first thing I would like to say is a huge thank you to the developer(s?) of this gorgeous piece of work! Together with MicMac photogrammetric suite, it provides a great set of tools to the world. And what a good recen...