edesiocs / cityhash

Automatically exported from code.google.com/p/cityhash
MIT License
0 stars 0 forks source link

CityHash128 will not build on Windows (x64) #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Attempt to build x64 version of CityHash using VS2008 results in build error 
C2065: 'ssize_t' undeclared identifier.

Workaround:

Add:

#define ssize_t long

...just after #include statements near beginning of CityHash.cpp. This resolves 
the undefined identifier type.

Original issue reported on code.google.com by internet...@gmail.com on 24 May 2011 at 9:16

GoogleCodeExporter commented 9 years ago
Thanks for the bug report! We will fix this in a future release.

Original comment by gp...@google.com on 31 Aug 2011 at 8:42

GoogleCodeExporter commented 9 years ago
Fixed in version 1.0.3.

Original comment by gp...@google.com on 6 Oct 2011 at 9:06