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

Efficient RANSAC for Point-Cloud Shape Detection
126 stars 30 forks source link

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

Open huoyubai18 opened 4 years ago

huoyubai18 commented 4 years ago

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

alessandro-gentilini commented 4 years ago

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 ?