hurshjain

Results 2 comments of hurshjain

Apparently, the issue is: https://github.com/pjreddie/darknet/pull/62/files/63268da2f12fca7150a3a29e3c1e990421029283 Here is a quick and dirty patch #ifdef __MACH__ #include #include #endif #ifdef __MACH__ // OS X does not have clock_gettime, use clock_get_time clock_serv_t cclock;...

Hi - thanks for the update. That does not fix the issue since the problem is that OS X does not have a clock_gettime function at all (regardless of C...