patrykcieslak / stonefish

Stonefish - an advanced C++ simulation library designed for (but not limited to) marine robotics.
https://stonefish.readthedocs.io/
GNU General Public License v3.0
115 stars 31 forks source link

Build error in Ubuntu 24.04 #49

Open mzhouURI opened 3 months ago

mzhouURI commented 3 months ago

Describe the bug uint64_t type didn't found during compile. The problem is in the Sample.h file.

To Reproduce Steps to reproduce the behavior:

  1. Have ubuntu 24.04 and follow the installation instruction from the readme.
  2. compiling error will pop-up when make the stonefish.

fix Adding #include <cstdint> in /stonefish/Library/include/sensors/Sample.h will solve the problem.