Jesse-V / Folding-Atomata

3D simulation viewer for Folding@home
17 stars 6 forks source link

#define _GLIBCXX_USE_NANOSLEEP #35

Closed Jesse-V closed 11 years ago

Jesse-V commented 11 years ago

_GLIBCXX_USE_NANOSLEEP should be defined whenever I use , which is in main.cpp and in Viewer.cpp. If GCC is compiled from source, "error: 'sleep_for' is not a member of 'std::this_thread'" will be thrown if this variable isn't defined.