Priest of the Order of the Butterfly
Posts: 621 from 2004/4/15
Is threading not support by g++ 5.3 on morphos?
I get the following compiler error:
Code:
lib/src/SDLView.cpp: In member function 'void exdevgfx::SDLView::run()':
lib/src/SDLView.cpp:160:9: error: 'std::this_thread' has not been declared
std::this_thread::sleep_for(msToWait);
#include <thread> is not missing.
On linux and mac os x everything is fine.
regards
eliot