Closed Arag24 closed 5 years ago
time_t
is part of the <ctime>
header (https://en.cppreference.com/w/cpp/chrono/c/time_t) and this header is not included by either project you mention. Perhaps it gets included in some system library on Linux and not on Windows. Either way it should be explicitly included. If you want to try it and submit a PR I'll happily push it through, assuming that solves your issues. Otherwise give me a day or two and I'll to get to it.
I compiled ifm3d 0.15.1 succesfully and started a new clone of ifm3d-example.
However, I can not make it. Both ex-multi_camera_grabber and ex-timestamp project are not compiling due to some C2039 / C3861 errors.
error C2039: 'time_t': is not a member of 'std'
Thinking it was an old version of my VS Studio, I updated it. No change.
My environment is following :
Any ideas ? I will go deeper, too, from my side...