Search found 28 matches

by swiss_knight
Thu Jul 14, 2016 7:20 pm
Forum: Linux related topics
Topic: ☑ Error 2 while compiling CC 2.7 on Ubuntu
Replies: 22
Views: 60435

Re: Error 2 while compiling CC 2.7 on Ubuntu

Good evening Mr. daniel, Thanks for updating! :) ( I've got some new warnings when generating with cmake-gui : http://pastebin.com/raw/TL9H80ZS ) And the same error appears when 'make'-ing the program, here are the last lines : [ 49%] Building CXX object libs/qCC_io/CMakeFiles/QCC_IO_LIB.dir/PovFilt...
by swiss_knight
Wed Jul 13, 2016 7:12 pm
Forum: Linux related topics
Topic: ☑ Error 2 while compiling CC 2.7 on Ubuntu
Replies: 22
Views: 60435

Re: Error 2 while compiling CC 2.7 on Ubuntu

Hello, If this may help : $ qmake --version QMake version 3.0 Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu And this other command gives something else : $ pkg-config --modversion QtCore 4.8.7 But : $ pkg-config --modversion Qt5Core 5.5.1 Hope this helps... I'll keep track of changes on github...
by swiss_knight
Tue Jul 12, 2016 9:38 pm
Forum: Linux related topics
Topic: ☑ Error 2 while compiling CC 2.7 on Ubuntu
Replies: 22
Views: 60435

Re: Error 2 while compiling CC 2.7 on Ubuntu

I think it's Qt5... How could I check that ? There is nothing about Qt in the configure output of cmake-gui.

Here are the search results for "qt" in the entries on cmake-gui :
Image
by swiss_knight
Tue Jul 12, 2016 11:18 am
Forum: Linux related topics
Topic: ☑ Error 2 while compiling CC 2.7 on Ubuntu
Replies: 22
Views: 60435

Re: Error 2 while compiling CC 2.7 on Ubuntu

Hi, $ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada...
by swiss_knight
Tue Jul 12, 2016 12:53 am
Forum: Linux related topics
Topic: ☑ Error 2 while compiling CC 2.7 on Ubuntu
Replies: 22
Views: 60435

☑ Error 2 while compiling CC 2.7 on Ubuntu

Hi, after a bunch of warnings while generating the compilation files with cmake-gui 3.5.1 : http://pastebin.com/raw/1v15FWXp It seems to end : Generating done But after that, when I run make the compilation stops at around 44% : Here are the last lines from the make command stdout : [ 43%] Building ...
by swiss_knight
Mon Jul 04, 2016 10:01 pm
Forum: Linux related topics
Topic: Can't install CC on Ubuntu Xenial
Replies: 2
Views: 23168

Re: Can't install CC on Ubuntu Xenial

Hi there, I've found a workaround to install version 2.6.3 ; but 2.7 is still not available for Linux on Bintray :-( First, install dependencies : $ sudo apt-get install libavifile-0.7c2 ocl-icd-libopencl1 libshp2 libvxl1.17v5 Then download the deb here : https://dl.bintray.com/ornis/CloudCompare/po...
by swiss_knight
Thu Jun 30, 2016 10:58 pm
Forum: Linux related topics
Topic: Can't install CC on Ubuntu Xenial
Replies: 2
Views: 23168

Re: Can't install CC on Ubuntu Xenial

Hello, I sadly join this topic : I encountered exactly the same issue on two machines on Ubuntu 16.04. Same GPG key added. Same deb URL in /etc/apt/sources.list and same error message from apt-get update . From this page : https://wiki.debian.org/Teams/Apt/Sha1Removal It seems that the problem is ba...
by swiss_knight
Sun Aug 30, 2015 12:22 pm
Forum: Questions
Topic: Texturing -> black image !
Replies: 1
Views: 1523

Texturing -> black image !

Hello, When I'm making a mesh from a dense point clouds (which comes from a bunch of photos), I can't figure out how to get the original colours from the point cloud. Even when I answer 'yes' to keep these colours, the mesh remains all black (the original cloud is of course coloured). And the "...