mohan-chinnappan-n / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

leveldb does not compile with g++ 4.8.2 #227

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run make with g++ 4.8.2
2.
3.

What is the expected output? What do you see instead?
the expected result is make finished ok but i get errors "ssize_t does not name 
a type" from db/db_iter.cc

What version of the product are you using? On what operating system?
tried it both with 1.14 & 1.15

Please provide any additional information below.

Original issue reported on code.google.com by yair.to...@gmail.com on 3 Mar 2014 at 3:03