anagno@laptop:~/Documents/CloudCompare/build$ make
[ 3%] Built target triangle
Scanning dependencies of target CC_DLL
[ 6%] Building CXX object CMakeFiles/CC_DLL.dir/src/NormalDistribution.cpp.o
In file included from /home/anagno/Documents/CloudCompare/CC/include/GenericCloud.h:28:0,
from /home/anagno/Documents/CloudCompare/CC/src/NormalDistribution.cpp:31:
/home/anagno/Documents/CloudCompare/CC/include/CCGeom.h: In static member function ‘static void CCVector3::vorthogonal(const Type*, Type*) [with Type = float]’:
/home/anagno/Documents/CloudCompare/CC/include/CCGeom.h:74:77: instantiated from here
/home/anagno/Documents/CloudCompare/CC/include/CCGeom.h:127:3: error: ‘abs’ was not declared in this scope
make[2]: *** [CMakeFiles/CC_DLL.dir/src/NormalDistribution.cpp.o] Error 1
make[1]: *** [CMakeFiles/CC_DLL.dir/all] Error 2
make: *** [all] Error 2
My bad. It must be once again something that works on visual only. I guess 'abs' should be replaced by 'fabs' for the sake of portability?
Can you confirm that it solves the issue? Then I'll fix this on the trunk. If there's other errors, don't hesitate to come back here or to mail me directly.
Thanks
P.S.: in general, I won't advise you to update the 'trunk' repository too often (it's always 'under construction'). Most users should wait for the new releases to be anounced (with the 'new release' newsletter). But I also need some guinea pigs, especially on linux 64 bits (I only have a 32bits distribution at home ;).
P.P.S. : by the way I've already fixed two other issues with the CMake configuration and the E57 filter (I was a bit tired yesterday evening ;).
I confirm that fabs solve this problem, but now i have some other compilation problems. I will investigate later and i will report if there is more problems.
Thanks for your time
P.S.: I am installing it on a diffrent computer thats why i download the latest trunk ... Because am i using linux distros only (mainly ubuntu) it is easier to use the trunk version. It would be nice if someone could create a ppa for the ubuntu or a deb file.
P.P.S.: The qPCL plugin is a bit slow on linux. When i try to save to .pcd format it is very slow ... I will investigate further and i will report...
anagno@laptop:~/Documents/CloudCompare/build$ make
[ 1%] Built target triangle
[ 11%] Built target CC_DLL
[ 11%] Built target GLEW
[ 12%] Built target CC_FBO
[ 12%] Building CXX object libs/qCC_db/CMakeFiles/QCC_DB_DLL.dir/ccExtru.cpp.o
/home/anagno/Documents/CloudCompare/libs/qCC_db/ccExtru.cpp:36:22: fatal error: PolyLine.h: No such file or directory
compilation terminated.
make[2]: *** [libs/qCC_db/CMakeFiles/QCC_DB_DLL.dir/ccExtru.cpp.o] Error 1
make[1]: *** [libs/qCC_db/CMakeFiles/QCC_DB_DLL.dir/all] Error 2
make: *** [all] Error 2
Would you advice me to update to a specific trunk version and if yes which one ???
Thanks in advance for your time and patience :)
Vasilis
P.S.: If you want i can become your guinea pig for ubuntu distro but be patience with me, because the knowledges i have in programming are not perfect :)