Hello there, I’m an Urho noob coming from cocos2dx. I’m experiencing problems with the standard releases…
I download 1.6 release from the website, and try to build os x release (I have El Capitan 10.11.6, Xcode8.1). Compilation stops with:
/usr/local/Urho/Urho3D-1.6/Source/ThirdParty/Civetweb/src/civetweb.c:136:5: Conflicting types for ‘clock_gettime’
If I download master release from git directly, compilation is ok, and examples works fine. The Editor, anyway, crashes on a thread with:
Thread 10 Crashed:
0 Urho3DPlayer 0x000000010ea698a7 SDL_RunThread + 71 (SDL_thread.c:274)
1 Urho3DPlayer 0x000000010ea6aaa5 RunThread + 21 (SDL_systhread.c:74)
2 libsystem_pthread.dylib 0x00007fff9136099d _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff9136091a _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff9135e351 thread_start + 13
How can I get around these? Thank you.