Describe the bug
Hey guys since I am new to CloudCompare I am not sure if its really a bug but "CCMath.h" is missing in the /usr/local/include/CCCorelib path. Without "CCMath.h" i am not able to use because the following Error is appearing:
/usr/local/include/CCCoreLib/Grid3D.h:7:10: fatal error: CCMath.h: No such file or directory
7 | #include "CCMath.h"
Describe the bug Hey guys since I am new to CloudCompare I am not sure if its really a bug but "CCMath.h" is missing in the because the following Error is appearing:
/usr/local/include/CCCorelib
path. Without "CCMath.h" i am not able to use/usr/local/include/CCCoreLib/Grid3D.h:7:10: fatal error: CCMath.h: No such file or directory 7 | #include "CCMath.h"
compilation terminated. ninja: build stopped: subcommand failed.
How to reproduce
Additional context Can I just fix the problem for now by copy&paste the "CCMath.h" file to the /usr/local/include/CCCorelib path?
Your environment