CloudCompare / CCCoreLib

C++ library which provides data structures & algorithms for working with 3D point cloud data
Other
158 stars 51 forks source link

"CCMath.h" is missing after installing CCCoreLib #72

Closed BirWarrior closed 3 years ago

BirWarrior commented 3 years ago

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"

compilation terminated. ninja: build stopped: subcommand failed.

How to reproduce

  1. First clone & build & install CCCoreLib
  2. Create a CMake and inlcude CCCoreLib
  1. go to your main.cpp and #inlcude
  2. build the project

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