Ah I tried the new version and got the same error as you.
From a diff of the two versions it looks like line 18 in leveldb/db/c.cc was added: #define strdup _strdup. Just delete that line and remake.
I was having the same problem. Commenting out this line allowed it to compile for me (Debian testing/jessie)
Thanks!