google / cityhash

Automatically exported from code.google.com/p/cityhash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CityHash128 will not build on Windows (x64)

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Started
Fixed in version 1.0.3.

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

  • Changed state: Fixed