You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source/include/slikenet/HTTPConnection2.h:76:143: error: 'ptrdiff_t' has not been declared
Source/include/slikenet/HTTPConnection2.h:94:17: error: 'ptrdiff_t' does not name a type
...
Probably not the best place, but a fix is to add:
#include <cstddef>
on top of Source/include/slikenet/HTTPConnection2.h
The text was updated successfully, but these errors were encountered:
On Linux with recent G++ for v0.1.3 I get errors:
Probably not the best place, but a fix is to add:
on top of
Source/include/slikenet/HTTPConnection2.h
The text was updated successfully, but these errors were encountered: