alessandro-gentilini/Efficient-RANSAC-for-Point-Cloud-Shape-Detection

'asctime': is not a member of '`global namespace''

huoyubai18 opened this issue · 1 comments

Hi,

I try to run this program on my computer. I have followed this steps:

mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" ..
when I try to compile I have this errors:

image

Have I missed something ?

Best regards,
huoyubai

Hello @huoyubai18
I did not try to build this in Windows. I did try just on Linux.
Did you have a look at https://stackoverflow.com/questions/23907008/compilation-error-error-c2039-clock-t-is-not-a-member-of-global-namespace ?