Hi,
I have some trouble building Urho3D on linux. I use gcc and ccache, which I have tried to clear without success.
This is the error I get:
In file included from Urho3D/Source/ThirdParty/kNet/include/kNet/SharedPtr.h:19:0,
from Urho3D/Source/ThirdParty/kNet/include/kNet/SerializedDataIterator.h:19,
from Urho3D/Source/ThirdParty/kNet/include/kNet/DataDeserializer.h:23,
from Urho3D/Source/ThirdParty/kNet/src/DataDeserializer.cpp:24:
/usr/include/c++/4.9.0/cstdlib:178:10: error: expected unqualified-id before ?__int128?
inline __int128
^
ThirdParty/kNet/CMakeFiles/kNet.dir/build.make:54: recipe for target 'ThirdParty/kNet/CMakeFiles/kNet.dir/src/DataDeserializer.cpp.o' failed
The whole buildprocess is logged here, in case it is necessary.:
ideone.com/pvtXZ3
I hope you can help me