coolzhao / py-leveldb

Automatically exported from code.google.com/p/py-leveldb
Other
0 stars 0 forks source link

Fails to build on OS X 10.9.5 with Xcode 6.1.1 #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.building the Python extensions using "$python setup.py build" from the 
installation steps
2.Or installing using "sudo pip install leveldb"
3.

What is the expected output? What do you see instead?
Expected output would be a success in building the code, but instead I see:

cc1plus: error: -Werror=unused-command-line-argument-hard-error-in-future: no 
option -Wunused-command-line-argument-hard-error-in-future

error: command 'gcc' failed with exit status 1

What version of the product are you using? On what operating system?
Current version. Mac OS X 10.9.5. 

Please provide any additional information below.
I have tried building the code with Xcode 6.1.1 as well as Xcode 5.0.2. I have 
also tried the temprorary fix provided at 
"http://stackoverflow.com/questions/23144307/installing-pillow-getting-wunused-c
ommand-line-argument-hard-error-in-future", but it still does not work. 

Original issue reported on code.google.com by Farhand....@gmail.com on 3 Jan 2015 at 5:47